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 17:38:23 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-18 17:44:54 +0100
commit99123d66335bc05c7d42b1999ac4671b50706746 (patch)
tree050f4f1be7a8295e84c865b3cc6c19a77f985450 /operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outFP32/test.json
parent39f4c0e050bd84fffeb43bbbc3032f5831358246 (diff)
downloadconformance_tests-99123d66335bc05c7d42b1999ac4671b50706746.tar.gz
Updating CAST tests for renaming of out type
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Id3dc86ec45fe884359f6529cba0fe28e709f89f3
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, 0 insertions, 51 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
deleted file mode 100644
index 4ce6625ab..000000000
--- a/operators/type_conversion/cast/cast_ERRORIF_WrongInputList_9x11x15_i32_outFP32/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"
- ]
- }
- ]
-}