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