Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/tiling/
Dop_tiling_adapter.h54 std::string GetRealOpType(const std::string &op_type);
Dop_tiling_adapter.cc41 std::string OpTilingCalculateAdapter::GetRealOpType(const std::string &op_type) { in GetRealOpType() function in mindspore::device::tiling::OpTilingCalculateAdapter
276 auto op_type = GetRealOpType(op_name_); in AnfNodeToGeNodeAdapter()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_adapter.h140 static std::string GetRealOpType(const std::string &origin_type);
Dtbe_kernel_build.h92 static std::string GetRealOpType(const std::string &origin_type);
Dtbe_adapter.cc337 std::string TbeAdapter::GetRealOpType(const std::string &origin_type) { in GetRealOpType() function in mindspore::kernel::tbe::TbeAdapter
Dtbe_kernel_build.cc1055 auto type = GetRealOpType(origin_type); in GenFusionComputeCommonJson()
1346 std::string TbeKernelBuild::GetRealOpType(const std::string &origin_type) { in GetRealOpType() function in mindspore::kernel::TbeKernelBuild