Searched defs:TernaryOp (Results 1 – 5 of 5) sorted by relevance
84 using TernaryOp = typename TernaryOpImp<T1, T2>::type; typedef
928 class TernaryOp(Node): class
855 enum TernaryOp : uint8_t { SUBST, FOREACH, IF }; enum
856 enum TernaryOp : uint8_t { SUBST, FOREACH, IF, DAG }; enum
620 XlaOp XlaBuilder::TernaryOp(HloOpcode triop, XlaOp lhs, XlaOp rhs, XlaOp ehs) { in TernaryOp() function in xla::XlaBuilder