MCPcopy 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
107int Size(Layout layout) { return DispatchByLayout(layout, NumAxisFunc()); }
108
109std::string ToString(const Shape& s) {
110 return absl::StrCat("{", ToString(s.layout), ", {",

Callers

nothing calls this directly

Calls 2

DispatchByLayoutFunction · 0.85
NumAxisFuncClass · 0.85

Tested by

no test coverage detected