LICENSE
README.md
pyproject.toml
tests/test_3d_support.py
tests/test_amp_compile.py
tests/test_backward_compatibility.py
tests/test_benchmark_smoke.py
tests/test_chunking.py
tests/test_dashboard.py
tests/test_dataset_cache.py
tests/test_dataset_docs_claims.py
tests/test_dataset_download_mocked.py
tests/test_dataset_registry.py
tests/test_datasets_base.py
tests/test_devices.py
tests/test_distributed_compat.py
tests/test_documentation_claims.py
tests/test_edge_features.py
tests/test_edge_weight.py
tests/test_factories.py
tests/test_folder_datasets.py
tests/test_gat_chunking.py
tests/test_gnn_families.py
tests/test_gradients.py
tests/test_graph.py
tests/test_graph_api.py
tests/test_graph_builders.py
tests/test_graph_transformer_v027.py
tests/test_hetero_batch.py
tests/test_hetero_layers.py
tests/test_hetero_sampling.py
tests/test_imports.py
tests/test_layers.py
tests/test_math.py
tests/test_metrics.py
tests/test_models.py
tests/test_packaging.py
tests/test_performance_smoke.py
tests/test_pyg_dgl_ogb_wrappers.py
tests/test_random_walk_sample.py
tests/test_sampling.py
tests/test_sampling_loaders.py
tests/test_synthetic_datasets.py
tests/test_temporal_sampling.py
tests/test_temporal_v025.py
tests/test_torchvision_wrappers.py
tests/test_tracking.py
tests/test_training.py
tests/test_transforms.py
tests/test_v024_features.py
tgraphx/__init__.py
tgraphx/distributed.py
tgraphx/graph_builders.py
tgraphx/hetero_sampling.py
tgraphx/interop.py
tgraphx/learned_graph.py
tgraphx/performance.py
tgraphx/sampling.py
tgraphx/sampling_loaders.py
tgraphx/temporal_sampling.py
tgraphx/tracking.py
tgraphx/training.py
tgraphx.egg-info/PKG-INFO
tgraphx.egg-info/SOURCES.txt
tgraphx.egg-info/dependency_links.txt
tgraphx.egg-info/entry_points.txt
tgraphx.egg-info/requires.txt
tgraphx.egg-info/top_level.txt
tgraphx/core/__init__.py
tgraphx/core/dataloader.py
tgraphx/core/graph.py
tgraphx/core/graph_utils.py
tgraphx/core/hetero_batch.py
tgraphx/core/hetero_graph.py
tgraphx/core/temporal.py
tgraphx/core/temporal_batch.py
tgraphx/core/utils.py
tgraphx/dashboard/__init__.py
tgraphx/dashboard/__main__.py
tgraphx/dashboard/app.py
tgraphx/dashboard/static/dashboard.css
tgraphx/dashboard/static/dashboard.js
tgraphx/datasets/__init__.py
tgraphx/datasets/base.py
tgraphx/datasets/cache.py
tgraphx/datasets/converters.py
tgraphx/datasets/dgl_wrappers.py
tgraphx/datasets/download.py
tgraphx/datasets/errors.py
tgraphx/datasets/folder.py
tgraphx/datasets/metadata.py
tgraphx/datasets/ogb_wrappers.py
tgraphx/datasets/pyg_wrappers.py
tgraphx/datasets/registry.py
tgraphx/datasets/synthetic.py
tgraphx/datasets/torchvision_wrappers.py
tgraphx/layers/__init__.py
tgraphx/layers/_dim.py
tgraphx/layers/_scatter.py
tgraphx/layers/aggregator.py
tgraphx/layers/attention_message.py
tgraphx/layers/base.py
tgraphx/layers/conv_message.py
tgraphx/layers/factory.py
tgraphx/layers/gat.py
tgraphx/layers/gin.py
tgraphx/layers/graph_transformer.py
tgraphx/layers/hetero.py
tgraphx/layers/hetero_readout.py
tgraphx/layers/safe_pool.py
tgraphx/layers/sage.py
tgraphx/layers/temporal_readout.py
tgraphx/layers/transformer_encodings.py
tgraphx/metrics/__init__.py
tgraphx/metrics/classification.py
tgraphx/metrics/link_prediction.py
tgraphx/metrics/ogb.py
tgraphx/metrics/ranking.py
tgraphx/metrics/regression.py
tgraphx/metrics/reports.py
tgraphx/models/__init__.py
tgraphx/models/cnn_encoder.py
tgraphx/models/cnn_gnn_model.py
tgraphx/models/edge_predictor.py
tgraphx/models/factory.py
tgraphx/models/graph_classifier.py
tgraphx/models/hetero_models.py
tgraphx/models/node_classifier.py
tgraphx/models/pre_encoder.py
tgraphx/models/regressors.py
tgraphx/models/temporal_models.py
tgraphx/transforms/__init__.py
tgraphx/transforms/compose.py
tgraphx/transforms/features.py
tgraphx/transforms/graph.py
tgraphx/transforms/patch.py
tgraphx/transforms/positional.py
tgraphx/transforms/splits.py