-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
70 lines (65 loc) · 1.58 KB
/
_pkgdown.yml
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
destination: docs
home:
links:
- text: Browse source code at
href: https://github.com/t-kalinowski/tfautograph
navbar:
structure:
left:
- home
- intro
- reference
- articles
- demos
- news
right: github
components:
home:
icon: fas fa-home fa-lg
href: index.html
intro:
text: Get started
href: articles/tfautograph.html
reference:
text: Reference
href: reference/index.html
articles:
text: Articles
menu:
- text: Giving hints
href: articles/hints.html
- text: Control Dependencies in Tensorflow Version 1
href: articles/tf-v1.html
demos:
text: Demos
menu:
- text: MNIST Training Loop
href: articles/demo-mnist.html
github:
icon: fab fa-github fa-lg
href: https://github.com/t-kalinowski/tfautograph
reference:
- title: "Autograph"
desc: >
The main workhorse of the package.
contents:
- autograph
- title: "Options"
desc: "Specify additional options when autographing."
contents:
- ag_name
- ag_while_opts
- title: "Hints"
desc: "Provide hints to `autograph()`"
contents:
- ag_if_vars
- ag_loop_vars
- title: "Thin Convenience Wrappers"
desc: "Thin wrappers around direct tensorflow functions with easier ergonomics."
contents:
- starts_with("tf_")
- '`[[<-.tensorflow.python.ops.tensor_array_ops.TensorArray`'
- title: "Interactive helpers"
desc: "Helpful utilities while writing and debugging"
contents:
- view_function_graph