Skip to content

Commit

Permalink
Update tensor_methods.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai authored Jan 17, 2024
1 parent 75e1c70 commit 5e42369
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions torch_xla/csrc/tensor_methods.h
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,9 @@ XLATensorPtr rsub(

void copy_(XLATensorPtr& input, XLATensorPtr& src);

XLATensorPtr scan(const Callable f, const XLATensorPtr& init,
const XLATensorPtr& xs);

XLATensorPtr scatter(const XLATensorPtr& input, int64_t dim,
const XLATensorPtr& index, const XLATensorPtr& src);
XLATensorPtr scatter(const XLATensorPtr& input, int64_t dim,
Expand Down

0 comments on commit 5e42369

Please sign in to comment.