Searched refs:MakeId (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/core/ir/ |
D | primitive.cc | 23 static uint64_t MakeId() { in MakeId() function 36 id_(MakeId()) {} in Primitive() 46 id_(MakeId()) {} in Primitive()
|
D | tensor.cc | 45 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/ |
D | graphcycles.cc | 263 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/ |
D | graphcycles.cc | 263 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()
|