Home
last modified time | relevance | path

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

/external/armnn/src/armnn/
DRuntime.cpp87 armnn::TensorInfo IRuntime::GetOutputTensorInfo(NetworkId networkId, LayerBindingId layerId) const in GetOutputTensorInfo() function in armnn::IRuntime
618 TensorInfo RuntimeImpl::GetOutputTensorInfo(NetworkId networkId, LayerBindingId layerId) const in GetOutputTensorInfo() function in armnn::RuntimeImpl
DLoadedNetwork.cpp711 TensorInfo LoadedNetwork::GetOutputTensorInfo(LayerBindingId layerId) const in GetOutputTensorInfo() function in armnn::LoadedNetwork
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs131 public TensorInfo GetOutputTensorInfo(int index) { in GetOutputTensorInfo() method in TensorFlowLite.Interpreter
/external/armnn/src/backends/backendsCommon/test/layerTests/
DActivationTestImpl.cpp239 static armnn::TensorInfo GetOutputTensorInfo() in GetOutputTensorInfo() function