11 lines
389 B
Plaintext
11 lines
389 B
Plaintext
|
config BR2_PACKAGE_TENSORFLOW_LITE
|
||
|
bool "tensorflow-lite"
|
||
|
help
|
||
|
TensorFlow Lite is the official solution for running
|
||
|
machine learning models on mobile and embedded devices.
|
||
|
It enables on-device machine learning inference with
|
||
|
low latency and a small binary size on Android, iOS,
|
||
|
and other operating systems.
|
||
|
|
||
|
https://www.tensorflow.org/lite/
|