Skip to content

Commit

Permalink
Merge pull request #25872 from gnecula:jax2tf_doc
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 715411235
  • Loading branch information
Google-ML-Automation committed Jan 14, 2025
2 parents b7e06f1 + 36533b9 commit f270739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jax/experimental/jax2tf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1864,12 +1864,12 @@ purposes of `call_tf`.)

Inside Google, you can turn on logging by using the `--vmodule` argument to
specify the logging levels for different modules,
e.g., `--vmodule=jax_export=3`. You can set `TF_DUMP_GRAPH_PREFIX` to
e.g., `--vmodule=_export=3`. You can set `TF_DUMP_GRAPH_PREFIX` to
a directory where modules should be dumped, or to `"-"` to dump the
modules to the log.
The following modules are useful for debugging JAX native serialization:

* `jax_export=3` - will log the StableHLO module on serialization.
* `_export=3` - will log the StableHLO module on serialization.
* `jax2tf=3` - will log the parameters to `XlaCallModule` op on serialization.
* `xla_call_module_loader=3` - will log the StableHLO module upon loading,
after shape refinements, and on verification error. You can use level `4` to
Expand Down

0 comments on commit f270739

Please sign in to comment.