Home
last modified time | relevance | path

Searched defs:execution_order (Results 1 – 19 of 19) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Dgraph_exec_order_recorder.cc26 bool DumpGraphExeOrder(const std::string &filename, const std::vector<CNodePtr> &execution_order) { in DumpGraphExeOrder()
/third_party/mindspore/tests/ut/cpp/session/
Dsession_basic_test.cc88 auto execution_order = kernel_graph->execution_order(); in TEST_F() local
Dkernel_graph_test.cc175 auto execution_order = kernel_graph->execution_order(); in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_device_address.cc131 bool GPUDeviceAddress::LoadMemToHost(const std::string &tensor_name, int execution_order, const std… in LoadMemToHost()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dcpu_session.cc129 auto execution_order = graph->execution_order(); in CompileGraphImpl() local
287 auto execution_order = kernel_graph->execution_order(); in RunOpImpl() local
Dascend_session.cc106 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
Dkernel_graph.h139 const std::vector<CNodePtr> &execution_order() const { return execution_order_; } in execution_order() function
Dascend_auto_monad.cc1566 void AppendGraphOrder(std::vector<CNodePtr> *execution_order, const KernelGraphPtr &graph) { in AppendGraphOrder()
1593 std::vector<CNodePtr> execution_order; in GenerateExecuteOrder() local
Dsession_basic.cc2702 const std::vector<CNodePtr> &execution_order) { in DumpGraphExeOrder()
/third_party/mindspore/tests/ut/cpp/pre_activate/mem_reuse/
Dmem_reuse_test.cc198 auto execution_order = kernel_graph->execution_order(); in CreateGraphWithExecOrder() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Ddevice_address.h92 …virtual bool LoadMemToHost(const std::string &tensor_name, int execution_order, const std::string … in LoadMemToHost()
Dkernel_adjust.cc1065 auto execution_order = kernel_graph_ptr->execution_order(); in InsertOverflowCheckOperations() local
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/
Dcpu_device_context.cc227 auto execution_order = graph->execution_order(); in PreprocessBeforeRunGraph() local
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_scheduler.cc443 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
Dcontrol_node_parser.cc1256 auto execution_order = graph->execution_order(); in FetchFrontToBackendKernel() local
/third_party/mindspore/mindspore/ccsrc/debug/
Dtensor_data.h202 void SetExecutionOrder(int execution_order) { this->execution_order_ = execution_order; } in SetExecutionOrder()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/
Dprofiling_utils.cc205 auto &execution_order = kernel_graph.execution_order(); in GetGraphLastKernelName() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dhelper.cc295 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/
Dascend_device_address.cc540 bool AscendDeviceAddress::LoadMemToHost(const std::string &tensor_name, int execution_order, const … in LoadMemToHost()