Revision 263a7ff1b8cd114d95e0fca7af88e1c0f28048d8 authored by George Necula on 22 November 2021, 15:17:09 UTC, committed by GitHub on 22 November 2021, 15:17:09 UTC
1 parent fca3da5
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