Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dascend_kernel_compile.cc58 constexpr auto kCheckSupport = "CheckSupport"; variable
776 if (job_type == kCheckSupport) { in OpSelectAndCheckResultProcess()
788 if (job_type == kCheckSupport && res != kFullySupported) { in OpSelectAndCheckResultProcess()
826 JsonAssemble(kCheckSupport, kernel_info, &check_json); in AscendOpCheckSupported()