From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/NN/html/arm__nnfunctions_8h.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/NN/html/arm__nnfunctions_8h.html') diff --git a/docs/NN/html/arm__nnfunctions_8h.html b/docs/NN/html/arm__nnfunctions_8h.html index 53ec347..85c269c 100644 --- a/docs/NN/html/arm__nnfunctions_8h.html +++ b/docs/NN/html/arm__nnfunctions_8h.html @@ -32,7 +32,7 @@ Logo
CMSIS-NN -  Version 1.1.0 +  Version 1.2.0
CMSIS NN Software Library
@@ -203,6 +203,9 @@ Functions void arm_softmax_q15 (const q15_t *vec_in, const uint16_t dim_vec, q15_t *p_out)  Q15 softmax function. More...
  +arm_status arm_depthwise_conv_u8_basic_ver1 (const uint8_t *input, const uint16_t input_x, const uint16_t input_y, const uint16_t input_ch, const uint8_t *kernel, const uint16_t kernel_x, const uint16_t kernel_y, const int16_t ch_mult, const int16_t pad_x, const int16_t pad_y, const int16_t stride_x, const int16_t stride_y, const int16_t dilation_x, const int16_t dilation_y, const int32_t *bias, const int32_t input_offset, const int32_t filter_offset, const int32_t output_offset, uint8_t *output, const uint16_t output_x, const uint16_t output_y, const int32_t output_activation_min, const int32_t output_activation_max, const int32_t out_shift, const int32_t out_mult) + uint8 depthwise convolution function with asymmetric quantization for even number of channel multiplier and input channels. Unless specified otherwise, arguments are mandatory. More...

Macro Definition Documentation

@@ -417,7 +420,7 @@ Functions