Home
last modified time | relevance | path

Searched defs:GetInputTensorInfo (Results 1 – 4 of 4) sorted by relevance

/external/armnn/src/armnn/
DRuntime.cpp82 armnn::TensorInfo IRuntime::GetInputTensorInfo(NetworkId networkId, LayerBindingId layerId) const in GetInputTensorInfo() function in armnn::IRuntime
613 TensorInfo RuntimeImpl::GetInputTensorInfo(NetworkId networkId, LayerBindingId layerId) const in GetInputTensorInfo() function in armnn::RuntimeImpl
DLoadedNetwork.cpp697 TensorInfo LoadedNetwork::GetInputTensorInfo(LayerBindingId layerId) const in GetInputTensorInfo() function in armnn::LoadedNetwork
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs126 public TensorInfo GetInputTensorInfo(int index) { in GetInputTensorInfo() method in TensorFlowLite.Interpreter
/external/armnn/src/backends/backendsCommon/test/layerTests/
DActivationTestImpl.cpp233 static armnn::TensorInfo GetInputTensorInfo() in GetInputTensorInfo() function