Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Size
Function
Size
tensorflow/lite/delegates/gpu/common/shape.cc:107–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
int Size(Layout layout) { return DispatchByLayout(layout, NumAxisFunc()); }
108
109
std::string ToString(const Shape& s) {
110
return absl::StrCat(
"{"
, ToString(s.layout),
", {"
,
Callers
nothing calls this directly
Calls
2
DispatchByLayout
Function · 0.85
NumAxisFunc
Class · 0.85
Tested by
no test coverage detected