Skip to content

Commit

Permalink
[Decomposition] std.correction (#108733)
Browse files Browse the repository at this point in the history
  • Loading branch information
salilsdesai authored and pytorchmergebot committed Sep 18, 2023
1 parent a683bc5 commit af93b29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion test/expect/HasDecompTest.test_aten_core_operators.expect
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ aten::sqrt_
aten::squeeze
aten::squeeze.dim
aten::squeeze.dims
aten::std.correction
aten::std.correction_out
aten::std_mean.correction
aten::sub.Scalar
Expand Down
1 change: 1 addition & 0 deletions torch/_decomp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ def core_aten_decompositions() -> Dict[torch._ops.OperatorBase, Callable]:
aten.special_entr,
aten.special_log_ndtr,
aten.special_xlog1py,
aten.std.correction,
aten.stack,
aten.t,
aten.tanh_backward,
Expand Down

0 comments on commit af93b29

Please sign in to comment.