Home
last modified time | relevance | path

Searched refs:GetGraphId (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Dgraph_exec_order_recorder.cc41 fout << "\t" << AnfAlgo::GetGraphId(cnode.get()) << "\n"; in DumpGraphExeOrder()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.cc167 auto graph_id = AnfAlgo::GetGraphId(cur_cnode_ptr.get()); in GetHcomAndOverflowMarker()
356 auto last_grad_hcom_graph_id = AnfAlgo::GetGraphId(last_grad_hcom_ptr.get()); in CheckScenario()
357 auto last_grad_graph_id = AnfAlgo::GetGraphId(last_grad_ptr.get()); in CheckScenario()
358 auto overflow_marker_graph_id = AnfAlgo::GetGraphId(overflow_marker.get()); in CheckScenario()
394 auto graph_id = AnfAlgo::GetGraphId(last_grad_ptr.get()); in GetCNodesNeededMoved()
398 while (AnfAlgo::GetGraphId((*it).get()) == graph_id && it < cnode_ptr_list.end()) { in GetCNodesNeededMoved()
449 subgraph_id = AnfAlgo::GetGraphId((*it).get()); in GetTargetOutputNode()
461 for (; it < cnode_ptr_list.end() && AnfAlgo::GetGraphId((*it).get()) != subgraph_id; it++) { in GetTargetOutputNode()
545 uint32_t subgraph_id = AnfAlgo::GetGraphId(first_output_ptr.get()); in TrailingTimeOptimizationByReorder()
551 while (pos < cnode_ptr_list.end() && AnfAlgo::GetGraphId((*pos).get()) != subgraph_id) { in TrailingTimeOptimizationByReorder()
[all …]
Dkernel_build_ascend.cc343 auto first_graph_id = AnfAlgo::GetGraphId(first_node.get()); in IsNeedClearZeroNodeFusion()
344 auto current_graph_id = AnfAlgo::GetGraphId(current_node.get()); in IsNeedClearZeroNodeFusion()
/third_party/mindspore/mindspore/ccsrc/profiler/device/ascend/
Dmemory_profiling.h88 uint32_t GetGraphId() const { return graph_id_; } in GetGraphId() function
Dmemory_profiling.cc78 graph_proto->set_graph_id(graph.second->GetGraphId()); in MemoryToPB()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc1171 static GraphId GetGraphId(Mutex *mu) ABSL_LOCKS_EXCLUDED(deadlock_graph_mu) { in GetGraphId() function
1245 LockEnter(mu, GetGraphId(mu), Synch_GetAllLocks()); in DebugOnlyLockEnter()
1265 LockLeave(mu, GetGraphId(mu), Synch_GetAllLocks()); in DebugOnlyLockLeave()
1439 GraphId id = GetGraphId(const_cast<Mutex *>(this)); in AssertNotHeld()
/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc1162 static GraphId GetGraphId(Mutex *mu) ABSL_LOCKS_EXCLUDED(deadlock_graph_mu) { in GetGraphId() function
1236 LockEnter(mu, GetGraphId(mu), Synch_GetAllLocks()); in DebugOnlyLockEnter()
1256 LockLeave(mu, GetGraphId(mu), Synch_GetAllLocks()); in DebugOnlyLockLeave()
1428 GraphId id = GetGraphId(const_cast<Mutex *>(this)); in AssertNotHeld()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.h260 static uint32_t GetGraphId(const AnfNode *node);
Dkernel_graph.cc973 … if (AnfAlgo::CheckPrimitiveType(anf, primitive) && AnfAlgo::GetGraphId(anf.get()) == graph_id_) { in FindNodeByPrimitive()
985 … if (AnfAlgo::CheckPrimitiveType(anf, primitive) && AnfAlgo::GetGraphId(anf.get()) == graph_id_) { in FindNodeByPrimitive()
Dascend_session.cc114 << "[" << AnfAlgo::GetGraphId(cnode.get()) << "]" in DumpGraphExeOrder()
131 buf << "\t" << AnfAlgo::GetGraphId(cnode.get()) << "\n"; in DumpGraphExeOrder()
Danf_runtime_algorithm.cc1526 uint32_t AnfRuntimeAlgorithm::GetGraphId(const AnfNode *node) { in GetGraphId() function in mindspore::session::AnfRuntimeAlgorithm
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_adjust.cc128 …if (AnfAlgo::IsIndependentNode(node) && AnfAlgo::GetGraphId(node.get()) == kernel_graph_ptr->graph… in ExistIndependent()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_kernel_build.cc247 op_info_json["graph_id"] = AnfAlgo::GetGraphId(anf_node.get()); in GenTbeSingleKernelJson()