Skip to main content

schedule

Function schedule 

Source
pub fn schedule(
    plan: &ExecutionPlan,
    workers: &[WorkerInfo],
    differentiable_nodes: &[String],
) -> DistributionPlan
Expand description

Schedule an execution plan across available workers.