Home
last modified time | relevance | path

Searched defs:submodule_name (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Drunning_data_recorder.cc39 std::string submodule_name = std::string(GetSubModuleName(module)); in RecordTaskDebugInfo() local
52 std::string submodule_name = std::string(GetSubModuleName(module)); in RecordAnfGraph() local
64 std::string submodule_name = std::string(GetSubModuleName(module)); in RecordGraphExecOrder() local
75 std::string submodule_name = std::string(GetSubModuleName(module)); in RecordString() local
85 std::string submodule_name = std::string(GetSubModuleName(module)); in RecordStreamExecOrder() local
96 std::string submodule_name = std::string(GetSubModuleName(module)); in RecordMemAddressInfo() local
108 std::string submodule_name = std::string(GetSubModuleName(module)); in UpdateMemAddress() local
129 std::string submodule_name = "KERNEL"; in ClearMemAddressInfo() local
/third_party/python/Lib/test/
Dtest_pkgutil.py339 def create_submodule(self, dirname, pkgname, submodule_name, value): argument
/third_party/mindspore/mindspore/core/utils/
Dlog_adapter.cc121 auto submodule_name = GetSubModuleName(submodule_); in OutputLog() local