File: _toc.yml.in

package info (click to toggle)
migraphx 7.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 32,108 kB
  • sloc: cpp: 212,477; python: 26,075; sh: 307; xml: 199; makefile: 61; ansic: 16
file content (41 lines) | stat: -rw-r--r-- 1,127 bytes parent folder | download | duplicates (2)
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
# Anywhere {branch} is used, the branch name will be substituted.
# These comments will also be removed.
root: index
subtrees:

  - caption: Installation
    entries: 
    - file: install/installing_with_package
    - file: install/building_migraphx
    
  - caption: Reference
    entries:
    - file: reference/MIGraphX-user-reference
      subtrees:
        - entries:
          - file: reference/MIGraphX-cpp
          - file: reference/MIGraphX-py
          - file: dev/onnx_operators
    - file: reference/MIGraphX-dev-reference
      subtrees:
        - entries:
          - file: reference/MIGraphX-dev-env-vars
          - file: migraphx-driver
          - file: dev/contributing-to-migraphx
            title: Develop for the MIGraphX code base
          - file: dev/data
          - file: dev/operators
          - file: dev/program
          - file: dev/targets
          - file: dev/quantization
          - file: dev/pass
          - file: dev/matchers
          - file: dev/tools
  
  - caption: Examples
    entries: 
    - file: tutorials/MIGraphX-examples

  - caption: About
    entries:
    - file: license