Skip to content
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

Add pbtxt op converter #305

Closed
wants to merge 2 commits into from
Closed

Conversation

rnett
Copy link
Contributor

@rnett rnett commented Apr 27, 2021

Adds a utility main to convert the exported ops to protobuf text, for diffing (i.e. #303).

I'm very tempted to have the op exporter do this, it will cause op differences to show up in the git diffs (and doesn't increase the Jar size, since it's not included). Thoughts?

rnett added 2 commits April 27, 2021 12:43
Signed-off-by: Ryan Nett <[email protected]>
Signed-off-by: Ryan Nett <[email protected]>
@karllessard
Copy link
Collaborator

Can't the C++ bazel job create both?

@rnett
Copy link
Contributor Author

rnett commented Apr 28, 2021

Yeah, it can. I just had to write this up anyways to check #303. Don't merge this, I'll add it to the exporter.

@rnett rnett marked this pull request as draft April 28, 2021 03:53
@karllessard
Copy link
Collaborator

@rnett , closing this one now that the pbtxt is generated by the C++ generator

@karllessard karllessard closed this May 1, 2021
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.

2 participants