Home
last modified time | relevance | path

Searched defs:GetGraphId (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/ascend/
Dmemory_profiling.h88 uint32_t GetGraphId() const { return graph_id_; } in GetGraphId() function
/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
/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc1162 static GraphId GetGraphId(Mutex *mu) ABSL_LOCKS_EXCLUDED(deadlock_graph_mu) { in GetGraphId() function
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc1526 uint32_t AnfRuntimeAlgorithm::GetGraphId(const AnfNode *node) { in GetGraphId() function in mindspore::session::AnfRuntimeAlgorithm