Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dascend_kernel_compile.cc557 nlohmann::json build_json; in AscendPreBuild() local
558 JsonAssemble(kPreCompile, kernel_json, &build_json); in AscendPreBuild()
559 auto build_result = build_manager_->ProcessTbeJob(build_json); in AscendPreBuild()
565 std::pair<int, nlohmann::json> pair(task_id, build_json); in AscendPreBuild()
619 nlohmann::json build_json; in AscendSingleOpCompile() local
621 JsonAssemble(job_type, kernel_json, &build_json); in AscendSingleOpCompile()
622 auto build_str = build_json.dump(indent); in AscendSingleOpCompile()
626 auto task_id = GetJsonValue<int>(build_json, kJobId); in AscendSingleOpCompile()
630 auto build_result = build_manager_->ProcessTbeJob(build_json); in AscendSingleOpCompile()
638 std::pair<int, nlohmann::json> pair(task_id, build_json); in AscendSingleOpCompile()
[all …]