blob: 2e3a18fc4b9ec54b0253ac08cf0bf8c5c63e731c [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