blob: 6a783732b383ec645da4c4eb4df7aaa6f10638da [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,
const TensorInfo& inputInfo,
Decoder<float>& inputData,
Encoder<float>& outputData);
} // namespace armnn