Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parallel_compile/akg_compiler/
Dakg_process.py93 def create_akg_parallel_process(process_num, wait_time, platform): argument
141 def create_akg_v2_parallel_process(process_num, wait_time, platform): argument
154 def __init__(self, name, process_num, wait_time, platform): argument
204 def __init__(self, process_num, wait_time, platform): argument
241 def __init__(self, process_num, wait_time, platform): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/remote/
Dkernel_build_server.py136 def create(self, process_num, waitime): argument
185 def create(self, process_num, waitime): argument
193 def create(self, process_num, waitime): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Dkernel_build_client.cc43 bool KernelBuildClient::CompilerStart(int process_num, int wait_time, const std::string &platform) { in CompilerStart()