Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Shape
Method
Shape
tensorflow/lite/delegates/gpu/common/shape.h:87–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
// Stores Layout(axis set and order) and value for dimensions.
86
struct Shape {
87
Shape() : layout(Layout::UNKNOWN), dimensions() {}
88
89
explicit Shape(Layout t) : layout(t), dimensions(Size(t)) {}
90
Callers
nothing calls this directly
Calls
1
Size
Function · 0.70
Tested by
no test coverage detected