Searched defs:triop (Results 1 – 2 of 2) sorted by relevance
932 def triop(name, ty, alg_props, const_expr): function
795 XlaOp XlaBuilder::TernaryOp(HloOpcode triop, XlaOp lhs, XlaOp rhs, XlaOp ehs) { in TernaryOp()