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

Function GetAxisIndex

tensorflow/lite/delegates/gpu/common/shape.h:596–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594
595template <Layout T>
596constexpr int GetAxisIndex(Axis axis) {
597 return StrongShape<T>::index(axis);
598}
599
600template <Axis D>
601inline int32_t Shape::get() const {

Callers 2

TESTFunction · 0.70
indexMethod · 0.70

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.56