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

Method get

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

Source from the content-addressed store, hash-verified

599
600template <Axis D>
601inline int32_t Shape::get() const {
602 return DispatchByLayout(
603 layout, internal_shape::DimensionGetterFixedAxisFunc<D>{this});
604}
605
606inline int32_t Shape::get(Axis d) const {
607 return DispatchByLayout(layout, internal_shape::DimensionGetterFunc{d, this});

Callers 15

TESTFunction · 0.45
operator()Method · 0.45
CommitMethod · 0.45
InterpreterMethod · 0.45
SetExternalContextMethod · 0.45
FileCopyAllocationMethod · 0.45
baseMethod · 0.45
allocationMethod · 0.45

Calls 1

DispatchByLayoutFunction · 0.85

Tested by 15

TESTFunction · 0.36
ConfigureDelegateMethod · 0.36
MakeLiteTensorFunction · 0.36
MakeLiteTensor<string>Function · 0.36
MakeTensorFunction · 0.36
TESTFunction · 0.36
InvokeMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36