Revision f591d0b2e946826fea57b4ced8d9928e4114748c authored by Lena Martens on 14 January 2022, 11:18:40 UTC, committed by GitHub on 14 January 2022, 11:18:40 UTC
1 parent 3b374e7
Raw File
.gitignore
*.pyc
*.so
*.egg-info
*.whl
build/bazel*
dist/
.ipynb_checkpoints
/bazel-*
.jax_configure.bazelrc
/tensorflow
.DS_Store
.mypy_cache/
.pytype/
docs/build
docs/notebooks/.ipynb_checkpoints/
docs/_autosummary
.idea
.vscode
jax.iml

# virtualenv/venv directories
venv/
bin/
include/
lib/
share/
back to top