aboutsummaryrefslogtreecommitdiff
path: root/src/armnnUtils/BFloat16.hpp
blob: bce45aa1ff696bb656c303accaf4cdb3d1cf9ada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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