Searched defs:graph_ptr (Results 1 – 9 of 9) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_stream_assign.cc | 154 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 …]
|
D | ascend_kernel_runtime.cc | 377 for (const auto &graph_ptr : debugger_->GetGraphPtrList()) { in LoadData() local
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/ |
D | profiling_utils.cc | 248 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/ |
D | df_graph_manager.cc | 31 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/ |
D | ascend_stream_assign_stub.cc | 28 void AscendStreamAssign::AssignStream(const NotNull<KernelGraphPtr> &graph_ptr) { return; } in AssignStream()
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | debugger.h | 148 void SetGraphPtr(const KernelGraphPtr &graph_ptr) { graph_ptr_ = graph_ptr; } in SetGraphPtr()
|
D | debugger.cc | 297 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/ |
D | gpu_profiling_utils.cc | 36 …ngTraceInfo ProfilingUtils::GetProfilingTraceFromEnv(NotNull<const session::KernelGraph *> graph_p… in GetProfilingTraceFromEnv()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ |
D | kernel_adjust.cc | 73 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()
|