aboutsummaryrefslogtreecommitdiff
path: root/operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outFP32/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outFP32/test.json')
-rw-r--r--operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outFP32/test.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outFP32/test.json b/operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outFP32/test.json
new file mode 100644
index 000000000..4ce6625ab
--- /dev/null
+++ b/operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outFP32/test.json
@@ -0,0 +1,51 @@
+{
+ 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"
+ ]
+ }
+ ]
+}