-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Closed
Labels
enhancementNot as big of a feature, but technically not a bug. Should be easy to fixNot as big of a feature, but technically not a bug. Should be easy to fixtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
Currently:
>>> torch.finfo(torch.float16)
finfo(type=Half)
>>> torch.iinfo(torch.int16)
iinfo(type=Short)
It would be nice to include directly min/max/eps/tiny values in repr for inspection
Also, capitalized "Half", "Short" do not correspond to names in other places, maybe instead it should read torch.float16 / torch.int16...
Metadata
Metadata
Assignees
Labels
enhancementNot as big of a feature, but technically not a bug. Should be easy to fixNot as big of a feature, but technically not a bug. Should be easy to fixtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module