-
Notifications
You must be signed in to change notification settings - Fork 494
/
Copy path_toc.yaml
74 lines (74 loc) · 2.21 KB
/
_toc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
toc:
- heading: XLA developer guide
- title: Getting started
# These should be in alphabetical order unless otherwise noted.
section:
# This is the default tab for the Getting started section.
- title: Overview
path: /xla
- title: Operation semantics
path: /xla/operation_semantics
- title: XLA architecture
path: /xla/architecture
- title: Developer details
# These should be in alphabetical order unless otherwise noted.
section:
- title: Aliasing
path: /xla/aliasing
- title: Async HLO instructions
path: /xla/async_ops
- title: Broadcasting
path: /xla/broadcasting
- title: Copybara quirks
path: /xla/copybara
- title: Determinism
path: /xla/determinism
- title: Hermetic CUDA overview
path: /xla/hermetic_cuda
- title: Indexing Analysis
path: /xla/indexing
- title: Multi-host HLO runner
path: /xla/tools_multi_host_hlo_runner
- title: Persisted autotuning
path: /xla/persisted_autotuning
- title: Shapes and layout
path: /xla/shapes
- title: Tiled layout
path: /xla/tiled_layout
- title: Using LSP autocompletion
path: /xla/lsp
- title: Writing custom calls
path: /xla/custom_call
- title: XLA Tooling
path: /xla/tools
- title: Contributing
# These should be in alphabetical order unless otherwise noted.
section:
# This is the default tab for the Contributing section.
- title: Contributing
path: /xla/contributing
- title: Build from source
path: /xla/build_from_source
- title: Develop a new backend for XLA
path: /xla/developing_new_backend
- title: Developer guide
path: /xla/developer_guide
- title: PJRT Plugins
section:
- title: Develop a new PJRT plugin
path: /xla/pjrt/pjrt_integration
- title: PJRT C++ API Overview
path: /xla/pjrt/cpp_api_overview
- title: PJRT Examples
path: /xla/pjrt/examples
- title: Using XLA in TensorFlow
# These should be in alphabetical order unless otherwise noted.
section:
- title: Using XLA in TensorFlow
path: /xla/tf2xla
- title: Use tfcompile
path: /xla/tf2xla/tfcompile
- title: Autoclustering tutorial
path: /xla/tf2xla/tutorials/autoclustering_xla
- title: Use XLA with tf.function
path: /xla/tf2xla/tutorials/jit_compile