aboutsummaryrefslogtreecommitdiff
path: root/src/armnnUtils/BFloat16.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnUtils/BFloat16.hpp')
-rw-r--r--src/armnnUtils/BFloat16.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/armnnUtils/BFloat16.hpp b/src/armnnUtils/BFloat16.hpp
new file mode 100644
index 0000000000..bce45aa1ff
--- /dev/null
+++ b/src/armnnUtils/BFloat16.hpp
@@ -0,0 +1,13 @@
+//
+// Copyright © 2020 Arm Ltd. All rights reserved.
+// SPDX-License-Identifier: MIT
+//
+
+#pragma once
+
+#include <stdint.h>
+
+namespace armnn
+{
+ using BFloat16 = uint16_t;
+} //namespace armnn