aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NESlice.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NESlice.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NESlice.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arm_compute/runtime/NEON/functions/NESlice.h b/arm_compute/runtime/NEON/functions/NESlice.h
index 550bfd2188..ac79a5c633 100644
--- a/arm_compute/runtime/NEON/functions/NESlice.h
+++ b/arm_compute/runtime/NEON/functions/NESlice.h
@@ -103,14 +103,6 @@ class NESlice : public INEOperator
public:
/** Configure kernel
*
- * Valid data layouts:
- * - All
- *
- * Valid data type configurations:
- * |src |dst |
- * |:------|:------|
- * |All |All |
- *
* @note Supported tensor rank: up to 4
* @note Start indices must be non-negative. 0 <= starts[i]
* @note End coordinates can be negative, which represents the number of elements before the end of that dimension.