Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
417
int daliGetNumExternalInput(daliPipelineHandle_t pipe_handle) {
418
return (*pipe_handle)->pipeline->num_inputs();
419
}
420
421
422
const char *daliGetExternalInputName(daliPipelineHandle_t pipe_handle, int n) {
Callers
1
TEST
Function · 0.85
Calls
1
num_inputs
Method · 0.80
Tested by
1
TEST
Function · 0.68