Home
last modified time | relevance | path

Searched refs:activation (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Dtrain.py56 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/
Dmain.c76 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/
DKconfig19 This option enables the NN libraries for the activation layers
20 It can perform activation layers, including ReLU (Rectified
/Zephyr-latest/modules/mbedtls/
DKconfig86 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/
Dindex.rst91 hardware such as ST-Link). Flashing using the ROM bootloader requires a special activation
/Zephyr-latest/boards/vcc-gnd/yd_stm32h750vb/doc/
Dindex.rst47 hardware such as ST-Link). Flashing using the ROM bootloader requires a special activation
/Zephyr-latest/doc/hardware/porting/
Dshields.rst38 activation is application responsibility.
107 Shield activation
/Zephyr-latest/boards/others/stm32f401_mini/doc/
Dindex.rst66 hardware). Flashing using the ROM bootloader requires a special activation
/Zephyr-latest/boards/weact/blackpill_f401cc/doc/
Dindex.rst78 hardware). Flashing using the ROM bootloader requires a special activation
/Zephyr-latest/boards/arduino/portenta_h7/doc/
Dindex.rst60 has access to bus clock activation and deactivation.
/Zephyr-latest/boards/arduino/nicla_vision/doc/
Dindex.rst59 has access to bus clock activation and deactivation.
/Zephyr-latest/boards/weact/blackpill_f401ce/doc/
Dindex.rst83 hardware). Flashing using the ROM bootloader requires a special activation
/Zephyr-latest/boards/weact/blackpill_f411ce/doc/
Dindex.rst83 hardware). Flashing using the ROM bootloader requires a special activation
/Zephyr-latest/boards/weact/stm32f405_core/doc/
Dindex.rst80 hardware). Flashing using the ROM bootloader requires a special activation
/Zephyr-latest/boards/96boards/wistrio/doc/
D96b_wistrio.rst130 Flashing using the ROM bootloader requires a special activation pattern,
/Zephyr-latest/boards/arduino/giga_r1/doc/
Dindex.rst55 has access to bus clock activation and deactivation.
/Zephyr-latest/boards/96boards/argonkey/doc/
Dindex.rst162 Flashing using the ROM bootloader requires a special activation pattern,
/Zephyr-latest/boards/arduino/opta/doc/
Dindex.rst90 has access to bus clock activation and deactivation.
/Zephyr-latest/boards/st/stm32h745i_disco/doc/
Dindex.rst99 has access to bus clock activation and deactivation.
/Zephyr-latest/boards/96boards/aerocore2/doc/
Dindex.rst261 hardware). Flashing using the ROM bootloader requires a special activation
/Zephyr-latest/boards/st/nucleo_h755zi_q/doc/
Dindex.rst117 has access to bus clock activation and deactivation.
/Zephyr-latest/boards/st/nucleo_h745zi_q/doc/
Dindex.rst125 has access to bus clock activation and deactivation.
/Zephyr-latest/boards/st/stm32h747i_disco/doc/
Dindex.rst147 has access to bus clock activation and deactivation.
/Zephyr-latest/boards/96boards/carbon/doc/
Dstm32f401xe.rst251 hardware). Flashing using the ROM bootloader requires a special activation
/Zephyr-latest/doc/services/shell/
Dindex.rst550 These command needs extra activation:
553 command tree is with alt+r. This command needs extra activation:

12