get_network_attribute_dtype#

cuquantum.bindings.cutensornet.get_network_attribute_dtype(int attr)[source]#

Get the Python data type of the corresponding NetworkAttribute attribute.

Parameters:

attr (NetworkAttribute) – 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 network_get_attribute(), network_set_attribute().