ArmNN
 25.11
Loading...
Searching...
No Matches
QuantizeOperator.hpp
Go to the documentation of this file.
1//
2// Copyright © 2023 Arm Ltd and Contributors. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6
7#pragma once
8
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);
TosaSerializationBasicBlock * ConvertQuantizeToTosaOperator(const Layer *layer, const std::vector< const TensorInfo * > &inputs, const std::vector< const TensorInfo * > &outputs)
Copyright (c) 2021 ARM Limited and Contributors.