tflite-micro/python
Ryan Kuester f8c117b558
perf(pypi): build the wheel in opt mode (#3657)
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.
2026-08-13 22:23:16 +00:00
..
tests Bazel Module (#3364) 2026-02-11 14:11:47 -08:00
tflite_micro perf(pypi): build the wheel in opt mode (#3657) 2026-08-13 22:23:16 +00:00
BUILD Bazel Module (#3364) 2026-02-11 14:11:47 -08:00
numpy_cc_targets.bzl Bazel Module (#3364) 2026-02-11 14:11:47 -08:00
py_namespace.bzl
py_rules.bzl Format (#3577) 2026-05-27 06:39:06 -07:00
python_requirements.in No tensorflow 2 (#3548) 2026-05-06 21:17:46 +00:00
python_requirements_3_10.txt No tensorflow 2 (#3548) 2026-05-06 21:17:46 +00:00
python_requirements_3_11.txt No tensorflow 2 (#3548) 2026-05-06 21:17:46 +00:00
python_requirements_3_12.txt No tensorflow 2 (#3548) 2026-05-06 21:17:46 +00:00
python_requirements_3_13.txt No tensorflow 2 (#3548) 2026-05-06 21:17:46 +00:00
tensorflow_cc_targets.bzl Bazel Module (#3364) 2026-02-11 14:11:47 -08:00