ArmNN
 25.11
Loading...
Searching...
No Matches
ConstantOperator.hpp
Go to the documentation of this file.
1//
2// Copyright © 2022-2024 Arm Ltd and Contributors. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
9
10using namespace armnn;
11using namespace tosa;
12
13TosaSerializationBasicBlock* ConvertConstantToTosaOperator(const Layer* layer,
14 const std::vector<const TensorInfo*>& outputs,
15 bool isDepthwiseConv2dWeights);
16
TosaSerializationBasicBlock * ConvertConstantToTosaOperator(const Layer *layer, const std::vector< const TensorInfo * > &outputs, bool isDepthwiseConv2dWeights)
Copyright (c) 2021 ARM Limited and Contributors.