Home
last modified time | relevance | path

Searched refs:value (Results 1 – 4 of 4) sorted by relevance

/cmsis-nn-latest/Documentation/Doxygen/
Dnn.dxy.in27 # TAG = value [value, ...]
29 # TAG += value [value, ...]
50 # The default value is: UTF-8.
58 # The default value is: My Project.
95 # The default value is: NO.
102 # directories at level 8 which is the default and also the maximum value. The
105 # Minimum value: 0, maximum value: 8, default value: 8.
114 # The default value is: NO.
129 # The default value is: English.
136 # The default value is: YES.
[all …]
/cmsis-nn-latest/Include/Internal/
Darm_nn_compiler.h164 __STATIC_FORCEINLINE uint8_t CLZ(uint32_t value) in CLZ() argument
175 if (value == 0U) in CLZ()
179 return __builtin_clz(value); in CLZ()
/cmsis-nn-latest/Documentation/Doxygen/style_template/
Ddarkmode_toggle.js127 static createCookie(name, value, days) { argument
135 document.cookie = name + "=" + value + expires + "; path=/";
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h970 __STATIC_FORCEINLINE void arm_nn_write_s8x4_ia(int8_t **in, int32_t value) in arm_nn_write_s8x4_ia() argument
972 memcpy(*in, &value, 4); in arm_nn_write_s8x4_ia()