Release 18.02
[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 namespace armnn
9 {
10
11 void Multiplication(const float* in0,
12                     const float* in1,
13                     unsigned int numElements,
14                     float* out);
15
16 } //namespace armnn