Unverified Commit 9e1775dd authored by milyiyo's avatar milyiyo Committed by GitHub
Browse files

Fix a little typo (#15002)

parent 774ed4a0
...@@ -377,7 +377,7 @@ def convert( ...@@ -377,7 +377,7 @@ def convert(
def optimize(onnx_model_path: Path) -> Path: def optimize(onnx_model_path: Path) -> Path:
""" """
Load the model at the specified path and let onnxruntime look at transformations on the graph to enable all the Load the model at the specified path and let onnxruntime look at transformations on the graph to enable all the
optimizations possibl optimizations possible
Args: Args:
onnx_model_path: filepath where the model binary description is stored onnx_model_path: filepath where the model binary description is stored
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment