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