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

Method data

include/dali/core/small_vector.h:440–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438 }
439
440 DALI_HOST_DEV inline T *data() {
441 if (is_dynamic()) {
442 return dynamic_data();
443 } else {
444 return static_data();
445 }
446 }
447
448 DALI_HOST_DEV inline const T *data() const {
449 if (is_dynamic()) {

Callers 2

copy_assignMethod · 0.95
SmallVectorClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected