aboutsummaryrefslogtreecommitdiff
path: root/operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outFP32/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-18 15:07:37 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-18 15:17:50 +0100
commitf28351d57bbe212bc75ed18375b4f421937e113e (patch)
treeb9016381d5a4556e6ae969a0a9e280a7da4da929 /operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outFP32/test.json
parentd166f2283a21e7d02531ebb702bc0bd48c81810c (diff)
downloadconformance_tests-f28351d57bbe212bc75ed18375b4f421937e113e.tar.gz
Updating test files for FLOAT/FP32 name change
Plus re-instate accidentally removed operator READMEs. Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I534e5be23cb524c886208107e1bfe22ac6e8f160
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"
+ ]
+ }
+ ]
+}