ArmNN
 21.02
RefSplitterWorkload.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 
10 #include "Decoders.hpp"
11 #include "Encoders.hpp"
12 
13 namespace armnn
14 {
15 
16 class RefSplitterWorkload : public BaseWorkload<SplitterQueueDescriptor>
17 {
18 public:
20  virtual void Execute() const override;
21 };
22 
23 } //namespace armnn
Copyright (c) 2021 ARM Limited and Contributors.
virtual void Execute() const override