cugraph\_dgl.cugraph\_storage.CuGraphStorage ============================================ .. currentmodule:: cugraph_dgl.cugraph_storage .. autoclass:: CuGraphStorage .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~CuGraphStorage.__init__ ~CuGraphStorage.add_edge_data ~CuGraphStorage.add_node_data ~CuGraphStorage.cugraph_e_id_to_dgl_id ~CuGraphStorage.cugraph_n_id_to_dgl_id ~CuGraphStorage.dgl_e_id_to_cugraph_id ~CuGraphStorage.dgl_n_id_to_cugraph_id ~CuGraphStorage.edge_subgraph ~CuGraphStorage.find_edges ~CuGraphStorage.get_corresponding_canonical_etype ~CuGraphStorage.get_edge_id_offset ~CuGraphStorage.get_edge_storage ~CuGraphStorage.get_node_id_offset ~CuGraphStorage.get_node_storage ~CuGraphStorage.global_uniform_negative_sampling ~CuGraphStorage.num_edges ~CuGraphStorage.num_nodes ~CuGraphStorage.number_of_nodes ~CuGraphStorage.sample_neighbors ~CuGraphStorage.subgraph .. rubric:: Attributes .. autosummary:: ~CuGraphStorage.canonical_etypes ~CuGraphStorage.device ~CuGraphStorage.etypes ~CuGraphStorage.ntypes ~CuGraphStorage.num_canonical_edges_dict ~CuGraphStorage.total_number_of_edges ~CuGraphStorage.total_number_of_nodes