program.rst 653 Bytes
Newer Older
1
2
3
4
5
6
7
Program
=======

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

.. doxygenstruct:: migraphx::internal::instruction
8
9
   :members:
   :undoc-members:
10
11
12
13
14
15
16
17
18
19
20
21

instruction_ref
---------------

.. cpp:type:: migraphx::internal::instruction_ref

    References an instruction in the program.

program
-------

.. doxygenstruct:: migraphx::internal::program
22
23
   :members:
   :undoc-members:
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43

parse_onnx
----------

.. doxygenfunction:: migraphx::internal::parse_onnx

parse_tf
--------

.. doxygenfunction:: migraphx::internal::parse_tf

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

.. doxygenstruct:: migraphx::internal::onnx_options

tf_options
----------

.. doxygenstruct:: migraphx::internal::tf_options