blob: 1a9d6be9c0d6ecf5c5bf46fe06e036e2741185c6 [file] [log] [blame]
Cathal Corbettbd18eab2022-11-15 12:56:16 +00001//
2// Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
8#include "AdditionOperator.hpp"
Matthew Sloyanc5fe6e72022-11-25 16:10:00 +00009#include "ConstantOperator.hpp"
10#include "Conv2dOperator.hpp"
Cathal Corbettbd18eab2022-11-15 12:56:16 +000011#include "AvgPool2DIgnoreValueOperator.hpp"
Cathal Corbettb30e6552022-12-07 11:50:50 +000012#include "Pooling2DOperator.hpp"
Cathal Corbett3b9acd52022-12-09 12:17:27 +000013#include "ReshapeOperator.hpp"
Matthew Sloyanfc9d5e72022-12-08 13:38:23 +000014#include "SliceOperator.hpp"
15#include "TransposeConv2dOperator.hpp"