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/ |
| D | akg_process.py | 93 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/ |
| D | kernel_build_server.py | 136 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/ |
| D | kernel_build_client.cc | 43 bool KernelBuildClient::CompilerStart(int process_num, int wait_time, const std::string &platform) { in CompilerStart()
|