blob: fd0574f30d518ae03b373d558c08cdcde37e842c [file] [log] [blame]
Cathal Corbettbd18eab2022-11-15 12:56:16 +00001//
Tracy Narine10403ec2023-11-28 11:55:08 +00002// Copyright © 2022-2024 Arm Ltd and Contributors. All rights reserved.
Cathal Corbettbd18eab2022-11-15 12:56:16 +00003// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
Tracy Narine10403ec2023-11-28 11:55:08 +00008#include "ActivationOperator.hpp"
Nikhil Raj9a339462022-12-05 11:24:35 +00009#include "AvgPool2DIgnoreValueOperator.hpp"
Kevin May5b58e312022-12-15 10:15:21 +000010#include "ConcatOperator.hpp"
Matthew Sloyanc5fe6e72022-11-25 16:10:00 +000011#include "ConstantOperator.hpp"
12#include "Conv2dOperator.hpp"
Nikhil Raj9a339462022-12-05 11:24:35 +000013#include "ElementwiseBinaryOperator.hpp"
David Monahand7fca092023-01-12 14:53:34 +000014#include "ElementwiseUnaryOperator.hpp"
Cathal Corbettb30e6552022-12-07 11:50:50 +000015#include "Pooling2DOperator.hpp"
Teresa Charlinca5a23a2023-12-15 14:20:47 +000016#include "QuantizeOperator.hpp"
Cathal Corbett3b9acd52022-12-09 12:17:27 +000017#include "ReshapeOperator.hpp"
Teresa Charlince655882023-11-21 15:44:13 +000018#include "ResizeOperator.hpp"
Matthew Sloyanfc9d5e72022-12-08 13:38:23 +000019#include "SliceOperator.hpp"
Kevin May1bea6be2023-12-12 11:18:46 +000020#include "SplitOperator.hpp"
Nikhil Raj9a339462022-12-05 11:24:35 +000021#include "TransposeConv2dOperator.hpp"
Cathal Corbett0bb096d2022-12-22 13:09:38 +000022#include "TransposeOperator.hpp"