Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_json/
Dtbe_json_utils.h103 constexpr auto kPyPath = "/usr/local/Ascend/opp/op_impl/built-in/ai_core/tbe"; variable
Dtbe_json_creator.cc378 python_module_path = kPyPath; in GenComputeCommonJson()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_kernel_build.cc113 const auto kPyPath = "/usr/local/Ascend/opp/op_impl/built-in/ai_core/tbe"; variable
203 op_info_json[kJPyModulePath] = kPyPath; in GenTbeSingleKernelJson()
1064 (*compute_op_str)[kJPyModulePath] = kPyPath; in GenFusionComputeCommonJson()