ArmNN
 21.02
RefDequantizeWorkload.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
9 
10 namespace armnn
11 {
12 
13 class RefDequantizeWorkload : public BaseWorkload<DequantizeQueueDescriptor>
14 {
15 public:
18 
19  void Execute() const override;
20 };
21 
22 } // namespace armnn
Copyright (c) 2021 ARM Limited and Contributors.