mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Fix the repeated entry in the Tensor Attributes doc (#52995)
Summary:
Fixes #{issue number}
Pull Request resolved: https://github.com/pytorch/pytorch/pull/52995
Reviewed By: H-Huang
Differential Revision: D26732911
Pulled By: iramazanli
fbshipit-source-id: 86ab93f7f3540cf16dde02670e05cb56999b4929
This commit is contained in:
parent
e2462745ba
commit
fd4722949d
|
|
@ -113,7 +113,7 @@ When the output tensor of an arithmetic operation is specified, we allow casting
|
|||
Casting Examples::
|
||||
|
||||
# allowed:
|
||||
>>> float_tensor *= double_tensor
|
||||
>>> float_tensor *= float_tensor
|
||||
>>> float_tensor *= int_tensor
|
||||
>>> float_tensor *= uint_tensor
|
||||
>>> float_tensor *= bool_tensor
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user