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

Method reset

include/dali/core/dev_string.h:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34 }
35 __device__ void reset(char *data, size_t length) {
36 clear();
37 data_ = data;
38 length_ = length;
39 }
40
41 __device__ DeviceString(const DeviceString &other) {
42 *this = other;

Callers 3

freeMethod · 0.45
reallocateMethod · 0.45
RemoveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected