Searched refs:node_hash (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | hash_utils.cc | 234 uint64 node_hash = 0; in HashNode() local 240 HashNodeNonInput(input.first, /*hash_functions=*/true, &node_hash)); in HashNode() 242 TF_RETURN_IF_ERROR(HashNode(input.first, &node_hash)); in HashNode() 245 inputs_hash, Hash64Combine(node_hash, Hash64(input.second))); in HashNode() 567 uint64 node_hash = 0; in HashControlInputs() local 569 HashNodeNonInput(input, /*hash_functions=*/false, &node_hash)); in HashControlInputs() 570 *hash = Hash64CombineUnordered(*hash, node_hash); in HashControlInputs() 580 uint64 node_hash = 0; in CheckControlInputsEqual() local 582 HashNodeNonInput(input, /*hash_functions=*/false, &node_hash)); in CheckControlInputsEqual() 583 this_hashes[node_hash] = input; in CheckControlInputsEqual() [all …]
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 468 unsigned node_hash(GepNode *N) { in node_hash() function 479 if (node_hash(N1) != node_hash(N2)) in node_eq() 522 unsigned H = node_hash(N); in common()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 491 static unsigned node_hash(GepNode *N) { in node_hash() function 503 if (node_hash(N1) != node_hash(N2)) in node_eq() 544 unsigned H = node_hash(N); in common()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 481 static unsigned node_hash(GepNode *N) { in node_hash() function 493 if (node_hash(N1) != node_hash(N2)) in node_eq() 534 unsigned H = node_hash(N); in common()
|