Searched refs:hash_functions (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | hash_utils.cc | 339 Status HashNodeNonInput(const NodeDef* node, bool hash_functions, in HashNodeNonInput() argument 341 auto iter = attr_cache_->find(std::make_pair(node, hash_functions)); in HashNodeNonInput() 354 if (hash_functions) { in HashNodeNonInput() 377 HashAttr(attr_key, attr_value, hash_functions, &attr_hash)); in HashNodeNonInput() 387 attr_cache_->emplace(std::make_pair(node, hash_functions), *hash); in HashNodeNonInput() 391 " and hash function bool: ", hash_functions, "twice!")); in HashNodeNonInput() 452 bool hash_functions, uint64* hash) { in HashAttr() argument 455 if (hash_functions) { in HashAttr() 459 if (hash_functions) { in HashAttr()
|
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/ |
H A D | module.h.tmpl | 73 #include "third_party/blink/renderer/platform/wtf/hash_functions.h"
|
/aosp_15_r20/external/webp/src/enc/ |
H A D | vp8l_enc.c | 1331 uint32_t (*const hash_functions[])(uint32_t) = { in ApplyPalette() local 1343 const uint32_t ind = hash_functions[i](palette[j]); in ApplyPalette()
|