Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetArrayLabel
Function · 0.80
GetLog2BufferSize
Function · 0.80
LogArray
Function · 0.80
CheckEachArray
Function · 0.80
CopyArrayAttribs
Function · 0.80
InsertCopyOperator
Function · 0.80
CreateOrCheckRnnStateArray
Function · 0.80
ResolveModelFlags
Function · 0.80
IsAllocatableTransientArray
Function · 0.80
PrintArrayShape
Function · 0.80
EstimateArithmeticOpsCount
Function · 0.80
ReshapeIsEquivalentToTranspose
Function · 0.80
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.64
TEST_F
Function · 0.64