Searched defs:hash_sum (Results 1 – 5 of 5) sorted by relevance
| /third_party/mindspore/mindspore/core/utils/ |
| D | hashing.h | 24 inline std::size_t hash_combine(std::size_t hash_sum, std::size_t hash_val) { in hash_combine() 30 std::size_t hash_sum = 0; in hash_combine() local
|
| /third_party/mindspore/mindspore/core/abstract/ |
| D | abstract_value.cc | 378 std::size_t hash_sum = hash_combine(tid(), std::hash<size_t>{}(elements_.size())); in hash() local 739 std::size_t hash_sum = std::accumulate(key_values_.begin(), key_values_.end(), tid(), in hash() local 740 [](std::size_t hash_sum, const AbstractAttribute &item) { in hash() 883 …std::size_t hash_sum = std::accumulate(attributes_.begin(), attributes_.end(), hash_combine(tid(),… in hash() local 884 [](std::size_t hash_sum, const AbstractAttribute &item) { in hash()
|
| D | abstract_function.cc | 129 std::size_t hash_sum = 0; in hash() local
|
| D | abstract_value.h | 343 auto hash_sum = hash_combine(tid(), element_->hash()); in hash() local
|
| /third_party/mindspore/mindspore/core/ir/ |
| D | dtype_extends.cc | 34 std::size_t hash_sum = 0; in operator ()() local
|