Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
cd6e312c
Commit
cd6e312c
authored
Dec 16, 2019
by
Paul
Browse files
Fix c++ documentaion
parent
9b9d1418
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
63 additions
and
16 deletions
+63
-16
doc/CMakeLists.txt
doc/CMakeLists.txt
+8
-4
doc/src/cpp_user_guide.rst
doc/src/cpp_user_guide.rst
+1
-0
doc/src/reference/operators.rst
doc/src/reference/operators.rst
+5
-1
doc/src/reference/pass.rst
doc/src/reference/pass.rst
+31
-11
doc/src/reference/program.rst
doc/src/reference/program.rst
+5
-0
doc/src/reference/quantization.rst
doc/src/reference/quantization.rst
+13
-0
No files found.
doc/CMakeLists.txt
View file @
cd6e312c
...
@@ -5,11 +5,15 @@ set(DOXYGEN_OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/doxygen/)
...
@@ -5,11 +5,15 @@ set(DOXYGEN_OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/doxygen/)
add_doxygen_doc
(
add_doxygen_doc
(
OUTPUT_DIRECTORY
${
DOXYGEN_OUTPUT
}
OUTPUT_DIRECTORY
${
DOXYGEN_OUTPUT
}
INPUT
INPUT
${
CMAKE_CURREN
T_SOURCE_DIR
}
/
../
src
${
PROJEC
T_SOURCE_DIR
}
/src
INCLUDE_PATH
INCLUDE_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/../src/include
${
PROJECT_SOURCE_DIR
}
/src/include
${
CMAKE_CURRENT_SOURCE_DIR
}
/../src/targets/cpu/include
${
PROJECT_SOURCE_DIR
}
/src/targets/cpu/include
${
CMAKE_CURRENT_SOURCE_DIR
}
/../src/targets/gpu/include
${
PROJECT_SOURCE_DIR
}
/src/targets/gpu/include
STRIP_FROM_INC_PATH
${
PROJECT_SOURCE_DIR
}
/src/include
${
PROJECT_SOURCE_DIR
}
/src/targets/cpu/include
${
PROJECT_SOURCE_DIR
}
/src/targets/gpu/include
SEARCH_INCLUDES YES
SEARCH_INCLUDES YES
MACRO_EXPANSION YES
MACRO_EXPANSION YES
RECURSIVE YES
RECURSIVE YES
...
...
doc/src/cpp_user_guide.rst
View file @
cd6e312c
...
@@ -10,4 +10,5 @@ C++ User Guide
...
@@ -10,4 +10,5 @@ C++ User Guide
reference/operators
reference/operators
reference/program
reference/program
reference/targets
reference/targets
reference/quantization
reference/pass
reference/pass
doc/src/reference/operators.rst
View file @
cd6e312c
...
@@ -6,7 +6,11 @@ operation
...
@@ -6,7 +6,11 @@ operation
.. doxygenstruct:: migraphx::operation
.. doxygenstruct:: migraphx::operation
.. doxygenfunction:: migraphx::MIGRAPHX_INLINE_NS::is_context_free
.. doxygenfunction:: migraphx::MIGRAPHX_INLINE_NS::has_finalize
operators
operators
---------
---------
.. doxygen
file:: operators.hp
p
.. doxygen
namespace:: migraphx::o
p
doc/src/reference/pass.rst
View file @
cd6e312c
...
@@ -11,15 +11,10 @@ dead_code_elimination
...
@@ -11,15 +11,10 @@ dead_code_elimination
.. doxygenstruct:: migraphx::dead_code_elimination
.. doxygenstruct:: migraphx::dead_code_elimination
common_subexpression
_elimination
eliminate_
common_subexpression
------------------------------
--
------------------------------
.. doxygenstruct:: migraphx::common_subexpression_elimination
.. doxygenstruct:: migraphx::eliminate_common_subexpression
constant_propagate
------------------
.. doxygenstruct:: migraphx::constant_propagate
eliminate_concat
eliminate_concat
----------------
----------------
...
@@ -31,10 +26,35 @@ eliminate_contiguous
...
@@ -31,10 +26,35 @@ eliminate_contiguous
.. doxygenstruct:: migraphx::eliminate_contiguous
.. doxygenstruct:: migraphx::eliminate_contiguous
fwd_conv_batchnorm_rewrite
eliminate_identity
--------------------------
------------------
.. doxygenstruct:: migraphx::eliminate_identity
eliminate_pad
-------------
.. doxygenstruct:: migraphx::eliminate_pad
propagate_constant
------------------
.. doxygenstruct:: migraphx::propagate_constant
rewrite_batchnorm
-----------------
.. doxygenstruct:: migraphx::rewrite_batchnorm
rewrite_rnn
-----------
.. doxygenstruct:: migraphx::rewrite_rnn
schedule
--------
.. doxygenstruct:: migraphx::
fwd_conv_batchnorm_rewrit
e
.. doxygenstruct:: migraphx::
schedul
e
simplify_algebra
simplify_algebra
----------------
----------------
...
...
doc/src/reference/program.rst
View file @
cd6e312c
...
@@ -22,3 +22,8 @@ parse_onnx
...
@@ -22,3 +22,8 @@ parse_onnx
----------
----------
.. doxygenfunction:: migraphx::MIGRAPHX_INLINE_NS::parse_onnx
.. doxygenfunction:: migraphx::MIGRAPHX_INLINE_NS::parse_onnx
parse_tf
--------
.. doxygenfunction:: migraphx::MIGRAPHX_INLINE_NS::parse_tf
doc/src/reference/quantization.rst
0 → 100644
View file @
cd6e312c
Quantization
============
quantize_fp16
-------------
.. doxygenfunction:: migraphx::MIGRAPHX_INLINE_NS::quantize_fp16
quantize_int8
-------------
.. doxygenfunction:: migraphx::MIGRAPHX_INLINE_NS::quantize_int8
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment