aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/slice/slice_ERRORIF_StartSizeOutsideBounds_11x9x30x30_i8_perm0/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:15 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:15 +0100
commitcf8989f6250721418177c5b78cdedb7b6c56f74d (patch)
tree032b16f5831f3cbf110cb4f056c9550ee7381eb9 /operators/data_layout/slice/slice_ERRORIF_StartSizeOutsideBounds_11x9x30x30_i8_perm0/test.json
parentd2d22b3e074fa6be55ca3d568540e820e50f44be (diff)
downloadconformance_tests-cf8989f6250721418177c5b78cdedb7b6c56f74d.tar.gz
Updating DATA_LAYOUT tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I605e4528c4b31c393e4a8ee88de332ecbc2f1421
Diffstat (limited to 'operators/data_layout/slice/slice_ERRORIF_StartSizeOutsideBounds_11x9x30x30_i8_perm0/test.json')
-rw-r--r--operators/data_layout/slice/slice_ERRORIF_StartSizeOutsideBounds_11x9x30x30_i8_perm0/test.json67
1 files changed, 0 insertions, 67 deletions
diff --git a/operators/data_layout/slice/slice_ERRORIF_StartSizeOutsideBounds_11x9x30x30_i8_perm0/test.json b/operators/data_layout/slice/slice_ERRORIF_StartSizeOutsideBounds_11x9x30x30_i8_perm0/test.json
deleted file mode 100644
index e32276efa..000000000
--- a/operators/data_layout/slice/slice_ERRORIF_StartSizeOutsideBounds_11x9x30x30_i8_perm0/test.json
+++ /dev/null
@@ -1,67 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "SLICE",
- attribute_type: "SliceAttribute",
- attribute: {
- start: [
- 10,
- 8,
- 29,
- 29
- ],
- size: [
- 2,
- 4,
- 2,
- 2
- ]
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 11,
- 9,
- 30,
- 30
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 2,
- 4,
- 2,
- 2
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}