Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
free
Method · 0.45
reallocate
Method · 0.45
Remove
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected