Starting on Python inference

This commit is contained in:
Michael Hansen
2023-02-26 23:03:11 -06:00
parent 0ddfb082be
commit b21d815298
13 changed files with 346 additions and 0 deletions

4
src/python_run/mypy.ini Normal file
View File

@@ -0,0 +1,4 @@
[mypy]
[mypy-onnxruntime.*]
ignore_missing_imports = True