aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Descriptors.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/Descriptors.hpp')
-rw-r--r--include/armnn/Descriptors.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/armnn/Descriptors.hpp b/include/armnn/Descriptors.hpp
index 278c61f7d4..683ef7ac98 100644
--- a/include/armnn/Descriptors.hpp
+++ b/include/armnn/Descriptors.hpp
@@ -70,7 +70,7 @@ struct ArgMinMaxDescriptor : BaseDescriptor
ArgMinMaxFunction m_Function;
/// Axis to reduce across the input tensor.
int m_Axis;
- // Tensor data type and this could be int32 or int64. Default type is int64.
+ /// Deprecated and will be removed in future release.
armnn::DataType m_Output_Type;
};