Skip to content

Commit a794842

Browse files
committed
refactoring
1 parent 32e5d55 commit a794842

20 files changed

+283
-130
lines changed

_doc/api/helpers/config_helper.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
onnx_diagnostic.helpers.config_helper
3+
=====================================
4+
5+
.. automodule:: onnx_diagnostic.helpers.config_helper
6+
:members:
7+
:no-undoc-members:

_doc/api/helpers/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ onnx_diagnostic.helpers
99
args_helper
1010
bench_run
1111
cache_helper
12+
config_helper
1213
helper
1314
memory_peak
1415
onnx_helper
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
onnx_diagnostic.export.automatic_speech_generation
3+
==================================================
4+
5+
.. automodule:: onnx_diagnostic.tasks.automatic_speech_generation
6+
:members:
7+
:no-undoc-members:

_doc/api/tasks/fill_mask.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
onnx_diagnostic.export.fill_mask
3+
================================
4+
5+
.. automodule:: onnx_diagnostic.tasks.fill_mask
6+
:members:
7+
:no-undoc-members:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
onnx_diagnostic.export.image_classification
3+
===========================================
4+
5+
.. automodule:: onnx_diagnostic.tasks.image_classification
6+
:members:
7+
:no-undoc-members:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
onnx_diagnostic.export.image_text_to_text
3+
=========================================
4+
5+
.. automodule:: onnx_diagnostic.tasks.image_text_to_text
6+
:members:
7+
:no-undoc-members:

_doc/api/tasks/index.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
onnx_diagnostic.tasks
2+
=====================
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
:caption: modules
7+
8+
automatic_speech_generation
9+
fill_mask
10+
image_classification
11+
image_text_to_text
12+
text_generation
13+
text2text_generation
14+
zero_short_image_classification
15+
16+
reduce_model_config
17+
+++++++++++++++++++
18+
19+
.. autofunction:: onnx_diagnostic.tasks.reduce_model_config
20+
21+
Other functions
22+
+++++++++++++++
23+
24+
.. automodule:: onnx_diagnostic.tasks
25+
:members:
26+
:no-undoc-members:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
onnx_diagnostic.export.text2text_generation
3+
===========================================
4+
5+
.. automodule:: onnx_diagnostic.tasks.text2text_generation
6+
:members:
7+
:no-undoc-members:

_doc/api/tasks/text_generation.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
onnx_diagnostic.export.text_generation
3+
======================================
4+
5+
.. automodule:: onnx_diagnostic.tasks.text_generation
6+
:members:
7+
:no-undoc-members:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
onnx_diagnostic.export.zero_short_image_classification
3+
======================================================
4+
5+
.. automodule:: onnx_diagnostic.tasks.zero_short_image_classification
6+
:members:
7+
:no-undoc-members:

0 commit comments

Comments
 (0)