MCPcopy Create free account
hub / github.com/NVIDIA/DALI / Outputs

Method Outputs

dali/pipeline/executor/executor2/exec2.cc:490–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488
489
490void Executor2::Outputs(Workspace *ws) {
491 *ws = impl_->PopOutputs(ws->output_order(), false);
492}
493
494void Executor2::ShareOutputs(Workspace *ws) {
495 Outputs(ws);

Callers 2

LowerMethod · 0.45
TEST_PFunction · 0.45

Calls 2

output_orderMethod · 0.80
PopOutputsMethod · 0.45

Tested by 1

TEST_PFunction · 0.36