lab.types.
default_dtype
alias of numpy.float64
numpy.float64
dtype
Determine the data type of an object.
a (tensor) – Object to determine data type of.
issubdtype
Check whether one data type is a subtype of another.
dtype1 (dtype) – First data type.
dtype2 (dtype) – Second data type.
dtype1 is a subtype of dtype2.
bool