Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 6 of 6) sorted by relevance

/cmsis-nn-latest/Source/ActivationFunctions/
Darm_relu_q15.c60 int32_t buf; in arm_relu_q15() local
Darm_relu_q7.c60 int32_t buf; in arm_relu_q7() local
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_fully_connected_s8/
Dtest_arm_fully_connected_s8.c74 int32_t *buf = ctx.buf; in fully_connected_arm_fully_connected_s8() local
149 int32_t *buf = ctx.buf; in fully_connected_w_zp_arm_fully_connected_s8() local
219 int32_t *buf = ctx.buf; in fully_connected_mve_0_arm_fully_connected_s8() local
288 int32_t *buf = ctx.buf; in fully_connected_mve_1_arm_fully_connected_s8() local
368 int32_t *buf = ctx.buf; in fully_connected_null_bias_0_arm_fully_connected_s8() local
437 int32_t *buf = ctx.buf; in fully_connected_out_activation_arm_fully_connected_s8() local
511 int32_t *buf = ctx.buf; in fc_per_ch_arm_fully_connected_s8() local
/cmsis-nn-latest/Tests/UnitTest/Corstone-300/
Dretarget.c135 __attribute__((weak)) int _sys_write(FILEHANDLE fh, const uint8_t *buf, uint32_t len, int mode) in _sys_write()
154 __attribute__((weak)) int _sys_read(FILEHANDLE fh, uint8_t *buf, uint32_t len, int mode) in _sys_read()
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_transpose_conv_s8.c95 int32_t *buf = ctx->buf; in arm_transpose_conv_s8() local
/cmsis-nn-latest/Include/
Darm_nn_types.h70 void *buf; /**< Pointer to a buffer needed for the optimization */ member