Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/examples/
DJasminVisitor.java204 CodeExceptionGen[] ehs = mg.getExceptionHandlers(); in visitCode() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc1033 const HloInstruction* ehs) { in InferTernaryOpShape()
1038 HloOpcode opcode, const Shape& lhs, const Shape& rhs, const Shape& ehs) { in InferTernaryOpShape()
Dhlo_evaluator.cc373 const Literal& ehs) { in EvaluateElementwiseTernaryOp()
Dhlo_instruction.cc1072 HloInstruction* rhs, HloInstruction* ehs) { in CreateTernary()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc739 XlaOp XlaBuilder::TernaryOp(HloOpcode triop, XlaOp lhs, XlaOp rhs, XlaOp ehs) { in TernaryOp()