Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ NumValues
Method
NumValues
include/dali/core/exec/tasking/task.h:163–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
bool IsEmpty() const noexcept { return is_empty_; }
162
163
int NumValues() const noexcept {
164
return size();
165
}
166
167
/** Returns the scalar return value of a task.
168
*
Callers
2
SetResult
Method · 0.80
SetResults
Method · 0.80
Calls
1
size
Function · 0.50
Tested by
no test coverage detected