blob: df158aca3db40097f119f9216a9341e0eb8a234d [file] [log] [blame]
Matthew Sloyanc5fe6e72022-11-25 16:10:00 +00001//
2// Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
8#include "TosaOperatorUtils.hpp"
9
10#include <Layer.hpp>
11
12#include <tosa_serialization_handler.h>
13
14using namespace armnn;
15using namespace tosa;
16
17TosaSerializationBasicBlock* ConvertConstantToTosaOperator(const Layer* layer,
18 const std::vector<const TensorInfo*>& outputs);
19