Closed DoorKickers closed 3 months ago
torch.std has updated version since torch2.0, the changes is from
torch.std(input, dim, unbiased, keepdim=False, out=None)
to
torch.std(input, dim=None, correction=1, keepdim=False, out=None)
this pr is to update DIOPI related to support this new feature
Before PR:
After PR:
Motivation and Context
torch.std has updated version since torch2.0, the changes is from
to
this pr is to update DIOPI related to support this new feature
Description
Use cases (Optional)
BC-breaking (Optional)
Checklist
Before PR:
After PR: