You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Matthias Fey b3989bb2de
Move common utils out of `EdgeIndex` (#9275)
2 weeks ago
..
__init__.py Add `group_cat` functionality (#9029) 2 months ago
_assortativity.py `mypy` support in `torch_geometric.utils` [2/n] (#8555) 5 months ago
_coalesce.py Account for integer overflows in `sort_edge_index` (#8812) 3 months ago
_degree.py `mypy` support in `torch_geometric.utils` [2/n] (#8555) 5 months ago
_grid.py `mypy` support in `torch_geometric.utils`[3/n] (#8556) 5 months ago
_homophily.py `mypy` support in `torch_geometric.utils` [4/n] (#8558) 5 months ago
_index_sort.py Add `is_compiling()` checks instead of disabling extensions during `torch_geometric.compile` (#8698) 4 months ago
_lexsort.py `mypy` support in `torch_geometric.utils` [5/n] (#8561) 5 months ago
_negative_sampling.py Revert commit (#8915) 3 months ago
_normalized_cut.py `mypy` support in `torch_geometric.utils` [2/n] (#8555) 5 months ago
_one_hot.py `mypy` support in `torch_geometric.utils` [2/n] (#8555) 5 months ago
_scatter.py Added variance-preserving Aggregation (#9075) 1 month ago
_segment.py Only use `segment` in case `torch.use_deterministic_algorithms` is set (#9009) 2 months ago
_select.py `mypy` support in `torch_geometric.utils` [4/n] (#8558) 5 months ago
_softmax.py Only use `segment` in case `torch.use_deterministic_algorithms` is set (#9009) 2 months ago
_sort_edge_index.py Account for integer overflows in `sort_edge_index` (#8812) 3 months ago
_spmm.py Support `EdgeIndex` in `spmm` (#9026) 2 months ago
_subgraph.py Fix `k_hop_subgraph` documentation (#8751) 4 months ago
_to_dense_adj.py `mypy` support in `torch_geometric.utils` [4/n] (#8558) 5 months ago
_to_dense_batch.py `mypy` support in `torch_geometric.utils` [2/n] (#8555) 5 months ago
_train_test_split_edges.py `mypy` support in `torch_geometric.utils` [5/n] (#8561) 5 months ago
_tree_decomposition.py `mypy` support in `torch_geometric.utils` [5/n] (#8561) 5 months ago
_trim_to_layer.py Remove filtering of node/edge types in `trim_to_layer` (#9021) 2 months ago
_unbatch.py `mypy` support in `torch_geometric.utils` [2/n] (#8555) 5 months ago
augmentation.py Add more type hints (#8586) 5 months ago
convert.py Support empty graph and isolated nodes in `to_dgl` (#9188) 1 month ago
cross_entropy.py Add more type hints (#8586) 5 months ago
dropout.py Add `is_compiling()` checks instead of disabling extensions during `torch_geometric.compile` (#8698) 4 months ago
embedding.py Add type hints for `args` and `kwargs` (#8593) 5 months ago
functions.py Introduce Ruff as a docs linter/formatter (#8325) 6 months ago
geodesic.py Add `dim` argument to `torch.cross` calls (#8918) 3 months ago
hetero.py Fix `HGTConv` for `SparseTensor` due to shape mismatch (#8805) 3 months ago
isolated.py `mypy` support in `torch_geometric.utils` [2/n] (#8555) 5 months ago
laplacian.py Fix PyG master (#8600) 5 months ago
loop.py Only use `segment` in case `torch.use_deterministic_algorithms` is set (#9009) 2 months ago
map.py Replace `withCUDA` decorator: `withDevice` (#9082) 1 month ago
mask.py Add faster `mask_select` method (#8369) 6 months ago
mesh_laplacian.py Add more type hints (#8586) 5 months ago
mixin.py Add type hints for `args` and `kwargs` (#8593) 5 months ago
nested.py `mypy` support in `torch_geometric.utils` [5/n] (#8561) 5 months ago
noise_scheduler.py Add noise scheduler utility for diffusion based graph generative models (#8347) 5 months ago
num_nodes.py Implement `torch.sparse` and `SparseTensor` support in `propagate.jinja` (#8759) 4 months ago
ppr.py Use `EdgeIndex` in `utils.ppr` (#8689) 4 months ago
random.py Introduce Ruff as a docs linter/formatter (#8325) 6 months ago
repeat.py Remove python fallbacks in `voxel_grid` (#7528) 11 months ago
smiles.py Add PyTorch 2.3 installation guide (#9257) 2 weeks ago
sparse.py Move common utils out of `EdgeIndex` (#9275) 2 weeks ago
undirected.py `mypy` support in `torch_geometric.utils` [7/7] (#8580) 5 months ago