-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7beb8a
commit de00db1
Showing
2 changed files
with
27 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
from .engine import Backend, ONNXEngine | ||
from .engine_io_binding import ONNXEngineIOBinding | ||
from .metadata import get_onnx_metadata, write_metadata_into_onnx | ||
from .tools import (get_onnx_input_infos, get_onnx_output_infos, | ||
make_onnx_dynamic_axes) | ||
from .metadata import ( | ||
get_onnx_metadata, | ||
parse_metadata_from_onnx, | ||
write_metadata_into_onnx, | ||
) | ||
from .tools import get_onnx_input_infos, get_onnx_output_infos, make_onnx_dynamic_axes | ||
|
||
# 暫時無法使用 | ||
# from .quantize import quantize, quantize_static |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters