Home
last modified time | relevance | path

Searched refs:MS_CTX_ENABLE_PARALLEL_SPLIT (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pybind_api/utils/
Dms_context_py.cc85 .value("enable_parallel_split", MsCtxParam::MS_CTX_ENABLE_PARALLEL_SPLIT) in __anon7eb2a90d0202()
/third_party/mindspore/mindspore/core/utils/
Dms_context.cc91 set_param<bool>(MS_CTX_ENABLE_PARALLEL_SPLIT, false); in MsContext()
Dms_context.h87 MS_CTX_ENABLE_PARALLEL_SPLIT, enumerator
/third_party/mindspore/mindspore/ccsrc/vm/
Dgraph_partition.cc682 if (context_ptr->get_param<bool>(MS_CTX_ENABLE_PARALLEL_SPLIT)) { in Partition()