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

Tensorflow Lite Fail On Release Build but success on Debug Build #49897

Closed
ghost opened this issue May 29, 2021 · 2 comments
Closed

Tensorflow Lite Fail On Release Build but success on Debug Build #49897

ghost opened this issue May 29, 2021 · 2 comments
Assignees
Labels
comp:lite TF Lite related issues subtype:windows Windows Build/Installation Issues type:build/install Build and install issues

Comments

@ghost
Copy link

ghost commented May 29, 2021

Debug Build = success
Release Build = Failed Severity Code Description Project File Line Suppression State
Error C1001 An internal error has occurred in the compiler. tensorflow-lite d:\tensorflow\tflite_build\gemmlowp\internal\output.h 176

Photo of debug build
Screenshot_2

Photo of release build
Screenshot_3

Error on this line 176 file output.h
Screenshot_4

@ghost ghost added the type:build/install Build and install issues label May 29, 2021
@ghost
Copy link
Author

ghost commented May 29, 2021

problem solved https://github.com/tensorflow/tensorflow/issues/47166#issuecomment-829780437

change Maximum Optimization (Favor Speed) (/O2) to Maximum Optimization (Favor Size) (/O1)

@ghost ghost closed this as completed May 29, 2021
@google-ml-butler
Copy link

Are you satisfied with the resolution of your issue?
Yes
No

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:lite TF Lite related issues subtype:windows Windows Build/Installation Issues type:build/install Build and install issues
Projects
None yet
Development

No branches or pull requests

1 participant