Make NXP batch norm tests runnable in BUCK#17597
Make NXP batch norm tests runnable in BUCK#17597JakeStevens wants to merge 1 commit intopytorch:mainfrom
Conversation
Summary: Make the NXP test_batch_norm_fusion tests compatible with the BUCK build system. The tflite import in executors.py is made optional since tensorflow/tflite_runtime are not available in the BUCK environment. The tests enabled do not rely on the functionality enabled by tflite. Differential Revision: D93880277
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/17597
Note: Links to docs will display an error until the docs builds have been completed. ❌ 6 New Failures, 1 Unrelated FailureAs of commit 0407ea9 with merge base 255e9e0 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@JakeStevens has exported this pull request. If you are a Meta employee, you can view the originating Diff in D93880277. |
This PR needs a
|
Summary: Make the NXP test_batch_norm_fusion tests compatible with the BUCK build system. The tflite import in executors.py is made optional since tensorflow/tflite_runtime are not available in the BUCK environment. The tests enabled do not rely on the functionality enabled by tflite. Differential Revision: D93880277
Summary:
Make the NXP test_batch_norm_fusion tests compatible with the BUCK build
system. The tflite import in executors.py is made optional since
tensorflow/tflite_runtime are not available in the BUCK environment. The tests enabled do not rely on the functionality enabled by tflite.
Differential Revision: D93880277