blob: 58ad7b4cadc146a44d5005ebeb8290d8762398ee [file] [log] [blame]
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
#include <armnn/Tensor.hpp>
namespace armnn
{
void Multiplication(const TensorShape& inShape0,
const TensorShape& inShape1,
const TensorShape& outShape,
const float* inData0,
const float* inData1,
float* outData);
} //namespace armnn