Home
last modified time | relevance | path

Searched defs:GetTensorInfo (Results 1 – 15 of 15) sorted by relevance

/external/armnn/include/armnn/backends/
DTensorHandle.hpp40 const TensorInfo& GetTensorInfo() const in GetTensorInfo() function in armnn::ConstTensorHandle
239 const TensorInfo& GetTensorInfo() const in GetTensorInfo() function in armnn::ManagedConstTensorHandle
/external/armnn/src/backends/reference/
DRefTensorHandle.hpp49 const TensorInfo& GetTensorInfo() const in GetTensorInfo() function in armnn::RefTensorHandle
/external/armnn/src/armnn/
DOutputHandler.hpp42 const TensorInfo& GetTensorInfo() const { return m_TensorInfo; } in GetTensorInfo() function in armnn::OutputHandler
DLayer.cpp92 const TensorInfo& OutputSlot::GetTensorInfo() const in GetTensorInfo() function in armnn::OutputSlot
DLoadedNetwork.cpp760 const TensorInfo& GetTensorInfo() const { return m_TensorInfo; } in GetTensorInfo() function in armnn::__anon8d9f67980511::TensorPin
/external/armnn/src/dynamic/sample/
DSampleTensorHandle.hpp49 const armnn::TensorInfo& GetTensorInfo() const in GetTensorInfo() function in sdb::SampleTensorHandle
DSampleDynamicAdditionWorkload.cpp14 inline const armnn::TensorInfo& GetTensorInfo(const armnn::ITensorHandle* tensorHandle) in GetTensorInfo() function
/external/armnn/include/armnnTestUtils/
DMockTensorHandle.hpp54 const TensorInfo& GetTensorInfo() const in GetTensorInfo() function in armnn::MockTensorHandle
/external/armnn/src/backends/tosaReference/
DTosaRefTensorHandle.hpp49 const TensorInfo& GetTensorInfo() const in GetTensorInfo() function in armnn::TosaRefTensorHandle
/external/armnn/src/armnnUtils/
DTensorUtils.cpp38 TensorInfo GetTensorInfo(unsigned int numberOfBatches, in GetTensorInfo() function
58 TensorInfo GetTensorInfo(unsigned int numberOfBatches, in GetTensorInfo() function
/external/android-nn-driver/
DConversionUtils.cpp57 const armnn::TensorInfo& LayerInputHandle::GetTensorInfo() const in GetTensorInfo() function in armnn_driver::LayerInputHandle
/external/armnn/src/backends/reference/workloads/
DRefWorkloadUtils.hpp27 inline const TensorInfo& GetTensorInfo(const ITensorHandle* tensorHandle) in GetTensorInfo() function
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs149 private static TensorInfo GetTensorInfo(TfLiteTensor tensor) { in GetTensorInfo() method in TensorFlowLite.Interpreter
/external/armnn/shim/sl/canonical/
DConversionUtils.cpp50 const armnn::TensorInfo& LayerInputHandle::GetTensorInfo() const in GetTensorInfo() function in armnn_driver::LayerInputHandle
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder.cc227 absl::Status GetTensorInfo(const TfLiteContext* context, int tensor_id, in GetTensorInfo() function