Home
last modified time | relevance | path

Searched defs:ehs (Results 1 – 4 of 4) 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.cc1024 const HloInstruction* ehs) { in InferTernaryOpShape()
1029 HloOpcode opcode, const Shape& lhs, const Shape& rhs, const Shape& ehs) { in InferTernaryOpShape()
Dhlo_instruction.cc830 HloInstruction* rhs, HloInstruction* ehs) { in CreateTernary()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc620 XlaOp XlaBuilder::TernaryOp(HloOpcode triop, XlaOp lhs, XlaOp rhs, XlaOp ehs) { in TernaryOp()