tflite-micro/tensorflow/lite/micro/python
Ryan Kuester e84914d881
refactor(python): rename extension module to _runtime (#2040)
Rename extension module `interpreter_wrapper_pybind` to `_runtime`. It is
conventional for an extension module to use the same name as its corresponding
pure-Python wrapper module, but with a leading underscore.

BUG=part of #1484
2023-06-13 16:42:17 +00:00
..
interpreter refactor(python): rename extension module to _runtime (#2040) 2023-06-13 16:42:17 +00:00
tflite_size
BUILD python: fix problems with extension module build 2022-10-03 22:22:08 +00:00