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.cc573 XlaOp updated_lhs = lhs; in BinaryOp() local
599 updated_lhs = should_broadcast_lhs ? broadcasted_operand : lhs; in BinaryOp()
604 GetShapePtr(updated_lhs)); in BinaryOp()
606 TF_ASSIGN_OR_RETURN(updated_lhs, in BinaryOp()
607 AddBroadcastSequence(shape, updated_lhs)); in BinaryOp()
616 return AddInstruction(std::move(instr), binop, {updated_lhs, updated_rhs}); in BinaryOp()
623 XlaOp updated_lhs = lhs; in TernaryOp() local
651 TF_ASSIGN_OR_RETURN(updated_lhs, in TernaryOp()
665 TF_ASSIGN_OR_RETURN(const Shape* lhs_shape, GetShapePtr(updated_lhs)); in TernaryOp()
677 {updated_lhs, updated_rhs, updated_ehs}); in TernaryOp()