Home
last modified time | relevance | path

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

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