instructions property

List<ParallelInstruction>? instructions
getter/setter pair

Instructions that comprise the computation.

Implementation

core.List<ParallelInstruction>? instructions;