-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Nano] add __call__ method for OpenVINOModel (#5540)
* [Nano] support __call__ method for OpenVINOModel * remove unnecessary kwargs in __call__ method of OpenVINOModel * specify which __call__ method to call in KerasOpenVINOModel * remove whitespace * make KerasOpenVINOModel and PytorchOpenVINOModel not inherit from OpenVINOModel * fix docstring of OpenVINOModel._save_model * remove extra import * fix _save_model * change_save_model * simplify _model_exists_or_error
- Loading branch information
Showing
4 changed files
with
55 additions
and
23 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
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