Home
last modified time | relevance | path

Searched refs:set_cache_enable (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/
Dps_context.cc94 set_cache_enable(false); in Reset()
177 void PSContext::set_cache_enable(bool cache_enable) const { in set_cache_enable() function in mindspore::ps::PSContext
179 PsDataPrefetch::GetInstance().set_cache_enable(cache_enable); in set_cache_enable()
Dps_context.h81 void set_cache_enable(bool cache_enable) const;
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dparam_info_py.cc38 … .def_property("cache_enable", &ParamInfo::cache_enable, &ParamInfo::set_cache_enable) in __anon2c0500310102()
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ps_data/
Dps_data_prefetch.h38 EXPORT void set_cache_enable(bool cache_enable) { cache_enable_ = cache_enable; } in set_cache_enable() function
/third_party/mindspore/mindspore/core/ir/
Dparam_info.h92 void set_cache_enable(bool cache_enable) { cache_enable_ = cache_enable; } in set_cache_enable() function
Dtensor.h313 void set_cache_enable(bool cache_enable = true) { cache_enable_ = cache_enable; }
/third_party/mindspore/mindspore/parallel/
D_ps_context.py228 ps_context().set_cache_enable(cache_enable)
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dinit.cc359 .def("set_cache_enable", &PSContext::set_cache_enable, "Set ps mode cache enable or not.") in PYBIND11_MODULE()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/cache_embedding/
Dcache_embedding.cc178 host_tensor->set_cache_enable(true); in BindAndInitCacheTensor()