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

Method GetDataType

src/backends/cl/ClTensorHandle.hpp:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 virtual ITensorHandle* GetParent() const override { return parentHandle; }
271
272 virtual arm_compute::DataType GetDataType() const override
273 {
274 return m_Tensor.info()->data_type();
275 }
276
277 virtual void SetMemoryGroup(const std::shared_ptr<arm_compute::IMemoryGroup>&) override {}
278

Callers 2

CopyOutToMethod · 0.95
CopyInFromMethod · 0.95

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected