/third_party/mindspore/mindspore/ccsrc/debug/rdr/ |
D | graph_exec_order_recorder.cc | 26 bool DumpGraphExeOrder(const std::string &filename, const std::vector<CNodePtr> &execution_order) { in DumpGraphExeOrder()
|
/third_party/mindspore/tests/ut/cpp/session/ |
D | session_basic_test.cc | 88 auto execution_order = kernel_graph->execution_order(); in TEST_F() local
|
D | kernel_graph_test.cc | 175 auto execution_order = kernel_graph->execution_order(); in TEST_F() local
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/ |
D | gpu_device_address.cc | 131 bool GPUDeviceAddress::LoadMemToHost(const std::string &tensor_name, int execution_order, const std… in LoadMemToHost()
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | cpu_session.cc | 129 auto execution_order = graph->execution_order(); in CompileGraphImpl() local 287 auto execution_order = kernel_graph->execution_order(); in RunOpImpl() local
|
D | ascend_session.cc | 106 void DumpGraphExeOrder(const std::vector<CNodePtr> &execution_order, const std::string &tag = "") { in DumpGraphExeOrder() 1155 const auto &execution_order = single_op_graph->execution_order(); in BuildOpsInGraph() local 1165 const auto &execution_order = graph_item.first->execution_order(); in BuildOpsInGraph() local 1268 auto execution_order = kernel_graph->execution_order(); in AdjustKernel() local
|
D | kernel_graph.h | 139 const std::vector<CNodePtr> &execution_order() const { return execution_order_; } in execution_order() function
|
D | ascend_auto_monad.cc | 1566 void AppendGraphOrder(std::vector<CNodePtr> *execution_order, const KernelGraphPtr &graph) { in AppendGraphOrder() 1593 std::vector<CNodePtr> execution_order; in GenerateExecuteOrder() local
|
D | session_basic.cc | 2702 const std::vector<CNodePtr> &execution_order) { in DumpGraphExeOrder()
|
/third_party/mindspore/tests/ut/cpp/pre_activate/mem_reuse/ |
D | mem_reuse_test.cc | 198 auto execution_order = kernel_graph->execution_order(); in CreateGraphWithExecOrder() local
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ |
D | device_address.h | 92 …virtual bool LoadMemToHost(const std::string &tensor_name, int execution_order, const std::string … in LoadMemToHost()
|
D | kernel_adjust.cc | 1065 auto execution_order = kernel_graph_ptr->execution_order(); in InsertOverflowCheckOperations() local
|
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/ |
D | cpu_device_context.cc | 227 auto execution_order = graph->execution_order(); in PreprocessBeforeRunGraph() local
|
/third_party/mindspore/mindspore/ccsrc/runtime/framework/ |
D | graph_scheduler.cc | 443 auto execution_order = graph->execution_order(); in Link() local 531 const auto &execution_order = graph->execution_order(); in BuildDataSourceActor() local 595 auto execution_order = graph->execution_order(); in BuildKernelActor() local 677 auto &execution_order = graph->execution_order(); in BuildDataPrepareActor() local 1395 auto &execution_order = graph->execution_order(); in LinkControlArrowByCommunicationNode() local
|
D | control_node_parser.cc | 1256 auto execution_order = graph->execution_order(); in FetchFrontToBackendKernel() local
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | tensor_data.h | 202 void SetExecutionOrder(int execution_order) { this->execution_order_ = execution_order; } in SetExecutionOrder()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/ |
D | profiling_utils.cc | 205 auto &execution_order = kernel_graph.execution_order(); in GetGraphLastKernelName() local
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/ |
D | helper.cc | 295 auto execution_order = graph->execution_order(); in IsAllNopNode() local 326 auto execution_order = graph->execution_order(); in HideNopNode() local
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_device_address.cc | 540 bool AscendDeviceAddress::LoadMemToHost(const std::string &tensor_name, int execution_order, const … in LoadMemToHost()
|