Home
last modified time | relevance | path

Searched refs:ret_nodes_hash (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc477 uint64 ret_nodes_hash = 0; in HashFunction() local
483 ret_nodes_hash = Hash64Combine(ret_nodes_hash, ret_node_hash); in HashFunction()
494 *hash = Hash64Combine(ret_nodes_hash, control_ret_nodes_hash); in HashFunction()