aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/slice/slice_ERRORIF_WrongInputList_11x9x3_f32_perm2/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/slice/slice_ERRORIF_WrongInputList_11x9x3_f32_perm2/test.json')
-rw-r--r--operators/data_layout/slice/slice_ERRORIF_WrongInputList_11x9x3_f32_perm2/test.json69
1 files changed, 0 insertions, 69 deletions
diff --git a/operators/data_layout/slice/slice_ERRORIF_WrongInputList_11x9x3_f32_perm2/test.json b/operators/data_layout/slice/slice_ERRORIF_WrongInputList_11x9x3_f32_perm2/test.json
deleted file mode 100644
index f9d63b919..000000000
--- a/operators/data_layout/slice/slice_ERRORIF_WrongInputList_11x9x3_f32_perm2/test.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 51,
- _patch: 0,
- _draft: true
- },
- regions: [
- {
- name: "main",
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "SLICE",
- attribute_type: "SliceAttribute",
- attribute: {
- start: [
- 5,
- 1,
- 0
- ],
- size: [
- 5,
- 3,
- 1
- ]
- },
- inputs: [
- "input-0",
- "eiDummyInput"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 11,
- 9,
- 3
- ],
- type: "FP32"
- },
- {
- name: "result-0",
- shape: [
- 5,
- 3,
- 1
- ],
- type: "FP32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
- }
- ]
-}