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
2bbc6c85
Commit
2bbc6c85
authored
Jul 19, 2018
by
Paul
Browse files
Add some initial reference documentation
parent
f82223c5
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
48 additions
and
2 deletions
+48
-2
doc/requirements.txt
doc/requirements.txt
+2
-1
doc/src/conf.py
doc/src/conf.py
+2
-1
doc/src/index.rst
doc/src/index.rst
+2
-0
doc/src/reference/data.rst
doc/src/reference/data.rst
+30
-0
doc/src/reference/operators.rst
doc/src/reference/operators.rst
+12
-0
No files found.
doc/requirements.txt
View file @
2bbc6c85
sphinx
sphinx
git+https://github.com/arximboldi/breathe@fix-node-parent
breathe==4.9.1
# git+https://github.com/arximboldi/breathe@fix-node-parent
doc/src/conf.py
View file @
2bbc6c85
...
@@ -152,5 +152,6 @@ texinfo_documents = [
...
@@ -152,5 +152,6 @@ texinfo_documents = [
'Miscellaneous'
),
'Miscellaneous'
),
]
]
breathe_default_members
=
(
'members'
,
'undoc-members'
)
cpp_index_common_prefix
=
[
'migraph::'
]
doc/src/index.rst
View file @
2bbc6c85
...
@@ -10,6 +10,8 @@ Welcome to MIGraph's documentation!
...
@@ -10,6 +10,8 @@ Welcome to MIGraph's documentation!
:maxdepth: 2
:maxdepth: 2
:caption: Contents:
:caption: Contents:
reference/data
reference/operators
Indices and tables
Indices and tables
...
...
doc/src/reference/data.rst
0 → 100644
View file @
2bbc6c85
Data types
==========
shape
-----
.. doxygenstruct:: migraph::shape
literal
-------
.. doxygenstruct:: migraph::literal
argument
--------
.. doxygenstruct:: migraph::argument
raw_data
--------
.. doxygenstruct:: migraph::raw_data
.. doxygenfunction:: migraph::visit_all
tensor_view
-----------
.. doxygenstruct:: migraph::tensor_view
doc/src/reference/operators.rst
0 → 100644
View file @
2bbc6c85
Operators
=========
operation
---------
.. doxygenstruct:: migraph::operation
operators
---------
.. doxygenfile:: operators.hpp
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