Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Dexecution_tree.cc242 int32_t num_cpu_threads = GlobalContext::Instance()->config_manager()->num_cpu_threads(); in LaunchWorkers() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dconfig_manager.h93 int32_t num_cpu_threads() const { return num_cpu_threads_; } in num_cpu_threads() function