aboutsummaryrefslogtreecommitdiff
path: root/src/backends/RefWorkloads/ArithmeticFunction.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/RefWorkloads/ArithmeticFunction.hpp')
-rw-r--r--src/backends/RefWorkloads/ArithmeticFunction.hpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/backends/RefWorkloads/ArithmeticFunction.hpp b/src/backends/RefWorkloads/ArithmeticFunction.hpp
deleted file mode 100644
index eafb6444f6..0000000000
--- a/src/backends/RefWorkloads/ArithmeticFunction.hpp
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-// Copyright © 2017 Arm Ltd. All rights reserved.
-// SPDX-License-Identifier: MIT
-//
-
-#pragma once
-
-#include <armnn/Tensor.hpp>
-
-namespace armnn
-{
-
-template <typename Functor>
-struct ArithmeticFunction
-{
- ArithmeticFunction(const TensorShape& inShape0,
- const TensorShape& inShape1,
- const TensorShape& outShape,
- const float* inData0,
- const float* inData1,
- float* outData);
-};
-
-} //namespace armnn