Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
protected:
59
ConstTensorHandle(const TensorInfo& tensorInfo);
Callers
2
VerifyTensorInfoDataType
Function · 0.45
BaseTensor
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected