Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc307 uint64 attrs_hash = 0; in HashNodeNonInput() local
330 attrs_hash = Hash64Combine(attrs_hash, attr_hash); in HashNodeNonInput()
336 *hash = Hash64Combine(op_hash, Hash64Combine(attrs_hash, device_hash)); in HashNodeNonInput()