Searched full:tensorflow (Results 1 – 25 of 58) sorted by relevance
123
44 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/array.cc45 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/core/c/common.cc46 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/debug_log.cc47 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/fake_micro_context.cc48 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/memory_helpers.cc49 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/micro_allocation_info.cc50 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/test_helpers.cc51 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/test_helper_custom_ops.cc52 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/recording_micro_allocator.cc53 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/micro_time.cc[all …]
9 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.
2 description: Hello World TensorFlow sample3 name: hello world tensorflow5 tags: tensorflow16 sample.tensorflow.helloworld:22 tags: tensorflow24 sample.tensorflow.helloworld.cmsis_nn:25 tags: tensorflow
4 Replicate a sine wave using TensorFlow Lite for Microcontrollers.9 This sample TensorFlow application replicates a sine wave and10 demonstrates the absolute basics of using TensorFlow Lite Micro.18 a model and converting it for use with TensorFlow Lite Micro for21 The sample comes in two flavors. One with TensorFlow Lite Micro26 `the TensorFlow Hello World sample for Zephyr`_.28 .. _the TensorFlow Hello World sample for Zephyr:29 https://github.com/tensorflow/tflite-micro/tree/main/tensorflow/lite/micro/examples/hello_world68 …/corstone300/an547 samples/modules/tflite-micro/hello_world/ -T sample.tensorflow.helloworld.cmsis…97 It is recommended that you copy and modify one of the two TensorFlow[all …]
16 3. Deep Learning Framework: **TensorFlow 2**28 …ub/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/hello_world/train/train_hello_…31 …om/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/hello_world/train/train_hello_…40 Download Link | [hello_world.zip](https://storage.googleapis.com/download.tensorflow.org/models/tfl…49 | `model.pb` | Keras SavedModel | TensorFlow | Large-Scale/Cloud/Servers |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 |
5 "Copyright 2020 The TensorFlow Authors. All Rights Reserved.\n",39 …TensorFlow Lite for Microcontrollers](https://tensorflow.org/lite/microcontrollers/overview). It w…45 …ub/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/magic_wand/train/train_magic_w…48 …om/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/magic_wand/train/train_magic_w…72 "Run the following cell to ensure the correct version of TensorFlow is used."82 …"We'll also clone the TensorFlow repository, which contains the training scripts, and copy them in…96 "!git clone --depth 1 -q https://github.com/tensorflow/tensorflow\n",98 "!cp -r tensorflow/tensorflow/lite/micro/examples/magic_wand/train train"124 "!wget http://download.tensorflow.org/models/tflite/magic_wand/data.tar.gz\n",220 …ing cell, we convert this model into a C++ source file we can use with TensorFlow Lite for Microco…
5 The scripts in this directory can be used to train a TensorFlow model that7 TensorFlow 2.0. The resulting model is less than 20KB in size.26 [download.tensorflow.org/models/tflite/magic_wand/data.tar.gz](http://download.tensorflow.org/model…36 …hub/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/magic_wand/train/train_magic_…39 …com/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/magic_wand/train/train_magic_…50 pip install numpy==1.16.2 tensorflow==2.0.0-beta1
2 # Copyright 2019 The TensorFlow Authors. All Rights Reserved.30 import tensorflow as tf155 # Convert the model to the TensorFlow Lite format without quantization162 # Convert the model to the TensorFlow Lite format with quantization
2 description: Magic Wand TensorFlow sample3 name: magic wand tensorflow5 sample.tensorflow.magicwand:8 tags: tensorflow
4 Recognize gestures from an accelerometer using TensorFlow Lite for Microcontrollers and a 20KB10 This sample application shows how to use TensorFlow Lite Micro16 `the TensorFlow Magic Wand sample for Zephyr`_ and17 `the Antmicro tutorial on Renode emulation for TensorFlow`_.19 .. _the TensorFlow Magic Wand sample for Zephyr:20 https://github.com/tensorflow/tflite-micro-arduino-examples/tree/main/examples/magic_wand22 .. _the Antmicro tutorial on Renode emulation for TensorFlow:23 https://github.com/antmicro/litex-vexriscv-tensorflow-lite-demo111 It is recommended that you copy and modify one of the two TensorFlow112 samples when creating your own TensorFlow project. To build with[all …]
2 * Copyright 2019 The TensorFlow Authors. All Rights Reserved.20 #include <tensorflow/lite/c/common.h>21 #include <tensorflow/lite/micro/micro_log.h>
2 * Copyright 2019 The TensorFlow Authors. All Rights Reserved.22 #include <tensorflow/lite/c/c_api_types.h>23 #include <tensorflow/lite/micro/micro_log.h>
2 * Copyright 2019 The TensorFlow Authors. All Rights Reserved.24 #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>
2 * Copyright 2019 The TensorFlow Authors. All Rights Reserved.17 /* This is a standard TensorFlow Lite model file that has been converted into a
2 * Copyright 2019 The TensorFlow Authors. All Rights Reserved.
2 * Copyright 2020 The TensorFlow Authors. All Rights Reserved.20 #include <tensorflow/lite/c/common.h>21 #include <tensorflow/lite/micro/micro_log.h>
2 * Copyright 2020 The TensorFlow Authors. All Rights Reserved.17 /* 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
2 * Copyright 2020 The TensorFlow Authors. All Rights Reserved.19 #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>
2 * Copyright 2020 The TensorFlow Authors. All Rights Reserved.
2 :name: TensorFlow Lite for Microcontrollers5 These samples demonstrate how to use TensorFlow Lite for Microcontrollers in Zephyr.
62 …Execute Command sysbus LoadELF @${CURDIR}/../tensorflow/tensorflow/lite/micro/tools/make…80 …Execute Command sysbus LoadELF @${CURDIR}/../tensorflow/tensorflow/lite/micro/tools/make…
9 #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>