"vscode:/vscode.git/clone" did not exist on "392b8130b9e4e0f7a10058ceca705539cf710318"
cpp.rst 1.62 KB
Newer Older
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
77
78

C++ Reference
=============

shape
-----

.. doxygenenum:: migraphx_shape_datatype_t

.. doxygenstruct:: migraphx::shape

argument
--------

.. doxygenstruct:: migraphx::argument

target
------

.. doxygenstruct:: migraphx::target

program
-------

.. doxygenstruct:: migraphx::program_parameter_shapes

.. doxygenstruct:: migraphx::program_parameters

.. doxygenstruct:: migraphx_compile_options

.. doxygenstruct:: migraphx::program

quantize
--------

.. doxygenstruct:: migraphx::quantize_op_names

.. doxygenfunction:: migraphx::quantize_fp16(const program&)

.. doxygenfunction:: migraphx::quantize_fp16(const program&, const quantize_op_names&)

.. doxygenstruct:: migraphx::quantize_int8_options

.. doxygenfunction:: migraphx::quantize_int8

parse_onnx
----------

.. doxygenstruct:: migraphx::onnx_options

.. doxygenfunction:: migraphx::parse_onnx(const char *)

.. doxygenfunction:: migraphx::parse_onnx(const char *, const migraphx::onnx_options&)

.. doxygenfunction:: migraphx::parse_onnx_buffer(const std::string&)

.. doxygenfunction:: migraphx::parse_onnx_buffer(const std::string&, const migraphx::onnx_options&)

.. doxygenfunction:: migraphx::parse_onnx_buffer(const void *, size_t)

.. doxygenfunction:: migraphx::parse_onnx_buffer(const void *, size_t, const migraphx::onnx_options&)

load
----

.. doxygenstruct:: migraphx_file_options

.. doxygenfunction:: migraphx::load(const char *)

.. doxygenfunction:: migraphx::load(const char *, migraphx_file_options)

save
----

.. doxygenfunction:: migraphx::save(const program&, const char *)

.. doxygenfunction:: migraphx::save(const program&, const char *, migraphx_file_options)