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

Method size

include/dali/core/dev_buffer.h:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 size_t size() const { return size_; }
86 size_t size_bytes() const { return sizeof(T) * size_; }
87 size_t capacity() const { return capacity_; }
88

Callers 1

copyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected