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
75
76
project:
type: website
output-dir: ../target/docs-site/docs
render:
- index.md
- getting-started/*.md
- tutorials/*.md
- guides/*.md
- architecture/*.md
- api/*.md
- internals/*.md
- design/*.md
website:
title: "tidu-rs"
sidebar:
style: docked
search: true
contents:
- text: "Overview"
href: index.md
- section: "Getting Started"
contents:
- text: "Start Here"
href: getting-started/index.md
- text: "Terminology"
href: getting-started/terminology.md
- section: "Tutorials"
contents:
- text: "Tutorials"
href: tutorials/index.md
- text: "Primitive Linearization"
href: tutorials/primitive-linearization.md
- text: "Eager Reverse Mode"
href: tutorials/eager-reverse-mode.md
- section: "Guides"
contents:
- text: "Implementing Primitives"
href: guides/implementing-primitives.md
- text: "Linearize And Transpose"
href: guides/linearize-and-transpose.md
- text: "Eager Integration"
href: guides/eager-integration.md
- text: "Complex AD"
href: guides/complex-ad.md
- text: "Higher-Order AD"
href: guides/higher-order-ad.md
- section: "Architecture"
contents:
- text: "Architecture"
href: architecture/index.md
- text: "Public Boundaries"
href: architecture/public-boundaries.md
- text: "Computegraph Integration"
href: architecture/computegraph-integration.md
- section: "API"
contents:
- text: "API Map"
href: api/index.md
- section: "Internals"
contents:
- text: "Internals"
href: internals/index.md
- section: "Design Documents"
contents:
- text: "JAX Terminology"
href: design/jax-terminology-docs.md
- text: "Eager API Boundary"
href: design/eager-api-boundary.md
format:
html:
theme: flatly
toc: true
code-overflow: wrap
html-math-method: katex