这是indexloc提供的服务,不要输入任何密码
Skip to content

Add canonicalization for mhlo.dynamic_conv to mhlo.convolution #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

rsuderman
Copy link
Contributor

The case where the padding value is constant for mhlo.convolution can be lowered to mhlo.convolution directly by copying the pad values in.

The case where the padding value is constant for mhlo.convolution
can be lowered to mhlo.convolution directly by copying the pad
values in.
@sdasgup3 sdasgup3 self-assigned this Dec 8, 2022
@sdasgup3 sdasgup3 requested review from sdasgup3 and burmako December 8, 2022 17:54
@sdasgup3 sdasgup3 assigned rsuderman and unassigned sdasgup3 Dec 8, 2022
@burmako
Copy link
Contributor

burmako commented Dec 10, 2022

Hi Rob! Thank you for your contribution and LGTM. We're not yet at a stage where contributions to MHLO can be conveniently done through GitHub (e.g. this repository is read-only), so may I ask you to send this patch as a CL through Critique or as a PR through tensorflow/tensorflow?

copybara-service bot pushed a commit that referenced this pull request Dec 14, 2022
--
b20a310 by Rob Suderman <suderman@google.com>:

Add canonicalization for mhlo.dynamic_conv to mhlo.convolution

The case where the padding value is constant for mhlo.convolution
can be lowered to mhlo.convolution directly by copying the pad
values in.

COPYBARA_INTEGRATE_REVIEW=#54 from rsuderman:DyanmicConvCanonicalization b20a310
PiperOrigin-RevId: 495179170
@rsuderman rsuderman closed this Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants