Searched full:optimized (Results 1 – 25 of 134) sorted by relevance
123456
/Zephyr-latest/modules/tflite-micro/ |
D | Kconfig | 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/doc/services/dsp/ |
D | index.rst | 12 optimized. The status of the various architectures can be found below: 17 ARC Optimized 18 ARM Optimized 19 ARM64 Optimized
|
/Zephyr-latest/subsys/console/ |
D | Kconfig | 33 Buffer size for console_getchar(). The default is optimized 42 Buffer size for console_putchar(). The default is optimized
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_frontend.h | 37 * Optimized version for log message which does not have arguments (only string). 51 * Optimized version for log message which has one argument that fits in a 32 bit word. 66 * Optimized version for log message which has two arguments that fit in a 32 bit word.
|
/Zephyr-latest/samples/net/zperf/ |
D | overlay-loopback.conf | 8 # Optimized networking settings for performance
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.mode | 58 bool "Frontend optimized API" 60 When enabled, frontend implements functions which are optimized versions
|
/Zephyr-latest/doc/services/debugging/ |
D | mipi_stp_decoder.rst | 36 Implementation supports optimized version with unaligned memory access and generic one. 37 Optimized version is used for ARM Cortex-M (expect for M0).
|
/Zephyr-latest/samples/net/zperf/boards/ |
D | nrf7002dk_nrf5340_cpuapp.conf | 1 # Optimized networking settings for performance
|
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/ |
D | README.rst | 4 Run an inference using an optimized TFLite model on Arm Ethos-U NPU. 14 been optimized using the
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | overlay-full_network_stack.conf | 7 # Optimized networking settings for performance
|
/Zephyr-latest/subsys/secure_storage/include/internal/zephyr/secure_storage/ |
D | common.h | 10 /* A size-optimized version of `psa_storage_create_flags_t`. Used for storing the `create_flags`. */
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/ |
D | .gitignore | 1 # Byte-compiled / optimized / DLL files
|
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/ |
D | overlay-bt.conf | 22 # MCUmgr buffer size is optimized to fit one SMP packet divided into five Bluetooth Write Commands,
|
/Zephyr-latest/drivers/adc/ |
D | Kconfig.tla202x | 13 TLA202x Cost-Optimized, Ultra-Small, 12-Bit, System-Monitoring ADCs
|
/Zephyr-latest/dts/bindings/mipi-dbi/ |
D | zephyr,mipi-dbi-spi.yaml | 51 optimized out for size.
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/ |
D | README.rst | 22 reference kernels and one with CMSIS-NN optimized kernels. 107 Note that the CMSIS-NN kernel sample demonstrates how to use CMSIS-NN optimized kernels with
|
/Zephyr-latest/lib/libc/minimal/ |
D | Kconfig | 24 bool "Use size optimized string functions"
|
/Zephyr-latest/subsys/logging/frontends/stmesp/ |
D | zephyr_custom_log.h | 31 /** @brief Optimized macro for log message with no arguments. 57 /** @brief Optimized macro for log message with 1 numeric argument.
|
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
D | ztress.h | 247 /** @brief Get optimized timeout base of a given context in the last test. 249 * Optimized value can be used to update initial value. It will improve the test 254 * @return Optimized timeout base.
|
/Zephyr-latest/doc/develop/languages/c/ |
D | newlib.rst | 32 standard C library features. It is optimized for performance (prefers 45 size-optimized version of the Newlib, and supports all features that the full
|
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/ |
D | response_big.html.bin | 27 …uild a best-in-breed small, scalable, real-time operating system (RTOS) optimized for resource con…
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/ |
D | response_big.html.bin | 27 …uild a best-in-breed small, scalable, real-time operating system (RTOS) optimized for resource con…
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig | 42 optimized-out by compiler in case where there is no such device in 62 such devices, and could be optimized-out by compiler in
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | mpsc_pbuf.rst | 27 * Dedicated, optimized API for storing short packets. 123 Performance optimized storing of small packets:
|
/Zephyr-latest/arch/arm64/core/ |
D | early_mem_funcs.S | 13 * These simple memset and memcpy alternatives are necessary as the optimized
|
123456