Searched defs:IsBetainc (Results 1 – 2 of 2) sorted by relevance
112 bool IsBetainc(const NodeDef& node) { return node.op() == "Betainc"; } in IsBetainc() function
143 bool TFGraphDialect::IsBetainc(TFOp op) const { in IsBetainc() function in mlir::tfg::TFGraphDialect