aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/transpose/transpose_ERRORIF_WrongOutputType_6x13x5x15_f16_perm5/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/transpose/transpose_ERRORIF_WrongOutputType_6x13x5x15_f16_perm5/test.json')
-rw-r--r--operators/data_layout/transpose/transpose_ERRORIF_WrongOutputType_6x13x5x15_f16_perm5/test.json66
1 files changed, 0 insertions, 66 deletions
diff --git a/operators/data_layout/transpose/transpose_ERRORIF_WrongOutputType_6x13x5x15_f16_perm5/test.json b/operators/data_layout/transpose/transpose_ERRORIF_WrongOutputType_6x13x5x15_f16_perm5/test.json
deleted file mode 100644
index f34c87d59..000000000
--- a/operators/data_layout/transpose/transpose_ERRORIF_WrongOutputType_6x13x5x15_f16_perm5/test.json
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 51,
- _patch: 0,
- _draft: true
- },
- regions: [
- {
- name: "main",
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "TRANSPOSE",
- attribute_type: "TransposeAttribute",
- attribute: {
- perms: [
- 3,
- 1,
- 0,
- 2
- ]
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 6,
- 13,
- 5,
- 15
- ],
- type: "FP16"
- },
- {
- name: "result-0",
- shape: [
- 15,
- 13,
- 6,
- 5
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
- }
- ]
-}