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

Function GetAxisIndex

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

Source from the content-addressed store, hash-verified

101}
102
103int GetAxisIndex(Layout layout, Axis axis) {
104 return DispatchByLayout(layout, GetIndexByAxisFunc{axis});
105}
106
107int Size(Layout layout) { return DispatchByLayout(layout, NumAxisFunc()); }
108

Callers

nothing calls this directly

Calls 1

DispatchByLayoutFunction · 0.85

Tested by

no test coverage detected