-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes #359 The PR addresses the followings: 1. Spec of ConvolutionOp 2. Clarify the semantics of `precision_config` : The precision_config parameter is a array of enums without any constraint on its size. Need to resolve this. - update: Added constraints on the parameter. With that the verifier is in sync with this spec. Also added #445 for further exploration. 4. Fix #360 (comment) 5. Avoid disabling clang formatting in StablehloOps.cpp. 6. Address #399 Only missing peice: The constraint between output feature size and input batch size. Working on getting a better understanding on this: Done Type inference should be "revisit" as well because of #600.
- Loading branch information
Showing
10 changed files
with
387 additions
and
178 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.