Enable ScatterElementsUpdate test for reduction mean (#18682)
* Enable scatter elements test for reduction mean * Remove remaining comment
This commit is contained in:
parent
5efdbf57ad
commit
99557e3356
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user