This is the complete list of members for torch.nn.modules.loss.NLLLoss, including all inherited members.
__init__(self, weight=None, size_average=None, ignore_index=-100, reduce=None, reduction='mean') (defined in torch.nn.modules.loss.NLLLoss) | torch.nn.modules.loss.NLLLoss | |
__init__(self, weight=None, size_average=None, reduce=None, reduction='mean') (defined in torch.nn.modules.loss._WeightedLoss) | torch.nn.modules.loss._WeightedLoss | |
__init__(self, size_average=None, reduce=None, reduction='mean') (defined in torch.nn.modules.loss._Loss) | torch.nn.modules.loss._Loss | |
forward(self, input, target) (defined in torch.nn.modules.loss.NLLLoss) | torch.nn.modules.loss.NLLLoss | |
ignore_index (defined in torch.nn.modules.loss.NLLLoss) | torch.nn.modules.loss.NLLLoss | |
reduction (defined in torch.nn.modules.loss._Loss) | torch.nn.modules.loss._Loss |