From d8e6b6b5148a3d61b378e6e5259ca421a709abef Mon Sep 17 00:00:00 2001 From: James Ward Date: Mon, 21 Nov 2022 11:51:55 +0000 Subject: Create MI tests for Data Layout: CONCAT, PAD, RESHAPE, REVERSE, SLICE, TILE, TRANSPOSE Signed-off-by: James Ward Change-Id: Icbbe8f63e35d04a3b2cc64bd760ca92c22fd4aa7 --- .../input-3.json | 181 +++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 operators/data_layout/concat/concat_ERRORIF_AxisSmallerZero_11x2x5_f32_axis-1/input-3.json (limited to 'operators/data_layout/concat/concat_ERRORIF_AxisSmallerZero_11x2x5_f32_axis-1/input-3.json') diff --git a/operators/data_layout/concat/concat_ERRORIF_AxisSmallerZero_11x2x5_f32_axis-1/input-3.json b/operators/data_layout/concat/concat_ERRORIF_AxisSmallerZero_11x2x5_f32_axis-1/input-3.json new file mode 100644 index 000000000..fb09c0b26 --- /dev/null +++ b/operators/data_layout/concat/concat_ERRORIF_AxisSmallerZero_11x2x5_f32_axis-1/input-3.json @@ -0,0 +1,181 @@ +{ + "type": "float32", + "data": [ + [ + [ + 0.0512697659432888, + 0.3671824634075165, + 0.8525786399841309, + 0.8509402275085449, + 0.636409342288971 + ], + [ + 0.10853119194507599, + 0.404267281293869, + 0.9611520171165466, + 0.10653869807720184, + 0.8014033436775208 + ] + ], + [ + [ + 0.4178208112716675, + 0.744740903377533, + 0.05431127920746803, + 0.010314472019672394, + 0.3006284236907959 + ], + [ + 0.8701797127723694, + 0.6797998547554016, + 0.6118237376213074, + 0.9976794719696045, + 0.3472958207130432 + ] + ], + [ + [ + 0.8502522706985474, + 0.10966542363166809, + 0.17072662711143494, + 0.47809669375419617, + 0.9594793319702148 + ], + [ + 0.7034028172492981, + 0.11253022402524948, + 0.9549072980880737, + 0.7657184600830078, + 0.7366073727607727 + ] + ], + [ + [ + 0.5514891147613525, + 0.3935328722000122, + 0.10989764332771301, + 0.6197928786277771, + 0.12769050896167755 + ], + [ + 0.5899454951286316, + 0.539648711681366, + 0.5965243577957153, + 0.8267843127250671, + 0.41117775440216064 + ] + ], + [ + [ + 0.4365979731082916, + 0.059979844838380814, + 0.2877398133277893, + 0.08102213591337204, + 0.14175823330879211 + ], + [ + 0.42679670453071594, + 0.4071938395500183, + 0.9358575344085693, + 0.11931999027729034, + 0.1493026316165924 + ] + ], + [ + [ + 0.7508662939071655, + 0.022398600354790688, + 0.6509463787078857, + 0.7475610971450806, + 0.6289869546890259 + ], + [ + 0.2878049612045288, + 0.10358697921037674, + 0.9941742420196533, + 0.8593542575836182, + 0.730636477470398 + ] + ], + [ + [ + 0.18704034388065338, + 0.43090999126434326, + 0.7098197937011719, + 0.10143231600522995, + 0.9573279619216919 + ], + [ + 0.9552329182624817, + 0.15049517154693604, + 0.19705680012702942, + 0.3640763759613037, + 0.4506843388080597 + ] + ], + [ + [ + 0.44073569774627686, + 0.6882041692733765, + 0.4702122211456299, + 0.1842537522315979, + 0.26102232933044434 + ], + [ + 0.4111953675746918, + 0.519298255443573, + 0.9230165481567383, + 0.0962129533290863, + 0.8043375015258789 + ] + ], + [ + [ + 0.3108566403388977, + 0.727027952671051, + 0.2582574784755707, + 0.3851443827152252, + 0.44325679540634155 + ], + [ + 0.750774621963501, + 0.16625455021858215, + 0.346552312374115, + 0.5285513401031494, + 0.6575925946235657 + ] + ], + [ + [ + 0.07606938481330872, + 0.09472624212503433, + 0.7184802889823914, + 0.36614885926246643, + 0.16561554372310638 + ], + [ + 0.2632012963294983, + 0.5982146263122559, + 0.9532964825630188, + 0.7319115400314331, + 0.7970569133758545 + ] + ], + [ + [ + 0.6084485650062561, + 0.3711814880371094, + 0.962208092212677, + 0.08127376437187195, + 0.8086205720901489 + ], + [ + 0.2582710385322571, + 0.6078583598136902, + 0.9823864102363586, + 0.8422916531562805, + 0.8501406311988831 + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1