blob: 598e041232ee63804f4df6569e80c04460e344de [file] [log] [blame]
Matthew Sloyanc5fe6e72022-11-25 16:10:00 +00001//
Teresa Charlince655882023-11-21 15:44:13 +00002// Copyright © 2022-2023 Arm Ltd and Contributors. All rights reserved.
Matthew Sloyanc5fe6e72022-11-25 16:10:00 +00003// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
8#include "TosaOperatorUtils.hpp"
9
Matthew Sloyanc5fe6e72022-11-25 16:10:00 +000010using namespace armnn;
11using namespace tosa;
12
13TosaSerializationBasicBlock* ConvertConstantToTosaOperator(const Layer* layer,
14 const std::vector<const TensorInfo*>& outputs);
15