Release 18.03
[platform/upstream/armnn.git] / src / armnn / backends / RefWorkloads / Multiplication.hpp
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // See LICENSE file in the project root for full license information.
4 //
5
6 #pragma once
7
8 #include <armnn/Tensor.hpp>
9
10 namespace armnn
11 {
12
13 void Multiplication(const TensorShape& inShape0,
14                     const TensorShape& inShape1,
15                     const TensorShape& outShape,
16                     const float* inData0,
17                     const float* inData1,
18                     float* outData);
19
20 } //namespace armnn