blob: 1323abc6a3bfa480e549bcbdfaa00a0a540e7b84 [file] [log] [blame]
Cathal Corbettbd18eab2022-11-15 12:56:16 +00001//
Teresa Charlince655882023-11-21 15:44:13 +00002// Copyright © 2022-2023 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
Matthew Sloyanc5fe6e72022-11-25 16:10:00 +00008#include "TosaOperatorUtils.hpp"
9
Cathal Corbettbd18eab2022-11-15 12:56:16 +000010using namespace armnn;
11using namespace tosa;
12
Matthew Sloyanc5fe6e72022-11-25 16:10:00 +000013TosaSerializationBasicBlock* ConvertPooling2DToTosaOperator(const Layer* layer,
14 const std::vector<const TensorInfo*>& inputs,
Cathal Corbettbd18eab2022-11-15 12:56:16 +000015 const std::vector<const TensorInfo*>& outputs,
Cathal Corbettbd18eab2022-11-15 12:56:16 +000016 const Pooling2dDescriptor* poolDescriptor);