TensorExecutionOptions import { TensorExecutionOptions } from "destack:tensor"; Execution options for tensor work. export struct TensorExecutionOptions { stream: Stream; } language/library/src/tensor/options.ds:10:13 Members stream: Stream Stream used to order the work.