Commits


Bowen Bao authored and GitHub committed 31af88c0bca
Update cross_entropy_loss symbolic for new argument from upstream torch (#9007) In torch 1.10, `label_smoothing` is added as additional input to `cross_entropy_loss`. Update the symbolic function to handle this change.