2023-01-13 09:59:40 -08:00
|
|
|
.. _advanced_guide:
|
|
|
|
|
2024-08-12 22:13:36 -07:00
|
|
|
Advanced guides
|
|
|
|
===============
|
|
|
|
|
|
|
|
This section contains examples and tutorials on more advanced topics,
|
2024-08-13 13:16:50 -07:00
|
|
|
such as multi-core computation, automatic differentiation, and custom
|
|
|
|
operations.
|
2023-01-25 15:12:04 -08:00
|
|
|
|
|
|
|
.. toctree::
|
2024-08-11 17:48:19 -07:00
|
|
|
:caption: Parallel computation
|
2023-01-13 09:59:40 -08:00
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
notebooks/Distributed_arrays_and_automatic_parallelization
|
2025-03-13 11:54:52 -04:00
|
|
|
notebooks/explicit-sharding
|
2024-01-08 13:12:04 -08:00
|
|
|
notebooks/shard_map
|
2024-08-13 13:16:50 -07:00
|
|
|
multi_process
|
2024-05-10 20:36:17 +00:00
|
|
|
distributed_data_loading
|
2023-01-25 15:12:04 -08:00
|
|
|
|
|
|
|
.. toctree::
|
2024-08-11 17:48:19 -07:00
|
|
|
:caption: Automatic differentiation
|
2023-01-25 15:12:04 -08:00
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
notebooks/autodiff_cookbook
|
2023-01-13 09:59:40 -08:00
|
|
|
notebooks/Custom_derivative_rules_for_Python_code
|
2023-02-22 09:26:43 -08:00
|
|
|
notebooks/autodiff_remat
|
2023-01-25 15:12:04 -08:00
|
|
|
|
|
|
|
.. toctree::
|
2024-08-11 17:48:19 -07:00
|
|
|
:caption: Deep dives
|
2023-01-25 15:12:04 -08:00
|
|
|
:maxdepth: 1
|
|
|
|
|
2023-02-22 09:26:43 -08:00
|
|
|
notebooks/convolutions
|
2024-08-18 19:24:44 -07:00
|
|
|
xla_flags
|