Searched refs:batch (Results 1 – 22 of 22) sorted by relevance
/Zephyr-latest/samples/sensor/stream_fifo/boards/ |
D | sensortile_box_pro.overlay | 29 accel-fifo-batch-rate = <LSM6DSV16X_DT_XL_BATCHED_AT_15Hz>; 30 gyro-fifo-batch-rate = <LSM6DSV16X_DT_GY_BATCHED_AT_15Hz>; 31 temp-fifo-batch-rate = <LSM6DSV16X_DT_TEMP_BATCHED_AT_15Hz>;
|
D | nucleo_f401re.overlay | 31 accel-fifo-batch-rate = <LSM6DSV16X_DT_XL_BATCHED_AT_60Hz>; 32 gyro-fifo-batch-rate = <LSM6DSV16X_DT_GY_BATCHED_AT_60Hz>; 33 temp-fifo-batch-rate = <LSM6DSV16X_DT_TEMP_BATCHED_AT_15Hz>;
|
D | nucleo_h503rb.overlay | 31 accel-fifo-batch-rate = <LSM6DSV16X_DT_XL_BATCHED_AT_15Hz>; 32 gyro-fifo-batch-rate = <LSM6DSV16X_DT_GY_BATCHED_AT_15Hz>; 33 temp-fifo-batch-rate = <LSM6DSV16X_DT_TEMP_BATCHED_AT_15Hz>;
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | fuel_gauge.rst | 24 in a batch using :c:func:`fuel_gauge_get_props`. 27 batch using :c:func:`fuel_gauge_set_props`.
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | train.py | 137 train_data = train_data.batch(batch_size).repeat() 138 valid_data = valid_data.batch(batch_size) 139 test_data = test_data.batch(batch_size)
|
/Zephyr-latest/cmake/emu/ |
D | simics.cmake | 32 --batch-mode
|
/Zephyr-latest/scripts/kconfig/ |
D | lint.py | 179 for batch in split_list(syms, 200): 183 "|".join(sym.name for sym in batch) + r")\b"
|
/Zephyr-latest/doc/develop/toolchains/ |
D | arm_compiler.rst | 27 .. code-block:: batch
|
D | iar_arm_toolchain.rst | 37 .. code-block:: batch
|
/Zephyr-latest/samples/subsys/rtio/sensor_batch_processing/ |
D | README.rst | 2 :name: Sensor batch processing
|
/Zephyr-latest/boards/nxp/s32z2xxdc2/doc/ |
D | index.rst | 277 ``debug`` command with GDB in batch mode: 281 west debug --tool-opt='--batch'
|
/Zephyr-latest/doc/develop/test/ |
D | bsim.rst | 49 these tests in batch. 117 the tests in batch.
|
/Zephyr-latest/doc/develop/west/ |
D | troubleshooting.rst | 44 "'west' is not recognized as an internal or external command, operable program or batch file.'
|
/Zephyr-latest/include/zephyr/arch/riscv/common/ |
D | linker.ld | 234 * translation on it in a batch. It therefore validates
|
/Zephyr-latest/soc/ite/ec/it8xxx2/ |
D | linker.ld | 297 * transation on it in a batch. It therefore validates
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 205 RTIO is useful in cases where concurrent or batch like I/O flows are useful.
|
/Zephyr-latest/doc/develop/flash_debug/ |
D | host-tools.rst | 472 west debug --tool-opt='--batch'
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 231 This is desirable when running in a debugger or testing in batch, but not if
|
/Zephyr-latest/doc/contribute/documentation/ |
D | guidelines.rst | 547 * ``bat`` for Windows batch files
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 1114 # commands (so in case of a Windows batch file always use @echo OFF), should be 2136 # Possible values are: NO same as ERROR_STOP, YES same as BATCH, BATCH In batch 2141 # but there is no possibility of user interaction just like in batch mode,
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 420 …batch, several pieces of data are passed into the network, producing output values. These outputs'…
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.7.rst | 1418 …` - 'cmd.exe' is not recognized as an internal or external command, operable program or batch file.
|