You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Request description
To spec stablehlo.convolution.
The text was updated successfully, but these errors were encountered: