Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/ascend/
Dakg_ascend_kernel_build.cc34 return tbe::TbeUtils::InsertCache(kernel_name, kProcessorAiCore, true); in AkgInsertCache()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/gpu/
Dakg_gpu_kernel_build.cc36 return InsertCache(kernel_name, kProcessorCuda); in AkgInsertCache()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_utils.h67 static KernelPackPtr InsertCache(const std::string &kernel_name, const std::string &processor,
Dtbe_kernel_parallel_build.cc177 auto kernel_pack = TbeUtils::InsertCache(json_name, processor); in TaskFinishProcess()
Dtbe_utils.cc241 KernelPackPtr TbeUtils::InsertCache(const std::string &kernel_name, const std::string &processor, c… in InsertCache() function in mindspore::kernel::tbe::TbeUtils
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dcommon_utils.h77 KernelPackPtr InsertCache(const std::string &kernel_name, const std::string &processor);
Dcommon_utils.cc235 KernelPackPtr InsertCache(const std::string &kernel_name, const std::string &processor) { in InsertCache() function