Searched refs:updated_lhs (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 508 XlaOp updated_lhs = lhs; in BinaryOp() local 534 updated_lhs = should_broadcast_lhs ? broadcasted_operand : lhs; in BinaryOp() 538 TF_ASSIGN_OR_RETURN(Shape updated_lhs_shape, GetShape(updated_lhs)); in BinaryOp() 540 TF_ASSIGN_OR_RETURN(updated_lhs, in BinaryOp() 541 AddBroadcastSequence(shape, updated_lhs)); in BinaryOp() 549 return AddInstruction(std::move(instr), binop, {updated_lhs, updated_rhs}); in BinaryOp() 564 XlaOp updated_lhs = lhs; in TernaryOp() local 571 TF_ASSIGN_OR_RETURN(updated_lhs, AddBroadcastSequence(shape, lhs)); in TernaryOp() 585 {updated_lhs, updated_rhs, updated_ehs}); in TernaryOp()
|