Home
last modified time | relevance | path

Searched defs:job_id (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/.gitlab-ci/lava/
Dlava_job_submitter.py201 def get_job_results(proxy, job_id, test_suite, test_case): argument
227 def wait_until_job_is_started(proxy, job_id): argument
238 def follow_job_execution(proxy, job_id): argument
266 def show_job_data(proxy, job_id): argument
/third_party/mindspore/mindspore/_extends/parallel_compile/tbe_compiler/
Dtbe_job_manager.py451 def get_job(jobs, source_id, job_id): argument
481 def del_job(jobs, source_id, job_id): argument
Dtbe_job.py76 def __init__(self, source_id, job_id, job_type, content, fusion_op_name, json_str, sys_info): argument
/third_party/mesa3d/src/intel/vulkan/tests/
Dblock_pool_no_free.c45 uint32_t job_id = job - jobs; in alloc_blocks() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/
Dprofiling_manager.cc82 string job_id = std::to_string(GetJobId()); in GetProfConf() local
Dprofiling_utils.cc302 auto job_id = ProfilingManager::GetInstance().GetJobId(); in InsertProfilingTraceJobId() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dascend_kernel_compile.cc129 void PrintInfo(const nlohmann::json &info, const std::string &job_name, const int job_id, int adjus… in PrintInfo()
288 auto job_id = GetJsonValue<int>(json, kJobId); in PrintProcessLog() local
482 static size_t job_id = 0; in JsonAssemble() local
/third_party/mindspore/mindspore/profiler/parser/
Dstep_trace_parser.py54 def __init__(self, input_dir, output_file_path, job_id=0, skip_first_step=False, argument
/third_party/boost/tools/build/src/engine/
Dexecnt.cpp860 static void register_wait( int job_id ) in register_wait()