Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[torchlib] Fix aten_mean_dim (#1962)
Fix when the rank of `dim` is not known, the conditional will pick the wrong branch because the truthiness of a value is always True.
- Loading branch information