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

Function GetAxis

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

Source from the content-addressed store, hash-verified

589
590template <Layout T>
591constexpr Axis GetAxis(int index) {
592 return StrongShape<T>::axis(index);
593}
594
595template <Layout T>
596constexpr int GetAxisIndex(Axis axis) {

Callers 2

TESTFunction · 0.70
axisMethod · 0.70

Calls 1

axisFunction · 0.85

Tested by 1

TESTFunction · 0.56