Home
last modified time | relevance | path

Searched defs:ehs (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc1027 const HloInstruction* ehs) { in InferTernaryOpShape()
1034 const Shape& ehs) { in InferTernaryOpShape()
Duser_computation.cc3315 HloInstruction* ehs = lookup_instruction(ternary_op_request.ehs()); in Visit() local
Dhlo_instruction.cc287 HloInstruction* rhs, HloInstruction* ehs) { in CreateTernary()
Dhlo_evaluator.cc2002 const auto* ehs = instruction->operand(2); in ElementwiseTernaryOp() local
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto893 ComputationDataHandle ehs = 5; field
/external/tensorflow/tensorflow/compiler/xla/client/
Dcomputation_builder.cc1107 const ComputationDataHandle& rhs, const ComputationDataHandle& ehs) { in TernaryOp()