cugraph.is_bipartite# cugraph.is_bipartite(G)[source]# Checks if Graph is bipartite. This solely relies on the Graph type. This does not parse the graph to check if it is bipartite.