Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_nn.py2834 def nll_loss_helper(input, target, weight, ignore_index): function
2841 losses_and_weights = [nll_loss_helper(i, t, weight, ignore_index)