Rate this Page

Function at::rrelu_with_noise_functional#

Function Documentation#

inline ::std::tuple<at::Tensor, at::Tensor> at::rrelu_with_noise_functional(const at::Tensor &self, const at::Tensor &noise, const at::Scalar &lower = 0.125, const at::Scalar &upper = 0.3333333333333333, bool training = false, ::std::optional<at::Generator> generator = ::std::nullopt)#