Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_repros.py623 def softmax_backward_data(parent, grad_output, output, dim, self): function
644 inputGrad = softmax_backward_data(self, grad_output, output, self.dim, output)