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

Method has_shape

tensorflow/lite/toco/model.h:2237–2237  ·  view source on GitHub ↗

Proto-style accessors

Source from the content-addressed store, hash-verified

2235
2236 // Proto-style accessors
2237 bool has_shape() const { return array_shape != nullptr; }
2238 const Shape& shape() const {
2239 CHECK(has_shape());
2240 return *array_shape;

Callers 15

GetArrayLabelFunction · 0.80
GetLog2BufferSizeFunction · 0.80
LogArrayFunction · 0.80
CheckEachArrayFunction · 0.80
CopyArrayAttribsFunction · 0.80
InsertCopyOperatorFunction · 0.80
ResolveModelFlagsFunction · 0.80
PrintArrayShapeFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64