Revision d078f3f5fc9482c84315f07d4fa27d7465c5f185 authored by jax authors on 23 September 2022, 18:31:37 UTC, committed by jax authors on 23 September 2022, 18:31:37 UTC
2 parent s e8865c8 + 99d4d8b
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
*_pb2.py
docs/notebooks/.ipynb_checkpoints/
docs/_autosummary
.idea
.vscode
jax.iml

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