Revision 0d9b22b6b615a5c5b4d53b204ca4a48f8e307444 authored by George Necula on 15 March 2023, 13:42:36 UTC, committed by jax authors on 15 March 2023, 14:59:43 UTC
Preparation for launching the jax2tf native serialization.

PiperOrigin-RevId: 516810518
1 parent 1301968
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

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