blob: d73b4cd11553bab50df6fb689b9d6cfa3adda69b [file] [log] [blame]
//
// Copyright © 2019 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
#include "Encoders.hpp"
#include "Decoders.hpp"
#include <backendsCommon/WorkloadData.hpp>
namespace armnn
{
void InstanceNorm(const InstanceNormalizationQueueDescriptor& data,
Decoder<float>& inputData,
Encoder<float>& outputData);
} // namespace armnn