Skip to content

Fix typos in micro_interpreter.h and micro_mutable_op_resolver.h#3621

Open
aulsz wants to merge 2 commits into
tensorflow:mainfrom
aulsz:fix/typos-interpreter-op-resolver
Open

Fix typos in micro_interpreter.h and micro_mutable_op_resolver.h#3621
aulsz wants to merge 2 commits into
tensorflow:mainfrom
aulsz:fix/typos-interpreter-op-resolver

Conversation

@aulsz

@aulsz aulsz commented Jul 3, 2026

Copy link
Copy Markdown

Fix two categories of typos found in TFLM header files.

micro_interpreter.h

  • are being preserves -> are being preserved
  • TODO comment preserve_all_tesnors -> preserve_all_tensors

micro_mutable_op_resolver.h

  • Private member variable num_buitin_ops_ misspells builtin as buitin. Renamed to num_builtin_ops_ across all 6 occurrences. This is a private member and does not affect the public API.

BUG=#3620

@aulsz aulsz requested a review from a team as a code owner July 3, 2026 19:59
@google-cla

google-cla Bot commented Jul 3, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@ddavis-2015 ddavis-2015 added the type:bug Something isn't working as intended. label Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:bug Something isn't working as intended.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants