Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
665
void CheckValidShape(const Shape& shape) {
666
CheckValidShapeDimensions(shape.dims());
667
}
668
669
bool IsNonEmpty(const Shape& shape) {
670
for (int i = 0; i < shape.dimensions_count(); ++i) {
Callers
2
RequiredBufferSizeForShape
Function · 0.85
CheckEachArray
Function · 0.85
Calls
2
CheckValidShapeDimensions
Function · 0.85
dims
Method · 0.45
Tested by
no test coverage detected