Home
last modified time | relevance | path

Searched defs:graph_ptr (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.cc154 CNodePtr GetHcomAndOverflowMarker(const NotNull<KernelGraphPtr> &graph_ptr, vector<CNodePtr> *hcom_… in GetHcomAndOverflowMarker()
207 void SetNodeStreamIDAttr(const NotNull<KernelGraphPtr> &graph_ptr) { in SetNodeStreamIDAttr()
215 void AscendStreamAssign::AssignStream(const NotNull<KernelGraphPtr> &graph_ptr) { in AssignStream()
266 void AscendStreamAssign::ReorderIndependentOrders(const NotNull<KernelGraphPtr> &graph_ptr) { in ReorderIndependentOrders()
324 void AscendStreamAssign::CheckScenario(const NotNull<KernelGraphPtr> &graph_ptr, in CheckScenario()
380 const NotNull<KernelGraphPtr> &graph_ptr) { in GetCNodesNeededMoved()
435 … const CNodePtr first_node, const NotNull<KernelGraphPtr> &graph_ptr) { in GetTargetOutputNode()
527 void AscendStreamAssign::TrailingTimeOptimizationByReorder(const NotNull<KernelGraphPtr> &graph_ptr in TrailingTimeOptimizationByReorder()
588 void AscendStreamAssign::AssignAllNodesStream(const NotNull<KernelGraphPtr> &graph_ptr) { in AssignAllNodesStream()
666 void AscendStreamAssign::AssignHcom(const NotNull<KernelGraphPtr> &graph_ptr) { in AssignHcom()
[all …]
Dascend_kernel_runtime.cc377 for (const auto &graph_ptr : debugger_->GetGraphPtrList()) { in LoadData() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/
Dprofiling_utils.cc248 NotNull<session::KernelGraph *> graph_ptr) { in CreateProfilingCNode()
285 NotNull<session::KernelGraph *> graph_ptr, in InsertProfilingTraceFp()
300 …s::InsertProfilingTraceJobId(const AnfNodePtr &anf_node, NotNull<session::KernelGraph *> graph_ptr, in InsertProfilingTraceJobId()
310 NotNull<session::KernelGraph *> graph_ptr) { in CreateProfilingCNodeWithStream()
318 NotNull<session::KernelGraph *> graph_ptr, in InsertProfilingCustomOp()
342 NotNull<session::KernelGraph *> graph_ptr, in InsertProfilingTraceBpEnd()
357 NotNull<session::KernelGraph *> graph_ptr, in InsertProfilingTraceIterEnd()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Ddf_graph_manager.cc31 DfGraphWrapper::DfGraphWrapper(const std::string &name, const int &id, const DfGraphPtr &graph_ptr, in DfGraphWrapper()
65 Status DfGraphManager::AddGraph(const std::string &name, const DfGraphPtr &graph_ptr, const OptionM… in AddGraph()
/third_party/mindspore/tests/ut/cpp/stub/tasksink/
Dascend_stream_assign_stub.cc28 void AscendStreamAssign::AssignStream(const NotNull<KernelGraphPtr> &graph_ptr) { return; } in AssignStream()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.h148 void SetGraphPtr(const KernelGraphPtr &graph_ptr) { graph_ptr_ = graph_ptr; } in SetGraphPtr()
Ddebugger.cc297 void Debugger::PreExecute(const KernelGraphPtr &graph_ptr) { in PreExecute()
347 void Debugger::SendMultiGraphsAndClear(const KernelGraphPtr &graph_ptr) { in SendMultiGraphsAndClear()
533 void Debugger::LoadGraphs(const KernelGraphPtr &graph_ptr) { in LoadGraphs()
554 void Debugger::CheckGraphPtr(const KernelGraphPtr &graph_ptr) { in CheckGraphPtr()
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling_utils.cc36 …ngTraceInfo ProfilingUtils::GetProfilingTraceFromEnv(NotNull<const session::KernelGraph *> graph_p… in GetProfilingTraceFromEnv()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_adjust.cc73 CNodePtr KernelAdjust::CreateSendApplyKernel(const std::shared_ptr<session::KernelGraph> &graph_ptr, in CreateSendApplyKernel()
93 CNodePtr KernelAdjust::CreateRecvApplyKernel(const std::shared_ptr<session::KernelGraph> &graph_ptr, in CreateRecvApplyKernel()