[Feature request] Promote ignore_index
in NegativeLogLikelihoodLoss-13 to input
#4993
Labels
contributions welcome
enhancement
Request for new feature or operator
operator
Issues related to ONNX operators
stale
Milestone
System information
No response
What is the problem that this feature solves?
In PyTorch,
ignore_index
is dynamic:nll_loss(Tensor self, Tensor target, Tensor? weight=None, int reduction=Mean, SymInt ignore_index=-100) -> Tensor
. To fully support this op, we can promoteignore_index
in NegativeLogLikelihoodLoss-13 to input.cc @gramalingam
Alternatives considered
No response
Describe the feature
No response
Will this influence the current api (Y/N)?
No response
Feature Area
No response
Are you willing to contribute it (Y/N)
None
Notes
No response
The text was updated successfully, but these errors were encountered: