aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/Runtime.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/Runtime.hpp')
-rw-r--r--src/armnn/Runtime.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/armnn/Runtime.hpp b/src/armnn/Runtime.hpp
index 05de372eee..4052bb6d3a 100644
--- a/src/armnn/Runtime.hpp
+++ b/src/armnn/Runtime.hpp
@@ -52,8 +52,8 @@ public:
std::string& errorMessage,
const INetworkProperties& networkProperties);
- TensorInfo GetInputTensorInfo(NetworkId networkId, LayerBindingId layerId) const;
- TensorInfo GetOutputTensorInfo(NetworkId networkId, LayerBindingId layerId) const;
+ armnn::TensorInfo GetInputTensorInfo(NetworkId networkId, LayerBindingId layerId) const;
+ armnn::TensorInfo GetOutputTensorInfo(NetworkId networkId, LayerBindingId layerId) const;
std::vector<ImportedInputId> ImportInputs(NetworkId networkId, const InputTensors& inputTensors);
std::vector<ImportedOutputId> ImportOutputs(NetworkId networkId, const OutputTensors& outputTensors);