forked from onnx/onnx
-
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 some checks not ideal to onnx-ml (onnx#781)
* Fix some checks not ideal to onnx-ml 1. Need to consider cases where no default ONNX operator set exists 2. Cannot assume that value_info's are all tensors (CoreML's neural network classifiers contain ZipMap, the they may produce Maps) * Address comments and improve some more error messages * Make SSA not abbreviated * Address a comment * a fix
- Loading branch information
1 parent
4890619
commit e3da0f9
Showing
1 changed file
with
28 additions
and
15 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