README.md
__init__.py
pyproject.toml
setup.cfg
algorithms/__init__.py
algorithms/topological_sort.py
algorithms/topological_sort_test.py
algorithms/traversal.py
algorithms/traversal_test.py
examples/cora_jax.py
examples/data.py
implicit/matrix.py
implicit/matrix_test.py
jax/__init__.py
jax/jax_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