Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc411 auto hash64Combine = [&hash_value](int element) { in GetHashValue() local
414 std::for_each(pad.begin(), pad.end(), hash64Combine); in GetHashValue()
415 std::for_each(stride.begin(), stride.end(), hash64Combine); in GetHashValue()
416 std::for_each(dilation.begin(), dilation.end(), hash64Combine); in GetHashValue()