Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dreshape_mover.cc55 bool CanTriviallyChangeShape(const HloInstruction* instruction) { in CanTriviallyChangeShape() function
97 !CanTriviallyChangeShape(instruction->operand(0)); in IsNontrivialReshape()
295 if (CanTriviallyChangeShape(operand)) { in IsReshapeMoveCandidate()