cuquantum.cutensornet.tensor_qualifiers_dtype¶
- cuquantum.cutensornet.tensor_qualifiers_dtype = dtype([('is_conjugate', '<i4'), ('is_constant', '<i4'), ('requires_gradient', '<i4')], align=True)¶
DType class corresponding to the scalar type and dtype of the same name.
Please see
numpy.dtypefor the typical way to create dtype instances and Data type objects (dtype) for additional information. NumPy dtype object that represents thecutensornetTensorQualifiers_tstruct.- Parameters
is_conjugate –
is_constant –
requires_gradient –