Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnn/
H A 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
H A DLoadedNetwork.cpp711 TensorInfo LoadedNetwork::GetOutputTensorInfo(LayerBindingId layerId) const in GetOutputTensorInfo() function in armnn::LoadedNetwork
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs131 public TensorInfo GetOutputTensorInfo(int index) { in GetOutputTensorInfo() method in TensorFlowLite.Interpreter
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DActivationTestImpl.cpp239 static armnn::TensorInfo GetOutputTensorInfo() in GetOutputTensorInfo() function