Update changelog for named_scope and adds it to the docs

This commit is contained in:
Sharad Vikram 2022-06-09 10:34:25 -07:00
parent 95a854d487
commit c0b47fdf2c
2 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,8 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
* Added {func}`jax.default_device`.
* Added a `python -m jax.collect_profile` script to manually capture program
traces as an alternative to the Tensorboard UI.
* Added a `jax.named_scope` context manager that adds profiler metadata to
Python programs (similar to `jax.named_call`).
## jaxlib 0.3.11 (Unreleased)
* [GitHub commits](https://github.com/google/jax/compare/jaxlib-v0.3.10...main).

View File

@ -50,6 +50,7 @@ Just-in-time compilation (:code:`jit`)
device_get
default_backend
named_call
named_scope
block_until_ready
.. _jax-grad: