blob: 895c0913918588a6a4b92048c618cb367b340f0d [file] [log] [blame]
Teresa Charlinca5a23a2023-12-15 14:20:47 +00001//
2// Copyright © 2023 Arm Ltd and Contributors. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6
7#pragma once
8
9#include "TosaOperatorUtils.hpp"
10
11using namespace armnn;
12using namespace tosa;
13
14TosaSerializationBasicBlock* ConvertQuantizeToTosaOperator(const Layer* layer,
15 const std::vector<const TensorInfo*>& inputs,
16 const std::vector<const TensorInfo*>& outputs);