blob: d73b4cd11553bab50df6fb689b9d6cfa3adda69b [file] [log] [blame]
Kevin May09ca49c2019-10-09 12:37:34 +01001//
2// 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,
17 Decoder<float>& inputData,
18 Encoder<float>& outputData);
19
20} // namespace armnn