Skip to content

NXP backend: switch from raw tflite to from ir.lib.tflite#17548

Merged
JakeStevens merged 1 commit into
pytorch:mainfrom
JakeStevens:export-D93624349
Feb 19, 2026
Merged

NXP backend: switch from raw tflite to from ir.lib.tflite#17548
JakeStevens merged 1 commit into
pytorch:mainfrom
JakeStevens:export-D93624349

Conversation

@JakeStevens
Copy link
Copy Markdown
Contributor

@JakeStevens JakeStevens commented Feb 19, 2026

Summary:
Following convention, do not use from tflite but rather the lib in Executorch backend, eg

from executorch.backends.nxp.backend.ir.lib.tflite.BuiltinOperator import BuiltinOperator

This allows for usage in environments where tflite is not installed.

Reviewed By: SS-JIA

Differential Revision: D93624349

cc @robert-kalmar @digantdesai

Summary:
Following convention, do not use from tflite but rather the lib in Executorch backend, eg

from executorch.backends.nxp.backend.ir.lib.tflite.BuiltinOperator import BuiltinOperator

This allows for usage in environments where tflite is not installed.

Reviewed By: SS-JIA

Differential Revision: D93624349
@pytorch-bot
Copy link
Copy Markdown

pytorch-bot Bot commented Feb 19, 2026

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/17548

Note: Links to docs will display an error until the docs builds have been completed.

❌ 6 New Failures, 1 Unrelated Failure

As of commit 688c120 with merge base 7caf9b2 (image):

NEW FAILURES - The following jobs have failed:

FLAKY - The following job failed but was likely due to flakiness present on trunk:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 19, 2026
@meta-codesync
Copy link
Copy Markdown
Contributor

meta-codesync Bot commented Feb 19, 2026

@JakeStevens has exported this pull request. If you are a Meta employee, you can view the originating Diff in D93624349.

Copy link
Copy Markdown
Contributor

@SS-JIA SS-JIA left a comment

Choose a reason for hiding this comment

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

Review automatically exported from Phabricator review in Meta.

@github-actions
Copy link
Copy Markdown

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

@JakeStevens JakeStevens added the module: nxp Issues related to NXP Neutron NPU delegation and code under backends/nxp/ label Feb 19, 2026
@JakeStevens
Copy link
Copy Markdown
Contributor Author

NXP failure pre existing and un related, see

#17551

Has same.

@JakeStevens JakeStevens merged commit 0c92654 into pytorch:main Feb 19, 2026
157 of 173 checks passed
@JakeStevens JakeStevens deleted the export-D93624349 branch February 19, 2026 09:09
@MartinPavella
Copy link
Copy Markdown
Collaborator

NXP failure pre existing and un related, see

#17551

Has same.

We're looking into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported meta-exported module: nxp Issues related to NXP Neutron NPU delegation and code under backends/nxp/

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants