aboutsummaryrefslogtreecommitdiff
path: root/ConversionUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ConversionUtils.hpp')
-rw-r--r--ConversionUtils.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ConversionUtils.hpp b/ConversionUtils.hpp
index eea70d7b..997c9cc2 100644
--- a/ConversionUtils.hpp
+++ b/ConversionUtils.hpp
@@ -35,6 +35,10 @@ namespace armnn_driver
/// Helper classes
///
+#ifdef ARMNN_ANDROID_R
+using OperandType = android::nn::hal::OperandType;
+#endif
+
struct ConversionData
{
ConversionData(const std::vector<armnn::BackendId>& backends)