-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR takes care of #139. For the weird tensor meta data, we should only throw error if quantized. If we start looking at other things like stride, memory_format, etc. the pytest fails. For the TODO where we wanted to throw a KeyError, we already check if parameter.name in node.kwargs in the if statement above, so we won't run into an invalid key. Other issues that were part of this importer completeness task have been addressed and documented. Fixes #139 Fixes #140 Fixes #141 Fixes #142 Fixes #143 Fixes #144
- Loading branch information
Showing
1 changed file
with
32 additions
and
30 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