Searched refs:InsertCache (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/ascend/ |
D | akg_ascend_kernel_build.cc | 34 return tbe::TbeUtils::InsertCache(kernel_name, kProcessorAiCore, true); in AkgInsertCache()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/gpu/ |
D | akg_gpu_kernel_build.cc | 36 return InsertCache(kernel_name, kProcessorCuda); in AkgInsertCache()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/ |
D | tbe_utils.h | 67 static KernelPackPtr InsertCache(const std::string &kernel_name, const std::string &processor,
|
D | tbe_kernel_parallel_build.cc | 177 auto kernel_pack = TbeUtils::InsertCache(json_name, processor); in TaskFinishProcess()
|
D | tbe_utils.cc | 241 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/ |
D | common_utils.h | 77 KernelPackPtr InsertCache(const std::string &kernel_name, const std::string &processor);
|
D | common_utils.cc | 235 KernelPackPtr InsertCache(const std::string &kernel_name, const std::string &processor) { in InsertCache() function
|