2023-01-13 09:59:40 -08:00
|
|
|
.. _user-guides:
|
|
|
|
|
2024-08-11 17:48:19 -07:00
|
|
|
User guides
|
2023-03-30 14:39:25 -07:00
|
|
|
===========
|
|
|
|
|
2023-02-10 14:17:15 -08:00
|
|
|
User guides are deeper dives into particular topics within JAX
|
2023-03-26 17:21:35 -07:00
|
|
|
that become relevant as your JAX project matures into larger
|
2023-02-10 14:17:15 -08:00
|
|
|
or deployed codebases.
|
2023-01-13 09:59:40 -08:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2024-08-11 17:48:19 -07:00
|
|
|
:caption: Debugging and performance
|
2023-01-13 09:59:40 -08:00
|
|
|
|
2024-04-18 13:11:25 -07:00
|
|
|
notebooks/thinking_in_jax
|
2023-01-19 23:05:24 +00:00
|
|
|
profiling
|
|
|
|
device_memory_profiling
|
2023-02-10 14:17:15 -08:00
|
|
|
debugging/index
|
2023-10-17 13:29:17 -07:00
|
|
|
gpu_performance_tips
|
2024-04-09 11:47:22 -07:00
|
|
|
persistent_compilation_cache
|
2023-02-10 14:17:15 -08:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2024-08-13 13:16:50 -07:00
|
|
|
:caption: Interfaces
|
2023-02-10 14:17:15 -08:00
|
|
|
|
|
|
|
pytrees
|
2024-08-13 13:16:50 -07:00
|
|
|
errors
|
2023-02-10 14:17:15 -08:00
|
|
|
aot
|
2024-05-31 15:14:09 +03:00
|
|
|
export/index
|
2024-08-13 13:16:50 -07:00
|
|
|
type_promotion
|
2023-03-26 17:21:35 -07:00
|
|
|
transfer_guard
|
2023-08-02 18:11:48 -07:00
|
|
|
|
2024-02-27 14:19:35 -08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2024-08-11 17:48:19 -07:00
|
|
|
:caption: Custom operations
|
2024-02-27 14:19:35 -08:00
|
|
|
|
2024-08-13 13:16:50 -07:00
|
|
|
notebooks/external_callbacks
|
2023-10-17 13:29:17 -07:00
|
|
|
pallas/index
|
2024-06-25 14:08:49 -04:00
|
|
|
ffi
|
2024-08-13 13:16:50 -07:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:caption: Example applications
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
notebooks/neural_network_with_tfds_data
|
|
|
|
notebooks/Neural_Network_and_Data_Loading
|
|
|
|
notebooks/vmapped_log_probs
|