torch.tx.CompiledExecuteOptions
export interface CompiledExecuteOptions {
/** Output tensor to write result to (avoids allocation) */
out?: AnyTensor;
/** Enable debug logging */
debug?: boolean;
}out(AnyTensor)optional- – Output tensor to write result to (avoids allocation)
debug(boolean)optional- – Enable debug logging
Options for compiled expression execution.