Skip to content

Commit f9fb41b

Browse files
authored
improves unit tests (#418)
* improves unit tests * fix documentation * disable still not fixed examples * disable one more test
1 parent a7a9881 commit f9fb41b

28 files changed

Lines changed: 84 additions & 358 deletions

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ onnx-diagnostic: investigate onnx models
88
.. image:: https://github.com/sdpython/onnx-diagnostic/actions/workflows/documentation.yml/badge.svg
99
:target: https://github.com/sdpython/onnx-diagnostic/actions/workflows/documentation.yml
1010

11-
.. image:: https://badge.fury.io/py/onnx-diagnostic.svg
12-
:target: http://badge.fury.io/py/onnx-diagnostic
11+
.. image:: https://img.shields.io/pypi/v/onnx-diagnostic.svg
12+
:target: https://pypi.org/project/onnx-diagnostic
1313

1414
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
1515
:alt: MIT License
@@ -19,6 +19,9 @@ onnx-diagnostic: investigate onnx models
1919
:target: https://github.com/sdpython/onnx-diagnostic/
2020
:alt: size
2121

22+
.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
23+
:target: https://github.com/astral-sh/ruff
24+
2225
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
2326
:target: https://github.com/psf/black
2427

_doc/api/reference/ops/index.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,24 @@
22
onnx_diagnostic.reference.ops
33
=============================
44

5-
6-
75
.. toctree::
86
:maxdepth: 1
97
:caption: modules
108

11-
12-
op_add_add_mul_mul
13-
op_average_pool_grad
149
op_cast_like
1510
op_complex
1611
op_concat
1712
op_constant_of_shape
1813
op_fused_matmul
19-
op_gather_grad
2014
op_memcpy_host
21-
op_mul_sigmoid
22-
op_negxplus1
2315
op_quick_gelu
24-
op_replace_zero
2516
op_rotary
2617
op_qlinear_average_pool
2718
op_qlinear_conv
2819
op_scatter_elements
29-
op_scatternd_of_shape
3020
op_simplified_layer_normalization
3121
op_skip_layer_normalization
3222
op_slice
33-
op_transpose_cast
34-
op_tri_matrix
35-
3623

3724
.. automodule:: onnx_diagnostic.reference.ops
3825
:members:

_doc/api/reference/ops/op_add_add_mul_mul.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

_doc/api/reference/ops/op_average_pool_grad.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

_doc/api/reference/ops/op_gather_grad.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

_doc/api/reference/ops/op_mul_sigmoid.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

_doc/api/reference/ops/op_negxplus1.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

_doc/api/reference/ops/op_replace_zero.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

_doc/api/reference/ops/op_scatternd_of_shape.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

_doc/api/reference/ops/op_transpose_cast.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)