aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/slice/slice_ERRORIF_InputSizeStartLengthMismatch_12x8x24x5_i32_perm1/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/slice/slice_ERRORIF_InputSizeStartLengthMismatch_12x8x24x5_i32_perm1/test.json')
-rw-r--r--operators/data_layout/slice/slice_ERRORIF_InputSizeStartLengthMismatch_12x8x24x5_i32_perm1/test.json64
1 files changed, 0 insertions, 64 deletions
diff --git a/operators/data_layout/slice/slice_ERRORIF_InputSizeStartLengthMismatch_12x8x24x5_i32_perm1/test.json b/operators/data_layout/slice/slice_ERRORIF_InputSizeStartLengthMismatch_12x8x24x5_i32_perm1/test.json
deleted file mode 100644
index 3087dcdb5..000000000
--- a/operators/data_layout/slice/slice_ERRORIF_InputSizeStartLengthMismatch_12x8x24x5_i32_perm1/test.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "SLICE",
- attribute_type: "SliceAttribute",
- attribute: {
- start: [
- 0,
- 0,
- 2
- ],
- size: [
- 6,
- 15,
- 2
- ]
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 12,
- 8,
- 24,
- 5
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 6,
- 15,
- 2
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}