Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dreshape_mover.cc94 bool IsNontrivialReshape(const HloInstruction* instruction) { in IsNontrivialReshape() function
105 if (IsNontrivialReshape(operand)) { in FirstNonScalarAndNonTrivialReshapeOperand()
301 if (!IsNontrivialReshape(operand)) { in IsReshapeMoveCandidate()
358 if (IsNontrivialReshape(operand)) { in TryReshapeMoveOnCandidates()