ArmNN
 23.11
RefConvertFp16ToFp32Workload.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 #include "RefBaseWorkload.hpp"
10 
11 namespace armnn
12 {
13 
14 class RefConvertFp16ToFp32Workload : public Float16ToFloat32Workload<ConvertFp16ToFp32QueueDescriptor>
15 {
16 public:
18  void Execute() const override;
19  void ExecuteAsync(ExecutionData& executionData) override;
20 private:
21  void Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs) const;
22 };
23 
24 } //namespace armnn
WorkloadData.hpp
armnn::RefConvertFp16ToFp32Workload::Execute
void Execute() const override
Definition: RefConvertFp16ToFp32Workload.cpp:16
armnn::RefConvertFp16ToFp32Workload
Definition: RefConvertFp16ToFp32Workload.hpp:14
armnn::RefConvertFp16ToFp32Workload::ExecuteAsync
void ExecuteAsync(ExecutionData &executionData) override
Definition: RefConvertFp16ToFp32Workload.cpp:21
armnn
Copyright (c) 2021 ARM Limited and Contributors.
Definition: 01_00_quick_start.dox:6
RefBaseWorkload.hpp
armnn::MultiTypedWorkload
Definition: Workload.hpp:160
armnn::experimental::ExecutionData
Definition: ExecutionData.hpp:14