forked from microsoft/onnxruntime
-
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.
Fix handling of nodes that get assigned to kMSInternalNHWCDomain when…
… loading an ORT format model. (microsoft#20379) Fix handling of nodes that get assigned to kMSInternalNHWCDomain when loading an ORT format model. The ORT format model doesn't contain information about kMSInternalNHWCDomain since it is set during layout transformation. Fall back to known domains instead.
- Loading branch information
Showing
4 changed files
with
75 additions
and
36 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
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
Binary file added
BIN
+4.76 MB
onnxruntime/test/testdata/squeezenet/model_opset11.with_runtime_opt.ort
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
onnxruntime/test/testdata/squeezenet/model_opset11.with_runtime_opt.readme.txt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
model_opset11.with_runtime_opt.ort was generated by running the following command: | ||
python -m onnxruntime.tools.convert_onnx_models_to_ort ./model_opset11.onnx --optimization_style Runtime | ||
|