Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_ipc.h44 BaseIPC() : remove_ipc_on_exit_(false) {} in BaseIPC() function
49 BaseIPC(const BaseIPC &rhs) : remove_ipc_on_exit_(false) {} in BaseIPC() function
57BaseIPC(BaseIPC &&rhs) noexcept : remove_ipc_on_exit_(rhs.remove_ipc_on_exit_) { rhs.remove_ipc_on… in BaseIPC() function