Skip to content

Commit

Permalink
Revert back to c10::string_view
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyever committed Nov 28, 2024
1 parent e6ccceb commit f08dc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_xla/csrc/aten_autograd_ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace aten_autograd_ops {
struct EinsumAutogradFunction
: public torch::autograd::Function<EinsumAutogradFunction> {
static torch::Tensor forward(torch::autograd::AutogradContext* ctx,
std::string_view equation,
c10::string_view equation,
at::TensorList tensors);
static torch::autograd::variable_list backward(
torch::autograd::AutogradContext* ctx,
Expand Down

0 comments on commit f08dc5f

Please sign in to comment.