get_mat_desc_attribute_dtype#

nvmath.bindings.cusparseLt.get_mat_desc_attribute_dtype(int attr)[source]#

Get the Python data type of the corresponding MatDescAttribute attribute.

Parameters:

attr (MatDescAttribute) – 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 mat_desc_get_attribute(), mat_desc_set_attribute().