GraphBatch ========== .. currentmodule:: caldera.data .. autoclass:: GraphBatch .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~GraphBatch.__init__ ~GraphBatch.allclose ~GraphBatch.append_edges ~GraphBatch.append_nodes ~GraphBatch.apply ~GraphBatch.apply_ ~GraphBatch.apply_edge_mask ~GraphBatch.apply_edge_mask_ ~GraphBatch.apply_node_mask ~GraphBatch.apply_node_mask_ ~GraphBatch.clone ~GraphBatch.contiguous ~GraphBatch.copy ~GraphBatch.debug ~GraphBatch.density ~GraphBatch.detach ~GraphBatch.disjoint_union ~GraphBatch.from_data_list ~GraphBatch.from_networkx ~GraphBatch.from_networkx_list ~GraphBatch.index_edges ~GraphBatch.index_edges_ ~GraphBatch.index_nodes ~GraphBatch.index_nodes_ ~GraphBatch.info ~GraphBatch.memsize ~GraphBatch.nelement ~GraphBatch.random ~GraphBatch.random_batch ~GraphBatch.reverse ~GraphBatch.reverse_ ~GraphBatch.share_storage ~GraphBatch.shuffle ~GraphBatch.shuffle_ ~GraphBatch.shuffle_edges ~GraphBatch.shuffle_edges_ ~GraphBatch.shuffle_graphs ~GraphBatch.shuffle_graphs_ ~GraphBatch.shuffle_nodes ~GraphBatch.shuffle_nodes_ ~GraphBatch.to ~GraphBatch.to_data_list ~GraphBatch.to_networkx ~GraphBatch.to_networkx_list ~GraphBatch.view .. rubric:: Attributes .. autosummary:: ~GraphBatch.e ~GraphBatch.edge_idx ~GraphBatch.edge_shape ~GraphBatch.edges ~GraphBatch.g ~GraphBatch.global_shape ~GraphBatch.node_idx ~GraphBatch.node_shape ~GraphBatch.num_edges ~GraphBatch.num_graphs ~GraphBatch.num_nodes ~GraphBatch.requires_grad ~GraphBatch.shape ~GraphBatch.size ~GraphBatch.x