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