Skip to content

Commit

Permalink
Update xla_lower_util.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai authored Jan 17, 2024
1 parent cb1d920 commit f7a51bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions torch_xla/csrc/xla_lower_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ std::vector<xla::XlaOp> CreateKthValue(xla::XlaOp input, int64_t k, int64_t dim,
std::vector<xla::XlaOp> CreateTopK(xla::XlaOp input, int64_t k, int64_t dim,
bool largest, bool stable);

xla::XlaOp BuildMap(const Callable f, const at::Tensor& xs);

xla::XlaOp CreateMatMul(xla::XlaOp lhs, xla::XlaOp rhs);

xla::XlaOp BuildMatMul(xla::XlaOp lhs, xla::XlaOp rhs, xla::XlaOp bias);
Expand Down

0 comments on commit f7a51bf

Please sign in to comment.