aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/functions/NEArithmeticSubtraction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/NEON/functions/NEArithmeticSubtraction.cpp')
-rw-r--r--src/runtime/NEON/functions/NEArithmeticSubtraction.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/runtime/NEON/functions/NEArithmeticSubtraction.cpp b/src/runtime/NEON/functions/NEArithmeticSubtraction.cpp
index a69e78def3..c7f492bcbc 100644
--- a/src/runtime/NEON/functions/NEArithmeticSubtraction.cpp
+++ b/src/runtime/NEON/functions/NEArithmeticSubtraction.cpp
@@ -46,11 +46,6 @@ Status NEArithmeticSubtraction::validate(const ITensorInfo *input1, const ITenso
ARM_COMPUTE_RETURN_ERROR_ON(act_info.enabled());
return NEArithmeticSubtractionKernel::validate(input1, input2, output, policy);
}
-
-MemoryRequirements NEArithmeticSubtraction::workspace() const
-{
- return MemoryRequirements{};
-}
} // namespace experimental
struct NEArithmeticSubtraction::Impl