Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc310 uint64 op_hash = 0; in HashNodeNonInput() local
313 TF_RETURN_IF_ERROR(HashFunction(node->op(), node->attr(), &op_hash)); in HashNodeNonInput()
316 op_hash = Hash64(node->op()); in HashNodeNonInput()
336 *hash = Hash64Combine(op_hash, Hash64Combine(attrs_hash, device_hash)); in HashNodeNonInput()
/external/python/pybind11/include/pybind11/
Doperators.h31 op_repr, op_truediv, op_itruediv, op_hash enumerator