blob: 2e3a18fc4b9ec54b0253ac08cf0bf8c5c63e731c [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,
17 Decoder<float>& inputData,
18 Encoder<float>& outputData);
19
20} // namespace armnn