MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CheckValidShape

Function CheckValidShape

tensorflow/lite/toco/tooling_util.cc:665–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663}
664
665void CheckValidShape(const Shape& shape) {
666 CheckValidShapeDimensions(shape.dims());
667}
668
669bool IsNonEmpty(const Shape& shape) {
670 for (int i = 0; i < shape.dimensions_count(); ++i) {

Callers 2

CheckEachArrayFunction · 0.85

Calls 2

dimsMethod · 0.45

Tested by

no test coverage detected