Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc356 HloInstruction* max_operand);
3678 HloInstruction* operand, HloInstruction* max, HloInstruction* max_operand) { in TransformToClampIfSameShape() argument
3681 if (!SameShape(min_operand, max_operand)) { in TransformToClampIfSameShape()
3686 max_operand, operand, min_operand); in TransformToClampIfSameShape()