TensorSVDConfigAttribute#

enum cuquantum.bindings.cutensornet.TensorSVDConfigAttribute(value)[source]#

See cutensornetTensorSVDConfigAttributes_t.

Member Type:

int

Valid values are as follows:

ABS_CUTOFF = <TensorSVDConfigAttribute.ABS_CUTOFF: 0>#
REL_CUTOFF = <TensorSVDConfigAttribute.REL_CUTOFF: 1>#
S_NORMALIZATION = <TensorSVDConfigAttribute.S_NORMALIZATION: 2>#
S_PARTITION = <TensorSVDConfigAttribute.S_PARTITION: 3>#
ALGO = <TensorSVDConfigAttribute.ALGO: 4>#
ALGO_PARAMS = <TensorSVDConfigAttribute.ALGO_PARAMS: 5>#
DISCARDED_WEIGHT_CUTOFF = <TensorSVDConfigAttribute.DISCARDED_WEIGHT_CUTOFF: 6>#