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

Function GetAxis

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

Source from the content-addressed store, hash-verified

97}
98
99Axis GetAxis(Layout layout, int32_t index) {
100 return DispatchByLayout(layout, GetAxisByIndexFunc{index});
101}
102
103int GetAxisIndex(Layout layout, Axis axis) {
104 return DispatchByLayout(layout, GetIndexByAxisFunc{axis});

Callers

nothing calls this directly

Calls 1

DispatchByLayoutFunction · 0.85

Tested by

no test coverage detected