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

Function daliGetNumExternalInput

dali/c_api/c_api.cc:417–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415
416
417int daliGetNumExternalInput(daliPipelineHandle_t pipe_handle) {
418 return (*pipe_handle)->pipeline->num_inputs();
419}
420
421
422const char *daliGetExternalInputName(daliPipelineHandle_t pipe_handle, int n) {

Callers 1

TESTFunction · 0.85

Calls 1

num_inputsMethod · 0.80

Tested by 1

TESTFunction · 0.68