Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
490
void Executor2::Outputs(Workspace *ws) {
491
*ws = impl_->PopOutputs(ws->output_order(), false);
492
}
493
494
void Executor2::ShareOutputs(Workspace *ws) {
495
Outputs(ws);
Callers
2
Lower
Method · 0.45
TEST_P
Function · 0.45
Calls
2
output_order
Method · 0.80
PopOutputs
Method · 0.45
Tested by
1
TEST_P
Function · 0.36