Algo#

enum nvmath.bindings.cutensor.Algo(value)[source]#

Allows users to specify the algorithm to be used for performing the desired tensor operation.

See cutensorAlgo_t.

Member Type:

int

Valid values are as follows:

DEFAULT_PATIENT = <Algo.DEFAULT_PATIENT: -6>#
GETT = <Algo.GETT: -4>#
TGETT = <Algo.TGETT: -3>#
TTGT = <Algo.TTGT: -2>#
DEFAULT = <Algo.DEFAULT: -1>#