torch_set_default_dtype: Gets and sets the default floating point dtype.
Description
Gets and sets the default floating point dtype.
Usage
torch_set_default_dtype(d)torch_get_default_dtype()
Arguments
- d
The default floating point dtype to set. Initially set to
torch_float()
.