aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/tile/tile_31x15x13_i32_perm4/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/tile/tile_31x15x13_i32_perm4/test.json')
-rw-r--r--operators/data_layout/tile/tile_31x15x13_i32_perm4/test.json58
1 files changed, 0 insertions, 58 deletions
diff --git a/operators/data_layout/tile/tile_31x15x13_i32_perm4/test.json b/operators/data_layout/tile/tile_31x15x13_i32_perm4/test.json
deleted file mode 100644
index 2b7ef193b..000000000
--- a/operators/data_layout/tile/tile_31x15x13_i32_perm4/test.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "TILE",
- attribute_type: "TileAttribute",
- attribute: {
- multiples: [
- 2,
- 3,
- 3
- ]
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 31,
- 15,
- 13
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 62,
- 45,
- 39
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}