// // Copyright © 2017 Arm Ltd. All rights reserved. // See LICENSE file in the project root for full license information. // #pragma once #include namespace armnn { void Addition(const TensorShape& inShape0, const TensorShape& inShape1, const TensorShape& outShape, const float* inData0, const float* inData1, float* outData); } //namespace armnn