Revision 1ad3551ec9d84e50dfd80d9872cf4cca07d82bf1 authored by Yash Katariya on 10 February 2022, 19:58:30 UTC, committed by jax authors on 10 February 2022, 19:59:13 UTC
1 parent 4df01ee
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