ExecutionMode

ExecutionMode

ExecutionMode()

Execution modes for tensor network evaluation.

Controls how the tensor network execution engine processes the computational graph.

Variants

Single : Execute one contraction at a time, useful for debugging Scalar : Only contract scalar operations, leaving tensor structure intact All : Execute all possible contractions for complete evaluation

Members

Name Description
All
Scalar
Single

All

ExecutionMode.All

Scalar

ExecutionMode.Scalar

Single

ExecutionMode.Single