Searched defs:ehs (Results 1 – 5 of 5) sorted by relevance
204 CodeExceptionGen[] ehs = mg.getExceptionHandlers(); in visitCode() local
1048 const HloInstruction* ehs) { in InferTernaryOpShape()1053 HloOpcode opcode, const Shape& lhs, const Shape& rhs, const Shape& ehs) { in InferTernaryOpShape()
906 const Literal& ehs) { in EvaluateElementwiseTernaryOp()
1143 HloInstruction* rhs, HloInstruction* ehs) { in CreateTernary()
795 XlaOp XlaBuilder::TernaryOp(HloOpcode triop, XlaOp lhs, XlaOp rhs, XlaOp ehs) { in TernaryOp()