Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/
H A DNestedTensorBackward.cpp186 …auto partial_relu_backward = [threshold](auto && PH1, auto && PH2) { return at::threshold_backward… in threshold_backwards_nested() local
187 return map_nt_binary(grad_output, input, partial_relu_backward); in threshold_backwards_nested()