mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-01 17:57:27 +00:00
Build and test the PyPI wheel in bazel's opt compilation mode. The build formerly used the default fastbuild mode, which leaves C++ optimization off. Inference through a fastbuild wheel runs several times slower than through an optimized one. Opt mode compiles with -O2 and defines NDEBUG, the conventional configuration for released binary wheels. |
||
|---|---|---|
| .. | ||
| tests | ||
| tflite_micro | ||
| BUILD | ||
| numpy_cc_targets.bzl | ||
| py_namespace.bzl | ||
| py_rules.bzl | ||
| python_requirements.in | ||
| python_requirements_3_10.txt | ||
| python_requirements_3_11.txt | ||
| python_requirements_3_12.txt | ||
| python_requirements_3_13.txt | ||
| tensorflow_cc_targets.bzl | ||