README.md
__init__.py
pyproject.toml
./__init__.py
./examples/cora_jax.py
./examples/data.py
./examples/malnet_gnn.py
./examples/malnet_nn.py
./examples/models.py
algorithms/__init__.py
algorithms/auto_hop.py
algorithms/auto_hop_test.py
algorithms/svd.py
algorithms/svd_test.py
algorithms/topological_sort.py
algorithms/topological_sort_test.py
algorithms/traversal.py
algorithms/traversal_test.py
algorithms/virtualize.py
algorithms/virtualize_test.py
examples/cora_jax.py
examples/data.py
examples/malnet_gnn.py
examples/malnet_nn.py
examples/models.py
gnn/__init__.py
gnn/heterogeneous_gnn.py
gnn/heterogeneous_gnn_test.py
implicit/matrix.py
implicit/matrix_test.py
jax/__init__.py
jax/jax_test.py
nn/edges.py
nn/edges_test.py
np/__init__.py
np/np_test.py
sparse_deferred.egg-info/PKG-INFO
sparse_deferred.egg-info/SOURCES.txt
sparse_deferred.egg-info/dependency_links.txt
sparse_deferred.egg-info/top_level.txt
structs/graph_struct.py
structs/graph_struct_test.py
tf/__init__.py
tf/graph.py
tf/tf_engine.py
tf/tf_engine_test.py
tf/tf_matrix.py
tfgnn/__init__.py
tfgnn/io.py
tfgnn/io_test.py