-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Closed
Labels
actionablemodule: docsRelated to our documentation, both in docs/ and docblocksRelated to our documentation, both in docs/ and docblockstriagedThis 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
https://pytorch.org/docs/master/torch.html?highlight=histc#torch.histc:
min (int) – lower end of the range (inclusive)
max (int) – upper end of the range (inclusive)
I think this is erroneous, the type should be float and also to accept PyTorch scalar type (as it can be common to write min = bins_tensor.min(), max = bins_tensor.max())
Metadata
Metadata
Assignees
Labels
actionablemodule: docsRelated to our documentation, both in docs/ and docblocksRelated to our documentation, both in docs/ and docblockstriagedThis 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