Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc639 XlaOp updated_lhs = lhs; in BinaryOp() local
664 updated_lhs = should_broadcast_lhs ? broadcasted_operand : lhs; in BinaryOp()
669 GetShapePtr(updated_lhs)); in BinaryOp()
671 TF_ASSIGN_OR_RETURN(updated_lhs, in BinaryOp()
672 AddBroadcastSequence(shape, updated_lhs)); in BinaryOp()
687 return Compare(shape, updated_lhs, updated_rhs, *direction); in BinaryOp()
689 return Compare(shape, updated_lhs, updated_rhs, *direction, *type); in BinaryOp()
698 return BinaryOpNoBroadcast(binop, shape, updated_lhs, updated_rhs); in BinaryOp()
731 XlaOp updated_lhs = lhs; in TernaryOp() local
759 TF_ASSIGN_OR_RETURN(updated_lhs, in TernaryOp()
[all …]