From c3bf6efb48a4540c8addcc02813c9381e4fceb1f Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Fri, 28 Feb 2020 12:45:21 +0000 Subject: IVGCVSW-4508 Add BFloat16 data type Signed-off-by: Narumol Prangnawarat Change-Id: Ie2fcf06d0bae9e2ef958e60ab9e8b121fdc7b590 --- src/armnnUtils/BFloat16.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/armnnUtils/BFloat16.hpp (limited to 'src/armnnUtils/BFloat16.hpp') 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 + +namespace armnn +{ + using BFloat16 = uint16_t; +} //namespace armnn -- cgit v1.2.1