aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cpu/operators/CpuSub.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/cpu/operators/CpuSub.h')
-rw-r--r--src/runtime/cpu/operators/CpuSub.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/runtime/cpu/operators/CpuSub.h b/src/runtime/cpu/operators/CpuSub.h
index aad01fe4dc..07f5be89cd 100644
--- a/src/runtime/cpu/operators/CpuSub.h
+++ b/src/runtime/cpu/operators/CpuSub.h
@@ -39,11 +39,8 @@ public:
* Valid configurations (src0,src1) -> dst :
*
* - (U8,U8) -> U8
- * - (U8,U8) -> S16
* - (QASYMM8, QASYMM8) -> QASYMM8
* - (QASYMM8_SIGNED, QASYMM8_SIGNED) -> QASYMM8_SIGNED
- * - (S16,U8) -> S16
- * - (U8,S16) -> S16
* - (S16,S16) -> S16
* - (S32,S32) -> S32
* - (F16,F16) -> F16