program.rst 559 Bytes
Newer Older
Paul's avatar
Paul committed
1
2
3
4
5
6
Program
=======

instruction
-----------

Paul's avatar
Paul committed
7
.. doxygenstruct:: migraphx::instruction
Paul's avatar
Paul committed
8

Paul's avatar
Paul committed
9
10
11
instruction_ref
---------------

Paul's avatar
Paul committed
12
.. cpp:type:: migraphx::instruction_ref
Paul's avatar
Paul committed
13

Paul's avatar
Paul committed
14
15
    References an instruction in the program.

Paul's avatar
Paul committed
16
17
18
program
-------

Paul's avatar
Paul committed
19
.. doxygenstruct:: migraphx::program
Paul's avatar
Paul committed
20
21
22
23

parse_onnx
----------

Paul's avatar
Paul committed
24
.. doxygenfunction:: migraphx::MIGRAPHX_INLINE_NS::parse_onnx
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39

parse_tf
--------

.. doxygenfunction:: migraphx::MIGRAPHX_INLINE_NS::parse_tf

onnx_options
------------

.. doxygenstruct:: migraphx::onnx_options

tf_options
----------

.. doxygenstruct:: migraphx::tf_options