ArmNN  NotReleased
PermuteAndBatchToSpaceAsDepthToSpace.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2019 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 #pragma once
6 
7 #include "Optimization.hpp"
8 
9 namespace armnn
10 {
11 namespace optimizations
12 {
13 
18 {
19 public:
20  void Run(Graph& graph, InputSlot& connection) const;
21 };
22 
25 
26 } // namespace optimizations
27 } // namespace armnn