aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/slice/slice_ERRORIF_WrongRank_12x1x12x1x4_f16_perm3/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/slice/slice_ERRORIF_WrongRank_12x1x12x1x4_f16_perm3/test.json')
-rw-r--r--operators/data_layout/slice/slice_ERRORIF_WrongRank_12x1x12x1x4_f16_perm3/test.json76
1 files changed, 0 insertions, 76 deletions
diff --git a/operators/data_layout/slice/slice_ERRORIF_WrongRank_12x1x12x1x4_f16_perm3/test.json b/operators/data_layout/slice/slice_ERRORIF_WrongRank_12x1x12x1x4_f16_perm3/test.json
deleted file mode 100644
index 5d7ad61a9..000000000
--- a/operators/data_layout/slice/slice_ERRORIF_WrongRank_12x1x12x1x4_f16_perm3/test.json
+++ /dev/null
@@ -1,76 +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: [
- 2,
- 0,
- 10,
- 0,
- 0
- ],
- size: [
- 2,
- 1,
- 1,
- 1,
- 3
- ]
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 12,
- 1,
- 12,
- 1,
- 4
- ],
- type: "FP16"
- },
- {
- name: "result-0",
- shape: [
- 2,
- 1,
- 1,
- 1,
- 3
- ],
- type: "FP16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
- }
- ]
-}