aboutsummaryrefslogtreecommitdiff
path: root/operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outf32/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outf32/test.json')
-rw-r--r--operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outf32/test.json51
1 files changed, 0 insertions, 51 deletions
diff --git a/operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outf32/test.json b/operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outf32/test.json
deleted file mode 100644
index 4ce6625ab..000000000
--- a/operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outf32/test.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "CAST",
- attribute_type: "NONE",
- inputs: [
-
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 9,
- 11,
- 15
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 9,
- 11,
- 15
- ],
- type: "FP32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}