Home
last modified time | relevance | path

Searched defs:GetUserData (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/base/
Dbase.cc61 const UserData &Base::GetUserData() const { return user_data_; } in GetUserData() function in mindspore::Base
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h248 void* GetUserData() { return userData; } ///< Get a pointer to arbitrary user data. in GetUserData() function
249 const void* GetUserData() const { return userData; } ///< Get a pointer to arbitrary user data. in GetUserData() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dprimitive_py.cc876 py::object PrimitivePyAdapter::GetUserData(const py::str &key) const { in GetUserData() function in mindspore::PrimitivePyAdapter
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6058 void* GetUserData() const { return m_pUserData; } in GetUserData() function