Måns Nilsson ced3c17d2c CMSIS-NN: Add softmax s16 support (#1425) 4 лет назад
..
add 97f686e8ff CMSIS-NN: Add elementwise add/mul int16 and unit tests (#1419) 4 лет назад
add_s16 97f686e8ff CMSIS-NN: Add elementwise add/mul int16 and unit tests (#1419) 4 лет назад
avgpooling 67fd467071 CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) 4 лет назад
avgpooling_1 67fd467071 CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) 4 лет назад
avgpooling_2 67fd467071 CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) 4 лет назад
avgpooling_3 67fd467071 CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) 4 лет назад
avgpooling_4 67fd467071 CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) 4 лет назад
avgpooling_5 67fd467071 CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) 4 лет назад
avgpooling_int16 a5696bddc4 CMSIS-NN: add kernel and unittest for int16 pooling (#1408) 4 лет назад
basic 8eb50178d9 CMSIS-NN: Add dilation support for conv (#1377) 4 лет назад
conv_1_x_n_1 8eb50178d9 CMSIS-NN: Add dilation support for conv (#1377) 4 лет назад
conv_1_x_n_2 8eb50178d9 CMSIS-NN: Add dilation support for conv (#1377) 4 лет назад
conv_1_x_n_3 8eb50178d9 CMSIS-NN: Add dilation support for conv (#1377) 4 лет назад
conv_2 8eb50178d9 CMSIS-NN: Add dilation support for conv (#1377) 4 лет назад
conv_2x2_dilation 8eb50178d9 CMSIS-NN: Add dilation support for conv (#1377) 4 лет назад
conv_2x2_dilation_5x5_input 8eb50178d9 CMSIS-NN: Add dilation support for conv (#1377) 4 лет назад
conv_2x3_dilation 8eb50178d9 CMSIS-NN: Add dilation support for conv (#1377) 4 лет назад
conv_3 8eb50178d9 CMSIS-NN: Add dilation support for conv (#1377) 4 лет назад
conv_3x2_dilation 8eb50178d9 CMSIS-NN: Add dilation support for conv (#1377) 4 лет назад
conv_3x3_dilation_5x5_input 8eb50178d9 CMSIS-NN: Add dilation support for conv (#1377) 4 лет назад
conv_4 8eb50178d9 CMSIS-NN: Add dilation support for conv (#1377) 4 лет назад
conv_dilation_golden 8eb50178d9 CMSIS-NN: Add dilation support for conv (#1377) 4 лет назад
conv_out_activation 8eb50178d9 CMSIS-NN: Add dilation support for conv (#1377) 4 лет назад
depthwise_2 3c2855fabe CMSIS-NN: Add dilation support for generic depthwise conv (#1384) 4 лет назад
depthwise_dilation 3c2855fabe CMSIS-NN: Add dilation support for generic depthwise conv (#1384) 4 лет назад
depthwise_eq_in_out_ch 3c2855fabe CMSIS-NN: Add dilation support for generic depthwise conv (#1384) 4 лет назад
depthwise_kernel_3x3 3c2855fabe CMSIS-NN: Add dilation support for generic depthwise conv (#1384) 4 лет назад
depthwise_mult_batches 3c2855fabe CMSIS-NN: Add dilation support for generic depthwise conv (#1384) 4 лет назад
depthwise_null_bias_0 3c2855fabe CMSIS-NN: Add dilation support for generic depthwise conv (#1384) 4 лет назад
depthwise_null_bias_1 3c2855fabe CMSIS-NN: Add dilation support for generic depthwise conv (#1384) 4 лет назад
depthwise_out_activation 3c2855fabe CMSIS-NN: Add dilation support for generic depthwise conv (#1384) 4 лет назад
dw_int16xint8 f95a92ae10 CMSIS-NN: Add int16 support for depthwise_conv (#1406) 4 лет назад
dw_int16xint8_dilation f95a92ae10 CMSIS-NN: Add int16 support for depthwise_conv (#1406) 4 лет назад
dw_int16xint8_mult4 f95a92ae10 CMSIS-NN: Add int16 support for depthwise_conv (#1406) 4 лет назад
fc_int16_slow c8cfa298be CMSIS-NN: Fix bug in int16 variant of fully_connected (#1387) 4 лет назад
fully_connected 3cedac1f51 CMSIS-NN: Update unit test data generate script (#1364) 4 лет назад
fully_connected_int16 3cedac1f51 CMSIS-NN: Update unit test data generate script (#1364) 4 лет назад
fully_connected_int16_big 3cedac1f51 CMSIS-NN: Update unit test data generate script (#1364) 4 лет назад
fully_connected_mve_0 3cedac1f51 CMSIS-NN: Update unit test data generate script (#1364) 4 лет назад
fully_connected_mve_1 3cedac1f51 CMSIS-NN: Update unit test data generate script (#1364) 4 лет назад
fully_connected_null_bias_0 3cedac1f51 CMSIS-NN: Update unit test data generate script (#1364) 4 лет назад
fully_connected_out_activation 3cedac1f51 CMSIS-NN: Update unit test data generate script (#1364) 4 лет назад
int16xint8 8eb50178d9 CMSIS-NN: Add dilation support for conv (#1377) 4 лет назад
int16xint8_dilation_1 d9c595659d CMSIS-NN: Add dilation support for int16 conv (#1399) 4 лет назад
int16xint8_dilation_2 d9c595659d CMSIS-NN: Add dilation support for int16 conv (#1399) 4 лет назад
int16xint8_dilation_3 d9c595659d CMSIS-NN: Add dilation support for int16 conv (#1399) 4 лет назад
kernel1x1 8eb50178d9 CMSIS-NN: Add dilation support for conv (#1377) 4 лет назад
maxpool_int16 a5696bddc4 CMSIS-NN: add kernel and unittest for int16 pooling (#1408) 4 лет назад
maxpool_int16_1 a5696bddc4 CMSIS-NN: add kernel and unittest for int16 pooling (#1408) 4 лет назад
maxpool_int16_2 a5696bddc4 CMSIS-NN: add kernel and unittest for int16 pooling (#1408) 4 лет назад
maxpooling 67fd467071 CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) 4 лет назад
maxpooling_1 67fd467071 CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) 4 лет назад
maxpooling_2 67fd467071 CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) 4 лет назад
maxpooling_3 67fd467071 CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) 4 лет назад
maxpooling_4 67fd467071 CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) 4 лет назад
maxpooling_5 67fd467071 CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) 4 лет назад
maxpooling_6 67fd467071 CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) 4 лет назад
maxpooling_7 67fd467071 CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) 4 лет назад
mul 97f686e8ff CMSIS-NN: Add elementwise add/mul int16 and unit tests (#1419) 4 лет назад
mul_s16 97f686e8ff CMSIS-NN: Add elementwise add/mul int16 and unit tests (#1419) 4 лет назад
requantize_s64 8eb50178d9 CMSIS-NN: Add dilation support for conv (#1377) 4 лет назад
softmax ced3c17d2c CMSIS-NN: Add softmax s16 support (#1425) 4 лет назад
softmax_s16 ced3c17d2c CMSIS-NN: Add softmax s16 support (#1425) 4 лет назад
softmax_s8_s16 ced3c17d2c CMSIS-NN: Add softmax s16 support (#1425) 4 лет назад
stride2pad1 8eb50178d9 CMSIS-NN: Add dilation support for conv (#1377) 4 лет назад
svdf 67fd467071 CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) 4 лет назад
svdf_1 67fd467071 CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) 4 лет назад
svdf_2 67fd467071 CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) 4 лет назад
svdf_3 67fd467071 CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) 4 лет назад