Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
DCMakeLists.txt41 … ${_SESSION_SRC_LIST} PROPERTY COMPILE_DEFINITIONS SUBMODULE_ID=mindspore::SubModuleId::SM_SESSION)
Dcpu_session.cc136 (void)mindspore::RDR::RecordAnfGraph(SubModuleId::SM_SESSION, name, graph, dump_params, ".ir"); in CompileGraphImpl()
140 (void)mindspore::RDR::RecordGraphExecOrder(SubModuleId::SM_SESSION, exec_order_name, exec_order); in CompileGraphImpl()
Dgpu_session.cc453 …(void)mindspore::RDR::RecordAnfGraph(SubModuleId::SM_SESSION, name, graph, dump_params, ".ir,.pb"); in CompileGraphImpl()
456 (void)mindspore::RDR::RecordGraphExecOrder(SubModuleId::SM_SESSION, exec_order_name, kernels); in CompileGraphImpl()
/third_party/mindspore/mindspore/core/utils/
Dlog_adapter.h131 SM_SESSION, // session enumerator
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_compiler.cc374 …(void)mindspore::RDR::RecordAnfGraph(SubModuleId::SM_SESSION, name, graph, dump_params, ".ir,.pb"); in CompileGraphImpl()
377 (void)mindspore::RDR::RecordGraphExecOrder(SubModuleId::SM_SESSION, exec_order_name, kernels); in CompileGraphImpl()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.cc242 SubModuleId module = SubModuleId::SM_SESSION; in AssignStream()