Skip to content

Commit

Permalink
#13674: Fix bw acosh and acos description
Browse files Browse the repository at this point in the history
  • Loading branch information
mcw-anasuya committed Oct 24, 2024
1 parent 10df41a commit 605cf6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,7 @@ void py_module(py::module& module) {
detail::bind_unary_backward_op(
module,
ttnn::acos_bw,
R"doc(Performs backward operations for inverse hyperbolic cosine (acosh) on :attr:`input_tensor` with given :attr:`grad_tensor`.)doc",
R"doc(Performs backward operations for inverse cosine (acos) on :attr:`input_tensor` with given :attr:`grad_tensor`.)doc",
R"doc(Supported dtypes, layouts, and ranks:
+----------------------------+---------------------------------+-------------------+
Expand Down

0 comments on commit 605cf6a

Please sign in to comment.