Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 37) sorted by relevance

12

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/magic_wand/train/
Dtrain_magic_wand_model.ipynb9 "source": [
19 "source": [
29 …c=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eView source on GitHub\u003c/a\…
40 "source": [
50 "source": [
62 "source": [
75 "source": [
88 "source": [
103 "source": [
116 "source": [
[all …]
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/micro_speech/train/
Dtrain_micro_speech_model.ipynb24 "source": [
34 "source": [
44 …<img src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />View source on GitHub</a>\n",
55 "source": [
70 "source": [
104 "source": [
115 "source": [
164 "source": [
177 "source": [
190 "source": [
[all …]
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/experimental/microfrontend/lib/
Dfrontend_io.c25 int WriteFrontendStateMemmap(const char* header, const char* source, in WriteFrontendStateMemmap() argument
44 fp = fopen(source, "w"); in WriteFrontendStateMemmap()
46 fprintf(stderr, "Failed to open source '%s' for write\n", source); in WriteFrontendStateMemmap()
Dfrontend_io.h24 int WriteFrontendStateMemmap(const char* header, const char* source,
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/templates/
DREADME_MAKE.md.tpl3 This folder has been autogenerated by TensorFlow, and contains source, header,
22 for details on how projects like this can be generated from the main source
DREADME_KEIL.md.tpl3 This folder has been autogenerated by TensorFlow, and contains source, header,
DREADME_MBED.md.tpl3 This folder has been autogenerated by TensorFlow, and contains source, header,
41 for details on how projects like this can be generated from the main source
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/ext_libs/
Dstm32_bare_lib.patch18 diff --git a/source/strings.c b/source/strings.c
20 --- a/source/strings.c
21 +++ b/source/strings.c
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/targets/
Dspresense_makefile.inc11 # parameters for source code.
13 # source repository.
14 # SPRESENSE_APP_TFMAKE : This is the file path to makefile.inc for additional source code
Dbluepill_makefile.inc54 $(wildcard $(MAKEFILE_DIR)/downloads/stm32_bare_lib/source/*.c) \
55 $(wildcard $(MAKEFILE_DIR)/downloads/stm32_bare_lib/source/*.cc)
57 $(MAKEFILE_DIR)/downloads/stm32_bare_lib/source/debug_log.c
Dstm32f4_makefile.inc74 $(wildcard $(MAKEFILE_DIR)/downloads/stm32_bare_lib/source/*.c) \
75 $(wildcard $(MAKEFILE_DIR)/downloads/stm32_bare_lib/source/*.cc)
77 $(MAKEFILE_DIR)/downloads/stm32_bare_lib/source/debug_log.c
Dxcore_makefile.inc5 # $ pushd tensorflow/lite/micro/tools/make/downloads/xtimecomposer/xTIMEcomposer/15.0.0/ && source
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/vexriscv/utils/
Dlog_parser.py226 source="gdb", argument
247 if source == "gdb":
249 elif source == "renode":
336 parse_log(args.input, args.output, args.regex, args.source, args.ignore,
DREADME.md82 # image, for detail usage of the script, please refer to the source code
84 python log_parser.py [INPUT] --regex=gdb_regex.json --visualize --top=7 --source=gdb
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/experimental/microfrontend/
DREADME.md4 The source of truth for the experimental microfrontend in TfLite is at:
/tflite-micro-3.4.0-2.7.6/
DAUTHORS6 # source control.
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/xcore/
DREADME.md4 …w/lite/micro/tools/make/downloads/xtimecomposer/xTIMEcomposer/15.0.0/ && source SetEnv && popd &&…
23 && source SetEnv && popd $ make -f tensorflow/lite/micro/tools/make/Makefile
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/micro_speech/
Dtrain_speech_model.ipynb1 …l_type":"markdown","metadata":{"id":"86C-FMxpdZxv","colab_type":"text"},"source":["This Colab note…
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/hello_world/
Dcreate_sine_model.ipynb1 …l_type":"markdown","metadata":{"id":"86C-FMxpdZxv","colab_type":"text"},"source":["This Colab note…
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/targets/arc/
Darc_common.inc23 # and source file in user environment. Destination and source are separated by '!' symbol
64 # 2 - Path to files in the source repo (source).
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/templates/esp/
DREADME_ESP.md.tpl3 This folder has been autogenerated by TensorFlow, and contains source, header,
51 for details on how projects like this can be generated from the main source
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/
Dhelper_functions.inc22 # All lists of source files are put through this substitution process with the
40 $(foreach source,$(1),$(call substitute_specialized_implementation,$(source),$(2)))
52 # executable, including all of the source and header files required in a
58 # 4 - List of C/C++ source files needed to build the target.
119 # including all of the source and header files required in a
125 # 4 - List of C/C++ source files needed to build the target.
228 # executable, including all of the source and header files required in a
233 # 3 - List of C/C++ source files needed to build the target.
368 # executable, including all of the source and header files required in a
373 # 3 - List of C/C++ source files needed to build the TF Micro component.
[all …]
/tflite-micro-3.4.0-2.7.6/third_party/flatbuffers/
Dbuild_defs.bzl35 filegroup(name): all generated source files.
44 single source targets. Usually is a directory name.
57 # '$(@D)' when given a single source target will give the appropriate
423 srcs: List of source .fbs files. (required)
474 srcs: List of source .fbs files including all includes. (required)
502 javacopts = ["-source 7 -target 7"],
517 """Generate flatbuffer Java source files.
521 srcs: List of source .fbs files including all includes. (required)
600 srcs: List of source .fbs files including all includes. (required)
633 javacopts = ["-source 7 -target 7"],
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/templates/arc/
DREADME_ARC_EMSDP.md.tpl3 This folder has been autogenerated by TensorFlow, and contains source, header, and project files ne…
9 for details on how projects like this can be generated from the main source tree.
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/vexriscv/
DREADME.md15 * [Renode](https://github.com/renode/renode): Open source simulation framework

12