aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/optimizations/All.hpp
blob: 70f78d44afbaf8d344e1b8eb22f8491aba2a7681 (plain)
1
2
3
4
5
6
7
8
9
10
11
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// See LICENSE file in the project root for full license information.
//
#pragma once

#include "OptimizeInversePermutes.hpp"
#include "PermuteAsReshape.hpp"
#include "OptimizeConsecutiveReshapes.hpp"
#include "SquashEqualSiblings.hpp"
#include "MovePermuteUp.hpp"