Searched defs:ehs (Results 1 – 4 of 4) sorted by relevance
204 CodeExceptionGen[] ehs = mg.getExceptionHandlers(); in visitCode() local
1024 const HloInstruction* ehs) { in InferTernaryOpShape()1029 HloOpcode opcode, const Shape& lhs, const Shape& rhs, const Shape& ehs) { in InferTernaryOpShape()
830 HloInstruction* rhs, HloInstruction* ehs) { in CreateTernary()
620 XlaOp XlaBuilder::TernaryOp(HloOpcode triop, XlaOp lhs, XlaOp rhs, XlaOp ehs) { in TernaryOp()