Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc334 uint64 device_hash = Hash64(node->device()); in HashNodeNonInput() local
336 *hash = Hash64Combine(op_hash, Hash64Combine(attrs_hash, device_hash)); in HashNodeNonInput()