Searched refs:b (Results 1 – 5 of 5) sorted by relevance
/cmsis-nn-latest/Examples/ |
D | README.md | 9 …. There is also a [blog post](https://community.arm.com/arm-community-blogs/b/ai-and-ml-blog/posts…
|
/cmsis-nn-latest/Include/ |
D | arm_nnsupportfunctions.h | 51 #define SELECT_USING_MASK(mask, a, b) ((mask) & (a)) ^ (~(mask) & (b)) argument 1274 #define MUL_SAT(a, b) arm_nn_doubling_high_mult((a), (b)) argument 1275 #define MUL_SAT_MVE(a, b) arm_doubling_high_mult_mve_32x4((a), (b)) argument 1276 #define MUL_POW2(a, b) arm_nn_mult_by_power_of_two((a), (b)) argument 1278 #define DIV_POW2(a, b) arm_nn_divide_by_power_of_two((a), (b)) argument 1279 #define DIV_POW2_MVE(a, b) arm_divide_by_power_of_two_mve((a), (b)) argument
|
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/Lib/ |
D | test.py | 344 … weights_in_bytes.extend([b for b in int(np_dtype(weight)).to_bytes(dtype_len, 'little')])
|
/cmsis-nn-latest/Documentation/Doxygen/style_template/ |
D | search.css | 272 .pages b {
|
/cmsis-nn-latest/ |
D | LICENSE | 97 (b) You must cause any modified files to carry prominent notices
|