Searched refs:partial_relu_backward (Results 1 – 1 of 1) sorted by relevance
186 …auto partial_relu_backward = [threshold](auto && PH1, auto && PH2) { return at::threshold_backward… in threshold_backwards_nested() local187 return map_nt_binary(grad_output, input, partial_relu_backward); in threshold_backwards_nested()