Enable ScatterElementsUpdate test for reduction mean (#18682)

* Enable scatter elements test for reduction mean

* Remove remaining comment
This commit is contained in:
Katarzyna Mitrus 2023-07-25 06:45:05 +02:00 committed by GitHub
parent 5efdbf57ad
commit 99557e3356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1508,8 +1508,7 @@ TEST(eval, evaluate_static_scatter_elements_update_reduction_mean_exclusive) {
EXPECT_NEAR(cval[i], out[i], 1e-5f);
}
TEST(eval, DISABLED_evaluate_static_scatter_elements_update_reduction_mean_ints) {
// on MAC rounding towards -infinity doesn't work as expected, to be investigated
TEST(eval, evaluate_static_scatter_elements_update_reduction_mean_ints) {
const Shape data_shape{3, 3};
const Shape indices_shape{2, 2};
auto arg1 = make_shared<op::Parameter>(element::i32, data_shape);