Home
last modified time | relevance | path

Searched refs:MakeId (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dprimitive.cc23 static uint64_t MakeId() { in MakeId() function
36 id_(MakeId()) {} in Primitive()
46 id_(MakeId()) {} in Primitive()
Dtensor.cc45 static std::string MakeId() { in MakeId() function
520 : MetaTensor(data_type, shape), data_(std::move(data)), id_(MakeId()) {} in Tensor()
534 id_(MakeId()) {}
539 id_(MakeId()) {}
544 id_(MakeId()) {}
549 id_(MakeId()) {}
554 id_(MakeId()) {}
559 id_(MakeId()) {}
/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc263 inline GraphId MakeId(int32_t index, uint32_t version) { in MakeId() function
409 return MakeId(i, rep_->nodes_[i]->version); in GetId()
422 return MakeId(n->rank, n->version); in GetId()
433 return MakeId(r, n->version); in GetId()
650 path[path_len] = MakeId(n, rep_->nodes_[n]->version); in FindPath()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc263 inline GraphId MakeId(int32_t index, uint32_t version) { in MakeId() function
409 return MakeId(i, rep_->nodes_[i]->version); in GetId()
422 return MakeId(n->rank, n->version); in GetId()
433 return MakeId(r, n->version); in GetId()
650 path[path_len] = MakeId(n, rep_->nodes_[n]->version); in FindPath()