ArmNN
 20.05
RefConvertFp32ToBf16Workload.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2020 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
10 
11 namespace armnn
12 {
13 
14 class RefConvertFp32ToBf16Workload : public Float32ToBFloat16Workload<ConvertFp32ToBf16QueueDescriptor>
15 {
16 public:
18  virtual void Execute() const override;
19 };
20 
21 } //namespace armnn
Copyright (c) 2020 ARM Limited.