Remove a deprecated reference to testExamplesJaxprDoc in Understanding Jaxpr (#3680)

This commit is contained in:
8bitmp3 2020-07-07 19:29:44 +01:00 committed by GitHub
parent bf97e47929
commit 242b382bab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,6 @@ Understanding Jaxprs
Updated: May 3, 2020 (for commit f1a46fe).
(Note: the code examples in this file can be seed also in
``jax/tests/api_test::JaxprTest.testExamplesJaxprDoc``.)
Conceptually, one can think of JAX transformations as first tracing the Python
function to be transformed into a small and well-behaved intermediate form,
the jaxpr, that is then transformed accordingly, and ultimately compiled and executed.