-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Different inference sessions for different input schema.
Before this PR, one GraphModule is exported to one ONNX model. That model is invoked for all inputs. However, it's possible that different input schemas result different ONNX graphs (e.g., ONNX exporter generates different graphs according the input tensor's rank). This commit maps one GraphModule to several inference session and picks up the usable one according the input schema.
- Loading branch information
Showing
1 changed file
with
131 additions
and
37 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