Home
last modified time | relevance | path

Searched refs:rrelu_with_noise_backward (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/expect/
H A DHasDecompTest.test_aten_core_operators.expect433 aten::rrelu_with_noise_backward
434 aten::rrelu_with_noise_backward.out
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DActivation.cpp653 Tensor rrelu_with_noise_backward( in rrelu_with_noise_backward() function
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py346 @register_decomposition(aten.rrelu_with_noise_backward)
349 def rrelu_with_noise_backward( function