Searched defs:ehs (Results 1 – 6 of 6) sorted by relevance
36 static EventHandlers ehs; in get() local
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()