From de1c2ce9e0710f39464069d880fac7bb9ec24d1a Mon Sep 17 00:00:00 2001 From: James Ward Date: Tue, 31 Jan 2023 12:20:46 +0000 Subject: Create MI tests for Type Conversion: CAST Signed-off-by: James Ward Change-Id: I2faca325583245248e7043cf3359e696ececac19 --- .../input-0.json | 173 +++++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_4x8x3_f32_outf16/input-0.json (limited to 'operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_4x8x3_f32_outf16/input-0.json') diff --git a/operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_4x8x3_f32_outf16/input-0.json b/operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_4x8x3_f32_outf16/input-0.json new file mode 100644 index 000000000..8835aae35 --- /dev/null +++ b/operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_4x8x3_f32_outf16/input-0.json @@ -0,0 +1,173 @@ +{ + "type": "float32", + "data": [ + [ + [ + 0.7469527721405029, + 0.8288418650627136, + 0.9074443578720093 + ], + [ + 0.1779518723487854, + 0.4221309721469879, + 0.6516698002815247 + ], + [ + 0.8224611282348633, + 0.7380043864250183, + 0.12153109908103943 + ], + [ + 0.6456719636917114, + 0.29405370354652405, + 0.4064978063106537 + ], + [ + 0.9942298531532288, + 0.1570558100938797, + 0.1043805330991745 + ], + [ + 0.4091441333293915, + 0.864128053188324, + 0.16220827400684357 + ], + [ + 0.07995282858610153, + 0.4188489317893982, + 0.6322980523109436 + ], + [ + 0.15469251573085785, + 0.8045888543128967, + 0.8459159135818481 + ] + ], + [ + [ + 0.5225959420204163, + 0.03046385757625103, + 0.5161022543907166 + ], + [ + 0.21418224275112152, + 0.4460970163345337, + 0.7597372531890869 + ], + [ + 0.054418861865997314, + 0.0001520294026704505, + 0.13344907760620117 + ], + [ + 0.04536932334303856, + 0.2604200839996338, + 0.4042680561542511 + ], + [ + 0.7797085046768188, + 0.03032722882926464, + 0.3509901463985443 + ], + [ + 0.9294440150260925, + 0.57638019323349, + 0.8267634510993958 + ], + [ + 0.48351410031318665, + 0.09724021703004837, + 0.18693912029266357 + ], + [ + 0.7580823302268982, + 0.8641075491905212, + 0.46754181385040283 + ] + ], + [ + [ + 0.4924566149711609, + 0.45012229681015015, + 0.018363112583756447 + ], + [ + 0.0955098420381546, + 0.9918880462646484, + 0.042013633996248245 + ], + [ + 0.34896907210350037, + 0.6906862258911133, + 0.42483094334602356 + ], + [ + 0.9826638102531433, + 0.032738689333200455, + 0.8745589852333069 + ], + [ + 0.13474427163600922, + 0.2048220932483673, + 0.5283038020133972 + ], + [ + 0.871454656124115, + 0.41408106684684753, + 0.29357388615608215 + ], + [ + 0.40167200565338135, + 0.09434332698583603, + 0.8382343053817749 + ], + [ + 0.9152150750160217, + 0.6757746934890747, + 0.444669634103775 + ] + ], + [ + [ + 0.6141508221626282, + 0.5518668293952942, + 0.05155515298247337 + ], + [ + 0.3944213390350342, + 0.6568287014961243, + 0.8477990627288818 + ], + [ + 0.3589729964733124, + 0.8192721009254456, + 0.7569159269332886 + ], + [ + 0.929310142993927, + 0.9894309043884277, + 0.04173225536942482 + ], + [ + 0.4374707043170929, + 0.7735601663589478, + 0.82316654920578 + ], + [ + 0.08285422623157501, + 0.6065905690193176, + 0.8984525799751282 + ], + [ + 0.22705906629562378, + 0.3473590612411499, + 0.39484795928001404 + ], + [ + 0.3945377469062805, + 0.5617062449455261, + 0.06080642715096474 + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1