MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / NumAxisFunc

Class NumAxisFunc

tensorflow/lite/delegates/gpu/common/shape.cc:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38};
39
40struct NumAxisFunc {
41 template <Layout T>
42 int operator()() const {
43 return Size<T>();
44 }
45};
46
47} // namespace
48

Callers 1

SizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected