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