Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ raw_mutable_data
Method
raw_mutable_data
dali/pipeline/data/sample_view.h:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
*/
48
template <typename ptr_t_ = ptr_t>
49
std::enable_if_t<is_mutable<ptr_t_>, void *> raw_mutable_data() const {
50
return data_;
51
}
52
53
/**
54
* @brief Return a const, un-typed pointer to the underlying storage.
Callers
15
ArrayInterfaceRepr
Function · 0.45
ExposeTensor
Function · 0.45
GetDesc
Method · 0.45
RotateBoxesKernel
Function · 0.45
RunImpl
Method · 0.45
RunImpl
Method · 0.45
ScheduleChunkedRead
Method · 0.45
RunImpl
Method · 0.45
CopyHelper
Function · 0.45
SlicePermuteHelper
Function · 0.45
Parse
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
8
RunImpl
Method · 0.36
TEST
Function · 0.36
RunConvert
Method · 0.36
Clear
Function · 0.36
TYPED_TEST
Function · 0.36
MakeEncodedBatch
Method · 0.36
TestSampleViewCPU
Function · 0.36
TEST
Function · 0.36