Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dreshape_mover.cc117 bool AreEquivalentReshapes(const HloInstruction* a, const HloInstruction* b) { in AreEquivalentReshapes() function
311 } else if (AreEquivalentReshapes(first_reshape_operand, operand)) { in IsReshapeMoveCandidate()