| 448 | } |
| 449 | |
| 450 | std::unique_ptr<AsyncExecutable> ComputingGraphImpl::compile( |
| 451 | const OutputSpec& out_spec) { |
| 452 | return compile_commit(compile_prepare(out_spec)); |
| 453 | } |
| 454 | |
| 455 | SmallVector<std::unique_ptr<AsyncExecutable>> ComputingGraphImpl::compile_multi_part( |
| 456 | const SmallVector<OutputSpec>& out_specs) { |
no outgoing calls