microsoft/onnxruntime-extensions

Public

mirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
rel-0.7

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

onnxruntime_extensions/tools/pre_post_processing/readme.md

11lines · modecode

1Documentation was generated with pdoc3 (`pip install pdoc3`).
2From the parent directory:
3 `python -m pdoc pdoc pre_post_processing -o ./pre_post_processing/docs --filter pre_post_processing`
4
5This was just a quick way to get some initial docs.
6There are probably better python doc generation tools in the CI that can be used.
7
8It's not ideal in that there are no links between the different md files
9 e.g. the doc for the base Step class mentions the derived classes but doesn't provide links to read their doc.
10
11However it does seem to document each class fairly well.
12