dtypes
dtypes
¤
is_float
¤
Source code in tinygrad/dtype.py
41 42 43 |
|
is_int
¤
Source code in tinygrad/dtype.py
44 45 46 |
|
is_unsigned
¤
Source code in tinygrad/dtype.py
47 48 49 |
|
from_py
¤
from_py(x) -> DType
Source code in tinygrad/dtype.py
50 51 52 53 54 55 56 57 |
|
as_const
¤
Source code in tinygrad/dtype.py
58 59 60 61 62 63 |
|
min
¤
min(dtype: DType)
Source code in tinygrad/dtype.py
64 65 66 67 68 |
|
max
¤
max(dtype: DType)
Source code in tinygrad/dtype.py
69 70 71 72 73 |
|
finfo
¤
Source code in tinygrad/dtype.py
74 75 76 77 |
|
fields
¤
Source code in tinygrad/dtype.py
78 79 |
|
imageh
¤
imageh(shp)
Source code in tinygrad/dtype.py
104 105 |
|
imagef
¤
imagef(shp)
Source code in tinygrad/dtype.py
106 107 |
|