aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/operators/CpuSub.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/operators/CpuSub.h')
-rw-r--r--src/cpu/operators/CpuSub.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cpu/operators/CpuSub.h b/src/cpu/operators/CpuSub.h
index 025c928d8f..d463d1e063 100644
--- a/src/cpu/operators/CpuSub.h
+++ b/src/cpu/operators/CpuSub.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021 Arm Limited.
+ * Copyright (c) 2021-2022 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -60,6 +60,9 @@ public:
* @return a status
*/
static Status validate(const ITensorInfo *src0, const ITensorInfo *src1, const ITensorInfo *dst, ConvertPolicy policy, const ActivationLayerInfo &act_info = ActivationLayerInfo());
+
+ // Inherited methods overridden:
+ void run(ITensorPack &tensors) override;
};
} // namespace cpu
} // namespace arm_compute