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

Function Size

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

Source from the content-addressed store, hash-verified

584
585template <Layout T>
586constexpr int Size() {
587 return StrongShape<T>::size();
588}
589
590template <Layout T>
591constexpr Axis GetAxis(int index) {

Callers 3

TESTFunction · 0.70
ShapeMethod · 0.70
AtMethod · 0.50

Calls 1

sizeFunction · 0.50

Tested by 1

TESTFunction · 0.56