Home
last modified time | relevance | path

Searched full:lite (Results 1 – 25 of 74) sorted by relevance

123

/Zephyr-latest/modules/tflite-micro/
DCMakeLists.txt44 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/array.cc
45 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/core/c/common.cc
46 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/debug_log.cc
47 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/fake_micro_context.cc
48 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/memory_helpers.cc
49 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/micro_allocation_info.cc
50 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/test_helpers.cc
51 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/test_helper_custom_ops.cc
52 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/recording_micro_allocator.cc
53 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/micro_time.cc
[all …]
DKconfig9 bool "TensorFlow Lite Micro Support"
12 This option enables the TensorFlow Lite Micro library.
17 bool "TensorFlow Lite Micro with optimized CMSIS-NN kernels"
32 This option adds support for CMSIS-NN optimized kernels when using TensorFlow Lite Micro.
/Zephyr-latest/samples/modules/tflite-micro/
Dtflite-micro.rst2 :name: TensorFlow Lite for Microcontrollers
5 These samples demonstrate how to use TensorFlow Lite for Microcontrollers in Zephyr.
/Zephyr-latest/boards/sipeed/longan_nano/
Dlongan_nano_gd32vf103_lite.yaml1 identifier: longan_nano/gd32vf103/lite
2 name: Sipeed Longan Nano Lite
Dboard.yml8 - name: lite
/Zephyr-latest/drivers/serial/
DKconfig.xlnx16 bool "Xilinx UART Lite"
22 This option enables the UART driver for Xilinx UART Lite IP.
/Zephyr-latest/samples/modules/tflite-micro/hello_world/
DREADME.rst4 Replicate a sine wave using TensorFlow Lite for Microcontrollers.
10 demonstrates the absolute basics of using TensorFlow Lite Micro.
18 a model and converting it for use with TensorFlow Lite Micro for
21 The sample comes in two flavors. One with TensorFlow Lite Micro
29 https://github.com/tensorflow/tflite-micro/tree/main/tensorflow/lite/micro/examples/hello_world
108 TensorFlow Lite Micro, in that is sets below Kconfig option. Note also that this
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/
DREADME8 a supported device. The Lite version of Quartus may be obtained without charge
11 http://dl.altera.com/?edition=lite
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Doutput_handler.hpp20 #include <tensorflow/lite/c/common.h>
21 #include <tensorflow/lite/micro/micro_log.h>
Daccelerometer_handler.hpp22 #include <tensorflow/lite/c/c_api_types.h>
23 #include <tensorflow/lite/micro/micro_log.h>
Dmain_functions.cpp24 #include <tensorflow/lite/micro/micro_log.h>
25 #include <tensorflow/lite/micro/micro_interpreter.h>
26 #include <tensorflow/lite/micro/micro_mutable_op_resolver.h>
27 #include <tensorflow/lite/schema/schema_generated.h>
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/
Dmain_functions.cpp19 #include <tensorflow/lite/micro/micro_mutable_op_resolver.h>
23 #include <tensorflow/lite/micro/micro_log.h>
24 #include <tensorflow/lite/micro/micro_interpreter.h>
25 #include <tensorflow/lite/micro/system_setup.h>
26 #include <tensorflow/lite/schema/schema_generated.h>
Doutput_handler.hpp20 #include <tensorflow/lite/c/common.h>
21 #include <tensorflow/lite/micro/micro_log.h>
Dmodel.hpp17 /* Automatically created from a TensorFlow Lite flatbuffer using the command:
20 * This is a standard TensorFlow Lite model file that has been converted into a
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Dtrain_magic_wand_model.ipynb39Lite for Microcontrollers](https://tensorflow.org/lite/microcontrollers/overview). It will produce…
45 …b.research.google.com/github/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/magi…
48 …\" href=\"https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/magi…
98 "!cp -r tensorflow/tensorflow/lite/micro/examples/magic_wand/train train"
220 …, we convert this model into a C++ source file we can use with TensorFlow Lite for Microcontroller…
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
DREADME.md28 …b.research.google.com/github/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/hell…
31 …<a target="_blank" href="https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/micr…
50 | `model.tflite` *(2.5 kB)* | Integer Only Quantized TFLite Model | TensorFlow Lite | Mobile Devic…
51 | `model.cc` | C Source File | TensorFlow Lite for Microcontrollers | Microcontrollers |
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/
Dinference_process.cpp9 #include <tensorflow/lite/micro/micro_mutable_op_resolver.h>
10 #include <tensorflow/lite/micro/cortex_m_generic/debug_log_callback.h>
11 #include <tensorflow/lite/micro/micro_log.h>
12 #include <tensorflow/lite/micro/micro_interpreter.h>
13 #include <tensorflow/lite/micro/micro_profiler.h>
14 #include <tensorflow/lite/schema/schema_generated.h>
/Zephyr-latest/boards/m5stack/m5stack_atom_lite/
Dboard.yml3 full_name: ATOM Lite
Dm5stack_atom_lite_procpu.yaml2 name: M5Stack ATOM Lite
/Zephyr-latest/boards/m5stack/m5stack_atoms3_lite/
Dboard.yml3 full_name: AtomS3 Lite
DKconfig.defconfig1 # M5Stack AtomS3 Lite board configuration
DKconfig.m5stack_atoms3_lite1 # M5Stack AtomS3 Lite board configuration
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/
Dboard.yml3 full_name: Wireless Stick Lite (V3)
/Zephyr-latest/dts/bindings/serial/
Dxlnx,xps-uartlite-1.00.a.yaml1 description: Xilinx UART Lite IP
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/
DREADME.rst4 Recognize gestures from an accelerometer using TensorFlow Lite for Microcontrollers and a 20KB
10 This sample application shows how to use TensorFlow Lite Micro
23 https://github.com/antmicro/litex-vexriscv-tensorflow-lite-demo

123