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