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

Method GetTensorHandle

src/armnn/LoadedNetwork.cpp:703–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701 }
702
703 ITensorHandle* GetTensorHandle() const { return m_TensorHandle.get(); }
704 const TensorInfo& GetTensorInfo() const { return m_TensorInfo; }
705 LayerBindingId GetBindingId() const { return m_Id; }
706

Callers 1

EnqueueWorkloadMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected