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

fix: explicitly give type parameter to help some compilers #2983

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

rkuester
Copy link
Contributor

@rkuester rkuester commented Dec 4, 2024

Explicitly give a type to an instantiation of tflite::Span
rather than let the compiler infer it. The inference breaks on
some internal compilers.

BUG=see description

Explicitly give a type to an instantiation of tflite::Span<T>
rather than let the compiler infer it. The inference breaks on
some internal compilers.

BUG=see description
@rkuester rkuester requested a review from a team as a code owner December 4, 2024 22:22
@rkuester rkuester requested a review from suleshahid December 4, 2024 22:22
@mergify mergify bot merged commit 4c7b7bf into tensorflow:main Dec 4, 2024
84 checks passed
@rkuester rkuester deleted the fix-template-type branch December 5, 2024 00:01
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