Home
last modified time | relevance | path

Searched defs:hash_value (Results 1 – 25 of 38) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/mindspore/core/ir/dtype/
Dtensor_type.cc59 …size_t hash_value = hash_combine(static_cast<size_t>(kMetaTypeObject), static_cast<size_t>(object_… in hash() local
115 …size_t hash_value = hash_combine(static_cast<size_t>(kMetaTypeObject), static_cast<size_t>(object_… in hash() local
235 …size_t hash_value = hash_combine(static_cast<size_t>(kMetaTypeObject), static_cast<size_t>(object_… in hash() local
277 …size_t hash_value = hash_combine(static_cast<size_t>(kMetaTypeObject), static_cast<size_t>(object_… in hash() local
343 …size_t hash_value = hash_combine(static_cast<size_t>(kMetaTypeObject), static_cast<size_t>(object_… in hash() local
Dcontainer.cc127 …size_t hash_value = hash_combine(static_cast<size_t>(kMetaTypeObject), static_cast<size_t>(object_… in hash() local
204 …size_t hash_value = hash_combine(static_cast<size_t>(kMetaTypeObject), static_cast<size_t>(object_… in hash() local
314 …size_t hash_value = hash_combine(static_cast<size_t>(kMetaTypeObject), static_cast<size_t>(object_… in hash() local
Dnumber.cc30 …size_t hash_value = hash_combine(static_cast<size_t>(kMetaTypeObject), static_cast<size_t>(object_… in hash() local
/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/
Dabstract_function.cc177 auto hash_value = static_cast<std::size_t>(tid()); in hash() local
211 auto hash_value = hash_combine(tid(), PointerHash<FuncGraphPtr>{}(func_graph())); in HashWithoutTrackingId() local
217 auto hash_value = hash_combine(tid(), PointerHash<FuncGraphPtr>{}(func_graph())); in hash() local
254 auto hash_value = hash_combine(tid(), PointerHash<MetaFuncGraphPtr>{}(meta_func_graph_)); in hash() local
324 auto hash_value = hash_combine(tid(), fn_->hash()); in hash() local
405 auto hash_value = hash_combine(tid(), PointerHash<AbstractFuncAtomPtr>{}(fn_)); in hash() local
424 auto hash_value = hash_combine(tid(), output_->hash()); in hash() local
473 auto hash_value = hash_combine(tid(), PointerHash<PrimitivePtr>{}(prim_)); in hash() local
Danalysis_context.cc63 std::size_t hash_value = args.size(); in ArgsHashForWhileHeader() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DMath.h100 inline hash_code hash_value(const Vector &V) { in hash_value() function
237 inline hash_code hash_value(const Matrix &M) { in hash_value() function
267 inline hash_code hash_value(const MDVector<Metadata> &V) { in hash_value() function
284 inline hash_code hash_value(const MDMatrix<Metadata> &M) { in hash_value() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/
Dremove_value_node_dup.cc38 HashValue *const hash_value) { in TryToDoReplace()
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dsymbolic.h47 auto hash_value = hash_combine(std::hash<AnfNodePtr>{}(node_), std::hash<int64_t>{}(index_)); in hash() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/string/
Dextract_feature.cc76 int64_t hash_value = lite::StringHash64(str.data, str.len) % kMaxDimension; in Run() local
/third_party/selinux/libsepol/include/sepol/policydb/
Dhashtab.h41 unsigned int (*hash_value) (struct hashtab_val * h, const_hashtab_key_t key); /* hash function */ member
/third_party/gn/src/gn/
Dbuilder_record_map.h26 size_t hash_value() const { return record->label().hash(); } in hash_value() function
Dpointer_set.h45 size_t hash_value() const { return MakeHash(ptr_); } in hash_value() function
Dstring_atom.cc52 size_t hash_value() const { return hash; } in hash_value() function
Dunique_vector.h25 size_t hash_value() const { return hash32; } in hash_value() function
Dhash_table_base_unittest.cc62 size_t hash_value() const { return int_ptr->hash(); } in hash_value() function
/third_party/selinux/libselinux/src/
Dhashtab.h37 unsigned int (*hash_value) (struct hashtab_val * h, const_hashtab_key_t key); /* hash function */ member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/
Dge_adapter_info.h40 auto hash_value = hash_combine(std::hash<T>()(p.first), PointerHash<ValuePtr>{}(p.second)); in operator() local
/third_party/openssl/apps/
Dcrl.c313 unsigned long hash_value = in crl_main() local
Drehash.c302 unsigned long hash_value = in do_file() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DHashing.h93 friend size_t hash_value(const hash_code &code) { return code.value; } in hash_value() function
DArrayRef.h544 template <typename T> hash_code hash_value(ArrayRef<T> S) { in hash_value() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DHashing.h94 friend size_t hash_value(const hash_code &code) { return code.value; } in hash_value() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dstatic_analysis.h244 auto hash_value = key.attrs.size(); in operator() local
/third_party/skia/m133/third_party/externals/libjpeg-turbo/
Dwrgif.c95 hash_entry *hash_value; /* => hash table of symbol values */ member
/third_party/skia/third_party/externals/libjpeg-turbo/
Dwrgif.c95 hash_entry *hash_value; /* => hash table of symbol values */ member

12