Searched refs:updated_rhs (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 640 XlaOp updated_rhs = rhs; in BinaryOp() local 665 updated_rhs = !should_broadcast_lhs ? broadcasted_operand : rhs; in BinaryOp() 675 GetShapePtr(updated_rhs)); in BinaryOp() 677 TF_ASSIGN_OR_RETURN(updated_rhs, in BinaryOp() 678 AddBroadcastSequence(shape, updated_rhs)); 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() 732 XlaOp updated_rhs = rhs; in TernaryOp() local 763 TF_ASSIGN_OR_RETURN(updated_rhs, in TernaryOp() [all …]
|