Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/common/utils/
Doffload_context.h36 std::string offload_path() { return offload_path_; } in offload_path() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Doffload_context.cc49 void OffloadContext::set_offload_path(const std::string &offload_path) { offload_path_ = offload_pa… in set_offload_path()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/parallel/
D_offload_context.py98 def set_offload_path(self, offload_path): argument