Searched refs:GetGraphId (Results 1 – 13 of 13) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/debug/rdr/ |
D | graph_exec_order_recorder.cc | 41 fout << "\t" << AnfAlgo::GetGraphId(cnode.get()) << "\n"; in DumpGraphExeOrder()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_stream_assign.cc | 167 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 …]
|
D | kernel_build_ascend.cc | 343 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/ |
D | memory_profiling.h | 88 uint32_t GetGraphId() const { return graph_id_; } in GetGraphId() function
|
D | memory_profiling.cc | 78 graph_proto->set_graph_id(graph.second->GetGraphId()); in MemoryToPB()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 1171 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/ |
D | mutex.cc | 1162 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/ |
D | anf_runtime_algorithm.h | 260 static uint32_t GetGraphId(const AnfNode *node);
|
D | kernel_graph.cc | 973 … 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()
|
D | ascend_session.cc | 114 << "[" << AnfAlgo::GetGraphId(cnode.get()) << "]" in DumpGraphExeOrder() 131 buf << "\t" << AnfAlgo::GetGraphId(cnode.get()) << "\n"; in DumpGraphExeOrder()
|
D | anf_runtime_algorithm.cc | 1526 uint32_t AnfRuntimeAlgorithm::GetGraphId(const AnfNode *node) { in GetGraphId() function in mindspore::session::AnfRuntimeAlgorithm
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ |
D | kernel_adjust.cc | 128 …if (AnfAlgo::IsIndependentNode(node) && AnfAlgo::GetGraphId(node.get()) == kernel_graph_ptr->graph… in ExistIndependent()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/ |
D | tbe_kernel_build.cc | 247 op_info_json["graph_id"] = AnfAlgo::GetGraphId(anf_node.get()); in GenTbeSingleKernelJson()
|