804285ae63
Updates west manifest and module folder name to point to new TensorFlow Lite Micro repo Google recently pulled out of the TensorFlow repo. Signed-off-by: Lauren Murphy <lauren.murphy@intel.com>
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
# Copyright (c) 2021 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ZEPHYR_TFLITE-MICRO_MODULE
|
|
bool
|
|
|
|
config TENSORFLOW_LITE_MICRO
|
|
bool "TensorFlow Lite Micro Support"
|
|
help
|
|
This option enables the TensorFlow Lite Micro library.
|