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

Function daliGetNumOutput

dali/c_api/c_api.cc:588–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588unsigned daliGetNumOutput(daliPipelineHandle_t pipe_handle) {
589 dali::Pipeline *pipeline = (*pipe_handle)->pipeline.get();
590 return pipeline->num_outputs();
591}
592
593const char *daliGetOutputName(daliPipelineHandle_t pipe_handle, int id) {
594 auto *pipeline = (*pipe_handle)->pipeline.get();

Callers 2

ComparePipelinesOutputsFunction · 0.85
TYPED_TESTFunction · 0.85

Calls 2

getMethod · 0.45
num_outputsMethod · 0.45

Tested by 2

ComparePipelinesOutputsFunction · 0.68
TYPED_TESTFunction · 0.68