MCPcopy Create free account
hub / github.com/ARM-software/armnn / GetShape

Method GetShape

include/armnn/backends/TensorHandle.hpp:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 return GetUnpaddedTensorStrides(m_TensorInfo);
55 }
56 TensorShape GetShape() const override { return m_TensorInfo.GetShape(); }
57
58protected:
59 ConstTensorHandle(const TensorInfo& tensorInfo);

Callers 2

VerifyTensorInfoDataTypeFunction · 0.45
BaseTensorClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected