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

Fork ConvertTFExecutorToTFLOrFlatbuffer to re-enable argname truncation #649

Merged
merged 1 commit into from
May 21, 2021

Conversation

lgeiger
Copy link
Member

@lgeiger lgeiger commented May 21, 2021

What do these changes do?

This PR forks ConvertTFExecutorToTFLOrFlatbuffer to allow us to re-enable arg name truncation.

How Has This Been Tested?

CI

Related issue number

Fixes #628 (comment)

@lgeiger lgeiger added the internal-improvement Internal Improvements and Maintenance label May 21, 2021
@lgeiger lgeiger requested a review from AdamHillier May 21, 2021 11:23
/*select_user_tf_ops=*/{}, quant_specs, /*saved_model_tags=*/{}, &result,
&pm);
auto status = ConvertTFExecutorToFlatbuffer(
module->get(), /*export_to_mlir=*/false, &result, &pm);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I kept the export_to_mlir option since it might come in handy for debugging later on.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's amazing, I'm always searching for that option when I want to write new Filecheck tests.

@lgeiger lgeiger requested a review from Tombana May 21, 2021 11:25
@lgeiger lgeiger force-pushed the fork-tf_tfl_flatbuffer branch from 1020eb9 to 816432b Compare May 21, 2021 11:37
@lgeiger lgeiger enabled auto-merge (squash) May 21, 2021 11:49
@AdamHillier AdamHillier disabled auto-merge May 21, 2021 11:51
@AdamHillier AdamHillier enabled auto-merge (squash) May 21, 2021 11:51
@AdamHillier AdamHillier merged commit 893b984 into main May 21, 2021
@AdamHillier AdamHillier deleted the fork-tf_tfl_flatbuffer branch May 21, 2021 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal-improvement Internal Improvements and Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants