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

Method index

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

Source from the content-addressed store, hash-verified

112 Axis axis(int index) const { return GetAxis(layout, index); }
113
114 int index(Axis d) const { return GetAxisIndex(layout, d); }
115
116 int64_t DimensionsProduct() const {
117 return std::accumulate(dimensions.begin(), dimensions.end(), 1ll,

Callers 3

bindGlBufferToTensorMethod · 0.45
TESTFunction · 0.45
CopyAllDefinedAxisMethod · 0.45

Calls 1

GetAxisIndexFunction · 0.70

Tested by 1

TESTFunction · 0.36