Home
last modified time | relevance | path

Searched defs:GetMutablePointer (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/util/
Dslice.h130 void *GetMutablePointer() { return mutable_data_; } in GetMutablePointer() function
Dallocator.h179 T *GetMutablePointer() { return ptr_.get(); } in GetMutablePointer() function
/third_party/flatbuffers/include/flatbuffers/
Darray.h87 GetMutablePointer(uoffset_t i) const { in GetMutablePointer() function