Searched refs:activation (Results 1 – 25 of 31) sorted by relevance
12
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | train.py | 56 activation="relu", 61 activation="relu"), # (batch, 42, 1, 16) 65 tf.keras.layers.Dense(16, activation="relu"), # (batch, 16) 67 tf.keras.layers.Dense(4, activation="softmax") # (batch, 4) 83 tf.keras.layers.Dense(4, activation="sigmoid") # (batch, 4)
|
/Zephyr-latest/tests/lib/cmsis_nn/src/ |
D | main.c | 76 pool_params.activation.min = AVGPOOLING_2_OUT_ACTIVATION_MIN; in ZTEST() 77 pool_params.activation.max = AVGPOOLING_2_OUT_ACTIVATION_MAX; in ZTEST() 187 conv_params.activation.min = CONV_4_OUT_ACTIVATION_MIN; in ZTEST() 188 conv_params.activation.max = CONV_4_OUT_ACTIVATION_MAX; in ZTEST() 311 dw_conv_params.activation.min = STRIDE2PAD1_OUT_ACTIVATION_MIN; in ZTEST() 312 dw_conv_params.activation.max = STRIDE2PAD1_OUT_ACTIVATION_MAX; in ZTEST() 398 fc_params.activation.min = FULLY_CONNECTED_MVE_0_OUT_ACTIVATION_MIN; in ZTEST() 399 fc_params.activation.max = FULLY_CONNECTED_MVE_0_OUT_ACTIVATION_MAX; in ZTEST() 482 pool_params.activation.min = MAXPOOLING_2_OUT_ACTIVATION_MIN; in ZTEST() 483 pool_params.activation.max = MAXPOOLING_2_OUT_ACTIVATION_MAX; in ZTEST()
|
/Zephyr-latest/modules/cmsis-nn/ |
D | Kconfig | 19 This option enables the NN libraries for the activation layers 20 It can perform activation layers, including ReLU (Rectified
|
/Zephyr-latest/modules/mbedtls/ |
D | Kconfig | 86 bool "mbed TLS debug activation" 88 Enable debugging activation for mbed TLS configuration. If you use 160 bool "mbed TLS memory debug activation"
|
/Zephyr-latest/boards/others/stm32f103_mini/doc/ |
D | index.rst | 91 hardware such as ST-Link). Flashing using the ROM bootloader requires a special activation
|
/Zephyr-latest/boards/vcc-gnd/yd_stm32h750vb/doc/ |
D | index.rst | 47 hardware such as ST-Link). Flashing using the ROM bootloader requires a special activation
|
/Zephyr-latest/doc/hardware/porting/ |
D | shields.rst | 38 activation is application responsibility. 107 Shield activation
|
/Zephyr-latest/boards/others/stm32f401_mini/doc/ |
D | index.rst | 66 hardware). Flashing using the ROM bootloader requires a special activation
|
/Zephyr-latest/boards/weact/blackpill_f401cc/doc/ |
D | index.rst | 78 hardware). Flashing using the ROM bootloader requires a special activation
|
/Zephyr-latest/boards/arduino/portenta_h7/doc/ |
D | index.rst | 60 has access to bus clock activation and deactivation.
|
/Zephyr-latest/boards/arduino/nicla_vision/doc/ |
D | index.rst | 59 has access to bus clock activation and deactivation.
|
/Zephyr-latest/boards/weact/blackpill_f401ce/doc/ |
D | index.rst | 83 hardware). Flashing using the ROM bootloader requires a special activation
|
/Zephyr-latest/boards/weact/blackpill_f411ce/doc/ |
D | index.rst | 83 hardware). Flashing using the ROM bootloader requires a special activation
|
/Zephyr-latest/boards/weact/stm32f405_core/doc/ |
D | index.rst | 80 hardware). Flashing using the ROM bootloader requires a special activation
|
/Zephyr-latest/boards/96boards/wistrio/doc/ |
D | 96b_wistrio.rst | 130 Flashing using the ROM bootloader requires a special activation pattern,
|
/Zephyr-latest/boards/arduino/giga_r1/doc/ |
D | index.rst | 55 has access to bus clock activation and deactivation.
|
/Zephyr-latest/boards/96boards/argonkey/doc/ |
D | index.rst | 162 Flashing using the ROM bootloader requires a special activation pattern,
|
/Zephyr-latest/boards/arduino/opta/doc/ |
D | index.rst | 90 has access to bus clock activation and deactivation.
|
/Zephyr-latest/boards/st/stm32h745i_disco/doc/ |
D | index.rst | 99 has access to bus clock activation and deactivation.
|
/Zephyr-latest/boards/96boards/aerocore2/doc/ |
D | index.rst | 261 hardware). Flashing using the ROM bootloader requires a special activation
|
/Zephyr-latest/boards/st/nucleo_h755zi_q/doc/ |
D | index.rst | 117 has access to bus clock activation and deactivation.
|
/Zephyr-latest/boards/st/nucleo_h745zi_q/doc/ |
D | index.rst | 125 has access to bus clock activation and deactivation.
|
/Zephyr-latest/boards/st/stm32h747i_disco/doc/ |
D | index.rst | 147 has access to bus clock activation and deactivation.
|
/Zephyr-latest/boards/96boards/carbon/doc/ |
D | stm32f401xe.rst | 251 hardware). Flashing using the ROM bootloader requires a special activation
|
/Zephyr-latest/doc/services/shell/ |
D | index.rst | 550 These command needs extra activation: 553 command tree is with alt+r. This command needs extra activation:
|
12