Home
last modified time | relevance | path

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

/third_party/grpc/test/core/promise/
Dif_test.cc22 int execution_order = 0; in TEST() local
41 int execution_order = 0; in TEST() local
60 int execution_order = 0; in TEST() local
79 int execution_order = 0; in TEST() local
98 int execution_order = 0; in TEST() local
117 int execution_order = 0; in TEST() local
147 int execution_order = 0; in TEST() local
163 int execution_order = 0; in TEST() local
Dseq_test.cc27 std::string execution_order; in TEST() local
37 std::string execution_order; in TEST() local
61 std::string execution_order; in TEST() local
94 std::string execution_order; in TEST() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/rdr/
Dgraph_exec_order_recorder.cc27 bool DumpGraphExeOrder(const std::string &filename, const std::vector<CNodePtr> &execution_order) { in DumpGraphExeOrder()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/
Dsuper_kernel_actor.cc443 const auto &execution_order = graph_->execution_order(); in RunGraphKernelByKernel() local
800 const auto &execution_order = graph_->execution_order(); in BuildKernelActors() local
895 const auto &execution_order = graph_->execution_order(); in ParseInputIndex() local
935 const auto &execution_order = graph_->execution_order(); in CalcRefCount() local
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/session/
Dsession_basic_test.cc91 auto execution_order = kernel_graph->execution_order(); in TEST_F() local
Dkernel_graph_test.cc178 auto execution_order = kernel_graph->execution_order(); in TEST_F() local
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/pre_activate/mem_reuse/
Dmem_reuse_test.cc204 auto execution_order = kernel_graph->execution_order(); in CreateGraphWithExecOrder() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Dexec_order_builder.cc53 void ExecOrderBuilder::Build(FuncGraph *graph, std::vector<CNodePtr> *execution_order, NodeUser *no… in Build()
Dsession_basic.cc1513 const std::vector<CNodePtr> &execution_order) { in DumpGraphExeOrder()
Dkernel_graph_mgr.cc2257 std::vector<CNodePtr> execution_order; in HandleGraphComplexAttr() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/hardware/
Dcpu_session.cc142 auto execution_order = graph->execution_order(); in CompileGraphImpl() local
Dcpu_device_context.cc493 auto execution_order = kernel_graph->execution_order(); in PreprocessBeforeRun() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/debug/
Dtensor_data.h182 void SetExecutionOrder(int execution_order) { this->execution_order_ = execution_order; } in SetExecutionOrder()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/
Dgpu_device_address.cc422 bool GPUDeviceAddress::LoadMemToHost(const std::string &tensor_name, int execution_order, const std… in LoadMemToHost()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dgraph_scheduler.cc1402 auto execution_order = graph->execution_order(); in BuildKernelActor() local
1581 auto &execution_order = graph->execution_order(); in BuildDataPrepareActor() local
1804 auto &execution_order = graph->execution_order(); in LinkDataArrowInSinkMode() local
1869 auto &execution_order = graph->execution_order(); in LinkDataArrowInNonSinkMode() local
2663 auto &execution_order = graph->execution_order(); in LinkControlArrowByExecutionOrder() local
Dcontrol_node_scheduler.cc1926 auto &execution_order = graph->execution_order(); in LinkDataArrowByKernelGraph() local
Dcontrol_node_parser.cc2294 auto execution_order = graph->execution_order(); in ParseFrontToBackendKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dge_kernel_executor.cc822 auto execution_order = graph->execution_order(); in FixExecutionOrderForInlineControlFlowGraph() local
1026 auto execution_order = kernel_graph->execution_order(); in OptimizeExecutionOrder() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/optimizer/
Dhelper.cc425 auto execution_order = graph->execution_order(); in IsAllNopNode() local
456 auto execution_order = graph->execution_order(); in HideNopNode() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/
Dkernel_graph.h186 const std::vector<CNodePtr> &execution_order() const { return execution_order_; } in execution_order() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/pynative/
Dop_runner.cc583 const auto &execution_order = graph->execution_order(); in LaunchKernels() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dascend_device_address.cc1140 bool AscendDeviceAddress::LoadMemToHost(const std::string &tensor_name, int execution_order, in LoadMemToHost()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/somas/
Dsomas.cc128 auto &execution_order = graph.execution_order(); in IsSupportSomas() local