@@ -1155,51 +1155,51 @@ OPENVINO_TEST_F(${BACKEND_NAME}, GRUSequenceOp, onnx_model_gru_reverse_const) {
1155
1155
test_case.run (DEFAULT_FLOAT_TOLERANCE_BITS + 8 );
1156
1156
}
1157
1157
1158
- OPENVINO_TEST_F (${BACKEND_NAME}, GRUSequenceOp, onnx_model_gru_reverse) {
1159
- auto function = onnx_import::import_onnx_model (
1160
- file_util::path_join (ov::test::utils::getExecutableDirectory (), SERIALIZED_ZOO, " onnx/gru_reverse.onnx" ));
1161
-
1162
- auto test_case = ov::test::TestCase (function, s_device);
1163
-
1164
- test_case.add_input <float >(in_X);
1165
- test_case.add_input <float >(in_W);
1166
- test_case.add_input <float >(in_R);
1167
-
1168
- // Y
1169
- test_case.add_expected_output <float >(
1170
- Shape{4 , 1 , 3 , 5 },
1171
- std::vector<float >{
1172
- -0 .51097775f , -0 .85767376f , 0 .8065842f , -0 .1832461f , -0 .00109532f , -0 .18766233f , 0 .3910985f ,
1173
- -0 .0617601f , -0 .05733761f , -0 .23259571f , -0 .22787738f , -0 .3715533f , 0 .70320934f , -0 .17635077f ,
1174
- -0 .0972611f , -0 .11218601f , -0 .660165f , -0 .03494868f , -0 .07503931f , -0 .15422714f , -0 .5053969f ,
1175
- 0 .5710621f , 0 .1448728f , -0 .225453f , 0 .07250313f , -0 .5988957f , 0 .48768237f , 0 .00665835f ,
1176
- -0 .42196327f , 0 .2749501f , -0 .02106231f , -0 .44533628f , 0 .24044508f , -0 .5907899f , 0 .26883256f ,
1177
- -0 .3462156f , 0 .3782666f , 0 .00699124f , -0 .00378288f , -0 .2990779f , -0 .32031405f , 0 .3363319f ,
1178
- -0 .1877775f , -0 .10781199f , -0 .40970552f , 0 .47168806f , -0 .6330014f , -0 .1905269f , 0 .26708886f ,
1179
- -0 .19741398f , -0 .3995853f , -0 .07459997f , 0 .691666f , -0 .36566192f , 0 .32173023f , -0 .37267625f ,
1180
- 0 .1103513f , 0 .3908174f , -0 .53085154f , 0 .56740737f ,
1181
- });
1182
- // Y_h
1183
- test_case.add_expected_output <float >(Shape{1 , 3 , 5 },
1184
- std::vector<float >{
1185
- -0 .51097775f ,
1186
- -0 .85767376f ,
1187
- 0 .8065842f ,
1188
- -0 .1832461f ,
1189
- -0 .00109532f ,
1190
- -0 .18766233f ,
1191
- 0 .3910985f ,
1192
- -0 .0617601f ,
1193
- -0 .05733761f ,
1194
- -0 .23259571f ,
1195
- -0 .22787738f ,
1196
- -0 .3715533f ,
1197
- 0 .70320934f ,
1198
- -0 .17635077f ,
1199
- -0 .0972611f ,
1200
- });
1201
- test_case.run (DEFAULT_FLOAT_TOLERANCE_BITS + 8 );
1202
- }
1158
+ // OPENVINO_TEST_F(${BACKEND_NAME}, GRUSequenceOp, onnx_model_gru_reverse) {
1159
+ // auto function = onnx_import::import_onnx_model(
1160
+ // file_util::path_join(ov::test::utils::getExecutableDirectory(), SERIALIZED_ZOO, "onnx/gru_reverse.onnx"));
1161
+
1162
+ // auto test_case = ov::test::TestCase(function, s_device);
1163
+
1164
+ // test_case.add_input<float>(in_X);
1165
+ // test_case.add_input<float>(in_W);
1166
+ // test_case.add_input<float>(in_R);
1167
+
1168
+ // // Y
1169
+ // test_case.add_expected_output<float>(
1170
+ // Shape{4, 1, 3, 5},
1171
+ // std::vector<float>{
1172
+ // -0.51097775f, -0.85767376f, 0.8065842f, -0.1832461f, -0.00109532f, -0.18766233f, 0.3910985f,
1173
+ // -0.0617601f, -0.05733761f, -0.23259571f, -0.22787738f, -0.3715533f, 0.70320934f, -0.17635077f,
1174
+ // -0.0972611f, -0.11218601f, -0.660165f, -0.03494868f, -0.07503931f, -0.15422714f, -0.5053969f,
1175
+ // 0.5710621f, 0.1448728f, -0.225453f, 0.07250313f, -0.5988957f, 0.48768237f, 0.00665835f,
1176
+ // -0.42196327f, 0.2749501f, -0.02106231f, -0.44533628f, 0.24044508f, -0.5907899f, 0.26883256f,
1177
+ // -0.3462156f, 0.3782666f, 0.00699124f, -0.00378288f, -0.2990779f, -0.32031405f, 0.3363319f,
1178
+ // -0.1877775f, -0.10781199f, -0.40970552f, 0.47168806f, -0.6330014f, -0.1905269f, 0.26708886f,
1179
+ // -0.19741398f, -0.3995853f, -0.07459997f, 0.691666f, -0.36566192f, 0.32173023f, -0.37267625f,
1180
+ // 0.1103513f, 0.3908174f, -0.53085154f, 0.56740737f,
1181
+ // });
1182
+ // // Y_h
1183
+ // test_case.add_expected_output<float>(Shape{1, 3, 5},
1184
+ // std::vector<float>{
1185
+ // -0.51097775f,
1186
+ // -0.85767376f,
1187
+ // 0.8065842f,
1188
+ // -0.1832461f,
1189
+ // -0.00109532f,
1190
+ // -0.18766233f,
1191
+ // 0.3910985f,
1192
+ // -0.0617601f,
1193
+ // -0.05733761f,
1194
+ // -0.23259571f,
1195
+ // -0.22787738f,
1196
+ // -0.3715533f,
1197
+ // 0.70320934f,
1198
+ // -0.17635077f,
1199
+ // -0.0972611f,
1200
+ // });
1201
+ // test_case.run(DEFAULT_FLOAT_TOLERANCE_BITS + 8);
1202
+ // }
1203
1203
1204
1204
OPENVINO_TEST_F (${BACKEND_NAME}, GRUSequenceOp, onnx_model_gru_fwd_bias_initial_h_const) {
1205
1205
auto function = onnx_import::import_onnx_model (file_util::path_join (ov::test::utils::getExecutableDirectory (),
@@ -2158,49 +2158,49 @@ OPENVINO_TEST_F(${BACKEND_NAME}, RNNSequenceOp, onnx_model_rnn_reverse) {
2158
2158
test_case.run (DEFAULT_FLOAT_TOLERANCE_BITS + 3 );
2159
2159
}
2160
2160
2161
- OPENVINO_TEST_F (${BACKEND_NAME}, RNNSequenceOp, onnx_model_rnn_fwd_bias_initial_h_const) {
2162
- auto function = onnx_import::import_onnx_model (file_util::path_join (ov::test::utils::getExecutableDirectory (),
2163
- SERIALIZED_ZOO,
2164
- " onnx/rnn_fwd_bias_initial_h_const.onnx" ));
2165
-
2166
- auto test_case = ov::test::TestCase (function, s_device);
2167
- test_case.add_input <float >(in_X);
2168
-
2169
- // Y
2170
- test_case.add_expected_output <float >(
2171
- Shape{4 , 1 , 3 , 5 },
2172
- std::vector<float >{
2173
- 0 .55277014f , 0 .15672898f , -0 .25152922f , -0 .63345766f , 0 .99974346f , 0 .94002223f , -0 .97647303f ,
2174
- -0 .9999884f , 0 .9752002f , 0 .97388494f , 0 .9967754f , 0 .96745205f , 0 .7899921f , 0 .92003024f ,
2175
- -0 .43116868f , 0 .11219919f , 0 .895327f , 0 .21749747f , 0 .6617017f , 0 .99962795f , 0 .37670398f ,
2176
- 0 .7918401f , -0 .99966455f , 0 .9961897f , 0 .9995159f , -0 .84224236f , 0 .92083716f , -0 .99834263f ,
2177
- 0 .9435711f , 0 .8485148f , 0 .699257f , 0 .9983405f , -0 .87222385f , 0 .05191362f , 0 .9878634f ,
2178
- 0 .75459063f , 0 .8326433f , -0 .99705976f , 0 .62511444f , 0 .99979305f , 0 .99925995f , 0 .94032586f ,
2179
- -0 .86841005f , -0 .8692311f , 0 .9974319f , -0 .37055743f , -0 .54580235f , -0 .8618355f , 0 .6927968f ,
2180
- 0 .99997866f , 0 .15482295f , 0 .90996563f , -0 .9992051f , 0 .784014f , 0 .9999677f , -0 .30979204f ,
2181
- 0 .99138904f , -0 .10645419f , -0 .18203181f , 0 .9996245f ,
2182
- });
2183
- // Y_h
2184
- test_case.add_expected_output <float >(Shape{1 , 3 , 5 },
2185
- std::vector<float >{
2186
- -0 .37055743f ,
2187
- -0 .54580235f ,
2188
- -0 .8618355f ,
2189
- 0 .6927968f ,
2190
- 0 .99997866f ,
2191
- 0 .15482295f ,
2192
- 0 .90996563f ,
2193
- -0 .9992051f ,
2194
- 0 .784014f ,
2195
- 0 .9999677f ,
2196
- -0 .30979204f ,
2197
- 0 .99138904f ,
2198
- -0 .10645419f ,
2199
- -0 .18203181f ,
2200
- 0 .9996245f ,
2201
- });
2202
- test_case.run (DEFAULT_FLOAT_TOLERANCE_BITS + 5 );
2203
- }
2161
+ // OPENVINO_TEST_F(${BACKEND_NAME}, RNNSequenceOp, onnx_model_rnn_fwd_bias_initial_h_const) {
2162
+ // auto function = onnx_import::import_onnx_model(file_util::path_join(ov::test::utils::getExecutableDirectory(),
2163
+ // SERIALIZED_ZOO,
2164
+ // "onnx/rnn_fwd_bias_initial_h_const.onnx"));
2165
+
2166
+ // auto test_case = ov::test::TestCase(function, s_device);
2167
+ // test_case.add_input<float>(in_X);
2168
+
2169
+ // // Y
2170
+ // test_case.add_expected_output<float>(
2171
+ // Shape{4, 1, 3, 5},
2172
+ // std::vector<float>{
2173
+ // 0.55277014f, 0.15672898f, -0.25152922f, -0.63345766f, 0.99974346f, 0.94002223f, -0.97647303f,
2174
+ // -0.9999884f, 0.9752002f, 0.97388494f, 0.9967754f, 0.96745205f, 0.7899921f, 0.92003024f,
2175
+ // -0.43116868f, 0.11219919f, 0.895327f, 0.21749747f, 0.6617017f, 0.99962795f, 0.37670398f,
2176
+ // 0.7918401f, -0.99966455f, 0.9961897f, 0.9995159f, -0.84224236f, 0.92083716f, -0.99834263f,
2177
+ // 0.9435711f, 0.8485148f, 0.699257f, 0.9983405f, -0.87222385f, 0.05191362f, 0.9878634f,
2178
+ // 0.75459063f, 0.8326433f, -0.99705976f, 0.62511444f, 0.99979305f, 0.99925995f, 0.94032586f,
2179
+ // -0.86841005f, -0.8692311f, 0.9974319f, -0.37055743f, -0.54580235f, -0.8618355f, 0.6927968f,
2180
+ // 0.99997866f, 0.15482295f, 0.90996563f, -0.9992051f, 0.784014f, 0.9999677f, -0.30979204f,
2181
+ // 0.99138904f, -0.10645419f, -0.18203181f, 0.9996245f,
2182
+ // });
2183
+ // // Y_h
2184
+ // test_case.add_expected_output<float>(Shape{1, 3, 5},
2185
+ // std::vector<float>{
2186
+ // -0.37055743f,
2187
+ // -0.54580235f,
2188
+ // -0.8618355f,
2189
+ // 0.6927968f,
2190
+ // 0.99997866f,
2191
+ // 0.15482295f,
2192
+ // 0.90996563f,
2193
+ // -0.9992051f,
2194
+ // 0.784014f,
2195
+ // 0.9999677f,
2196
+ // -0.30979204f,
2197
+ // 0.99138904f,
2198
+ // -0.10645419f,
2199
+ // -0.18203181f,
2200
+ // 0.9996245f,
2201
+ // });
2202
+ // test_case.run(DEFAULT_FLOAT_TOLERANCE_BITS + 5);
2203
+ // }
2204
2204
2205
2205
OPENVINO_TEST_F (${BACKEND_NAME}, RNNSequenceOp, onnx_model_rnn_fwd_bias_initial_h) {
2206
2206
auto function = onnx_import::import_onnx_model (file_util::path_join (ov::test::utils::getExecutableDirectory (),
0 commit comments