get_config_param_dtype#

nvmath.bindings.cudss.get_config_param_dtype(int attr)[source]#

Get the Python data type of the corresponding ConfigParam attribute.

Parameters:

attr (ConfigParam) – The attribute to query.

Returns:

The data type of the queried attribute.

Note

This API has no C counterpart and is a convenient helper for allocating memory for config_get(), config_set().