Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h67 const Shape& ehs);
71 const HloInstruction* ehs);
Duser_computation.cc1418 TF_ASSIGN_OR_RETURN(const OperationRequest* ehs, in AddTernaryInstruction()
1419 LookUpRequest(ternary_request.ehs())); in AddTernaryInstruction()
1423 rhs->output_shape(), ehs->output_shape())); in AddTernaryInstruction()
1953 PureFunctionalVisitor(session_computation, ternary_op_request.ehs(), in PureFunctionalVisitor()
2682 apply(ternary_op_request.ehs()); in ForEachOperand()
3315 HloInstruction* ehs = lookup_instruction(ternary_op_request.ehs()); in Visit() local
3330 if (!ShapeUtil::SameDimensions(request.output_shape(), ehs->shape())) { in Visit()
3331 ehs = in Visit()
3332 ImplicitBroadcastToExplicitBroadcast(ehs, request.output_shape()); in Visit()
3337 request.output_shape(), hlo_opcode, lhs, rhs, ehs)); in Visit()
Dshape_inference.cc1027 const HloInstruction* ehs) { in InferTernaryOpShape() argument
1029 rhs->shape(), ehs->shape()); in InferTernaryOpShape()
1034 const Shape& ehs) { in InferTernaryOpShape() argument
1037 TF_DCHECK_OK(ShapeUtil::ValidateShapeWithOptionalLayout(ehs)); in InferTernaryOpShape()
1040 return InferClampShape(lhs, rhs, ehs); in InferTernaryOpShape()
1042 return InferSelectShape(lhs, rhs, ehs); in InferTernaryOpShape()
Dhlo_evaluator.cc2002 const auto* ehs = instruction->operand(2); in ElementwiseTernaryOp() local
2008 ShapeUtil::SameDimensions(rhs->shape(), ehs->shape()))) { in ElementwiseTernaryOp()
2015 ShapeUtil::HumanString(ehs->shape()).c_str()); in ElementwiseTernaryOp()
2020 const Literal& ehs_literal = parent_->GetEvaluatedLiteralFor(ehs); in ElementwiseTernaryOp()
Dhlo_instruction.h239 HloInstruction* ehs);
Dhlo_instruction.cc287 HloInstruction* rhs, HloInstruction* ehs) { in CreateTernary() argument
298 return CreateNary(shape, opcode, {lhs, rhs, ehs}); in CreateTernary()
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc538 const ComputationDataHandle& ehs), \
539 (lhs, rhs, ehs))
Dlocal_computation_builder.h284 const ComputationDataHandle& ehs))
/external/tensorflow/tensorflow/compiler/xla/client/
Dcomputation_builder.cc1107 const ComputationDataHandle& rhs, const ComputationDataHandle& ehs) { in TernaryOp() argument
1113 *request->mutable_ehs() = ehs; in TernaryOp()
Dcomputation_builder.h891 const ComputationDataHandle& ehs);
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto893 ComputationDataHandle ehs = 5; field