blob: 6a783732b383ec645da4c4eb4df7aaa6f10638da [file] [log] [blame]
Laurent Carlier749294b2020-06-01 09:03:17 +01001//
Kevin May09ca49c2019-10-09 12:37:34 +01002// Copyright © 2019 Arm Ltd. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
8#include "Encoders.hpp"
9#include "Decoders.hpp"
10
11#include <backendsCommon/WorkloadData.hpp>
12
13namespace armnn
14{
15
16void InstanceNorm(const InstanceNormalizationQueueDescriptor& data,
Finn Williams01097942021-04-26 12:06:34 +010017 const TensorInfo& inputInfo,
Kevin May09ca49c2019-10-09 12:37:34 +010018 Decoder<float>& inputData,
19 Encoder<float>& outputData);
20
21} // namespace armnn