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