Skip to content

Commit

Permalink
Align rrelu_with_noise schema to reflect noise mutation [branch] (pyt…
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKobzarev authored and rpsilva-aws committed Dec 6, 2024
1 parent ddcb2b9 commit b14d01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_xla/csrc/aten_xla_type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3019,7 +3019,7 @@ at::Tensor XLANativeFunctions::roll(const at::Tensor& self,
}

at::Tensor XLANativeFunctions::rrelu_with_noise(
const at::Tensor& self, const at::Tensor& noise, const at::Scalar& lower,
const at::Tensor& self, at::Tensor& noise, const at::Scalar& lower,
const at::Scalar& upper, bool training,
std::optional<at::Generator> generator) {
TORCH_LAZY_FN_COUNTER_TIMED_TRACING("xla::");
Expand Down

0 comments on commit b14d01f

Please sign in to comment.