Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc1552 static uint64 HashOperandRecursive(const HloInstruction* hlo) { in HashOperandRecursive() function
1553 return hlo->Hash(HashOperandRecursive); in HashOperandRecursive()
1559 HashOperandRecursive); in InnerHash()