Searched refs:SM_SESSION (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | CMakeLists.txt | 41 … ${_SESSION_SRC_LIST} PROPERTY COMPILE_DEFINITIONS SUBMODULE_ID=mindspore::SubModuleId::SM_SESSION)
|
D | cpu_session.cc | 136 (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()
|
D | gpu_session.cc | 453 …(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/ |
D | log_adapter.h | 131 SM_SESSION, // session enumerator
|
/third_party/mindspore/mindspore/ccsrc/runtime/framework/ |
D | graph_compiler.cc | 374 …(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/ |
D | ascend_stream_assign.cc | 242 SubModuleId module = SubModuleId::SM_SESSION; in AssignStream()
|