Revision 9e62994bce7c7fcbb2f6a50c9ef89526cd2c2be6 authored by jax authors on 09 May 2024, 19:32:51 UTC, committed by jax authors on 09 May 2024, 19:32:51 UTC
2 parent s f98e707 + 038dfee
Raw File
.gitignore
*.pyc
*.so
*.egg-info
*.whl
/build/lib
/build/bazel*
/dist/
.ipynb_checkpoints
/bazel-*
.jax_configure.bazelrc
/tensorflow
.DS_Store
.mypy_cache/
.pytype/
/docs/build
*_pb2.py
/docs/notebooks/.ipynb_checkpoints/
/docs/_autosummary
.idea
.vscode
.envrc
jax.iml
.bazelrc.user
.hypothesis/

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