MCPcopy 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

ArrayInterfaceReprFunction · 0.45
ExposeTensorFunction · 0.45
GetDescMethod · 0.45
RotateBoxesKernelFunction · 0.45
RunImplMethod · 0.45
RunImplMethod · 0.45
ScheduleChunkedReadMethod · 0.45
RunImplMethod · 0.45
CopyHelperFunction · 0.45
SlicePermuteHelperFunction · 0.45
ParseMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 8

RunImplMethod · 0.36
TESTFunction · 0.36
RunConvertMethod · 0.36
ClearFunction · 0.36
TYPED_TESTFunction · 0.36
MakeEncodedBatchMethod · 0.36
TestSampleViewCPUFunction · 0.36
TESTFunction · 0.36