We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397b4a9 commit 396f764Copy full SHA for 396f764
dpctl/tensor/_type_utils.py
@@ -629,7 +629,8 @@ def iinfo(dtype):
629
630
Returns:
631
iinfo_object:
632
- An object with the following attributes
+ An object with the following attributes:
633
+
634
* bits: int
635
number of bits occupied by the data type
636
* max: int
@@ -658,7 +659,8 @@ def finfo(dtype):
658
659
660
661
finfo_object:
- an object have the following attributes
662
+ an object have the following attributes:
663
664
665
number of bits occupied by dtype.
666
* eps: float
0 commit comments