Skip to content

Commit 05700c8

Browse files
committed
Update
[ghstack-poisoned]
1 parent 61c54c2 commit 05700c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernels/test/op_native_batch_norm_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class OpNativeBatchNormLegitNoTrainingOutTest : public OperatorTest {
140140
2e-2,
141141
executorch::runtime::testing::internal::kDefaultAtol);
142142
EXPECT_TENSOR_CLOSE_WITH_TOL(
143-
out1,
143+
out2,
144144
out2_expected,
145145
2e-2,
146146
executorch::runtime::testing::internal::kDefaultAtol);

0 commit comments

Comments
 (0)