MCPcopy 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

SetResultMethod · 0.80
SetResultsMethod · 0.80

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected