mindspore2022/mindspore/lite/nnacl
yoni 5b272aa073 tod bug fix 2020-12-10 16:56:07 +02:00
..
assembly add avx fp32 matmul kernel 2020-12-09 19:09:41 +08:00
fp16 add reciprocal op 2020-12-08 14:48:04 +08:00
fp32 !9603 [MSLITE] Fix bug of parser for mindir models. 2020-12-10 11:12:28 +08:00
fp32_grad tod bug fix 2020-12-10 16:56:07 +02:00
int8 add reciprocal op 2020-12-08 14:48:04 +08:00
optimize target link fp16 and optimize to lite 2020-11-13 14:09:32 +08:00
quantization fix code review fp32 int8 2020-11-24 17:33:31 +08:00
x86_64_sse add avx fp32 matmul kernel 2020-12-09 19:09:41 +08:00
CMakeLists.txt add avx fp32 matmul kernel 2020-12-09 19:09:41 +08:00
README.md update README 2020-08-24 11:41:00 +08:00
adder.h add adder and range parser, fix clip and range 2020-11-23 17:00:40 +08:00
arg_min_max.c fix code review 2020-11-27 19:04:27 +08:00
arg_min_max.h fix code review 2020-11-27 19:04:27 +08:00
arg_min_max_parameter.h move nnacl to lite/ 2020-08-22 16:43:15 +08:00
arithmetic_common.c fix code review 2020-11-27 19:04:27 +08:00
arithmetic_common.h fix code review 2020-11-27 19:04:27 +08:00
arithmetic_parameter.h move nnacl to lite/ 2020-08-22 16:43:15 +08:00
arithmetic_self_parameter.h move nnacl to lite/ 2020-08-22 16:43:15 +08:00
batch_to_space.c move nnacl to lite/ 2020-08-22 16:43:15 +08:00
batch_to_space.h move nnacl to lite/ 2020-08-22 16:43:15 +08:00
batchnorm_parameter.h tod add networks and ops 2020-10-13 09:04:57 +03:00
clip.c Add dropout pass, add clip pass, and fix the fusion problem of transpose 2020-10-19 09:28:40 +08:00
clip.h Add dropout pass, add clip pass, and fix the fusion problem of transpose 2020-10-19 09:28:40 +08:00
common_func.c fix static checking of lite ops 2020-10-30 09:55:25 +08:00
common_func.h [MSLITE] mirror pad op 2020-12-08 11:03:12 +08:00
concat_parameter.h fix concat memory leak 2020-10-20 22:29:53 -04:00
conv_parameter.h [MSLITE][Develop]deconv winograd input pack and output bias 2020-10-20 19:38:52 +08:00
crop_parameter.h fix code review 2020-11-19 20:18:44 +08:00
depth_to_space.c fix static checking of lite ops 2020-10-29 00:48:10 +08:00
depth_to_space.h fix static checking of lite ops 2020-10-29 00:48:10 +08:00
depth_to_space_parameter.h fix code review 2020-12-03 09:04:01 +08:00
detection_post_process_parameter.h refactor dpp 2020-10-29 19:28:00 +08:00
errorcode.h fp16 deconv winograd 2020-10-20 10:47:22 +08:00
flatten.c fix code review 2020-11-27 19:04:27 +08:00
flatten.h parameter memory save check and comments 2020-12-01 17:29:46 +08:00
gather_parameter.h parameter memory save check and comments 2020-12-01 17:29:46 +08:00
instance_norm_parameter.h parameter memory save check and comments 2020-12-01 17:29:46 +08:00
l2_norm.c fix code review 2020-11-23 20:01:36 +08:00
l2_norm.h l2norm multi thread and trailing axis 2020-09-11 14:39:14 +08:00
l2_norm_parameter.h parameter memory save check and comments 2020-12-01 17:29:46 +08:00
layer_norm_parameter.h parameter memory save check and comments 2020-12-01 17:29:46 +08:00
lsh_projection_parameter.h parameter memory save check and comments 2020-12-01 17:29:46 +08:00
matmul_parameter.h add avx fp32 matmul kernel 2020-12-09 19:09:41 +08:00
minimal_filtering_generator.c add avx fp32 matmul kernel 2020-12-09 19:09:41 +08:00
minimal_filtering_generator.h add avx fp32 matmul kernel 2020-12-09 19:09:41 +08:00
mul_parameter.h parameter memory save check and comments 2020-12-01 17:29:46 +08:00
nnacl_utils.c move nnacl to lite/ 2020-08-22 16:43:15 +08:00
nnacl_utils.h fix code review issue 2020-11-18 17:20:18 +08:00
non_max_suppression_parameter.h parameter memory save check and comments 2020-12-01 17:29:46 +08:00
op_base.h add avx fp32 matmul kernel 2020-12-09 19:09:41 +08:00
pack.c add avx fp32 matmul kernel 2020-12-09 19:09:41 +08:00
pack.h [MSLITE][Develop] optimize arm cpu fp32 conv depthwise: add indirect buffer 2020-12-03 20:09:22 +08:00
pad_parameter.h [MSLITE] mirror pad op 2020-12-08 11:03:12 +08:00
pooling_parameter.h parameter memory save check and comments 2020-12-01 17:29:46 +08:00
power.c fix static checking of lite ops 2020-10-29 00:48:10 +08:00
power.h move nnacl to lite/ 2020-08-22 16:43:15 +08:00
power_parameter.h parameter memory save check and comments 2020-12-01 17:29:46 +08:00
predict_parameter.h parameter memory save check and comments 2020-12-01 17:29:46 +08:00
prelu_parameter.h parameter memory save check and comments 2020-12-01 17:29:46 +08:00
prior_box.c move nnacl to lite/ 2020-08-22 16:43:15 +08:00
prior_box.h parameter memory save check and comments 2020-12-01 17:29:46 +08:00
reduce_parameter.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
reshape.c fix static checking of lite ops 2020-10-29 00:48:10 +08:00
reshape.h fix static checking of lite ops 2020-10-29 00:48:10 +08:00
reshape_parameter.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
resize_parameter.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
reverse_sequence.c fix static checking of lite ops 2020-10-29 00:48:10 +08:00
reverse_sequence.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
scale.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
scatter_nd.c fix static checking of lite ops 2020-10-29 00:48:10 +08:00
scatter_nd.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
shape.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
sigmoid_parameter.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
slice_parameter.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
softmax_parameter.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
sparse_to_dense_parameter.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
split.c Add the function that split size can be -1 at the end of split ops 2020-09-24 16:14:19 +08:00
split.h move nnacl to lite/ 2020-08-22 16:43:15 +08:00
split_parameter.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
squeeze.c fix code review issue 2020-11-18 17:20:18 +08:00
squeeze.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
squeeze_parameter.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
stack_parameter.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
strided_slice.c strided_slice_with_axes 2020-11-11 16:32:31 +08:00
strided_slice.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
tensorlist_parameter.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
transpose.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
unsqueeze_parameter.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
unstack.c fix static checking of lite ops 2020-10-29 00:48:10 +08:00
unstack.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
upsample_parameter.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
where.c fix static checking of lite ops 2020-10-30 09:55:25 +08:00
where.h fix static checking issues of lite ops 2020-12-03 10:34:41 +08:00
winograd_transform.c fix code review 2020-11-27 19:04:27 +08:00
winograd_transform.h fix code review 2020-11-27 19:04:27 +08:00
winograd_utils.c add avx fp32 matmul kernel 2020-12-09 19:09:41 +08:00
winograd_utils.h fix static checking of lite ops 2020-10-30 09:55:25 +08:00
zeroslike.c fix code review 2020-11-23 20:01:36 +08:00
zeroslike.h fix code review 2020-11-23 20:01:36 +08:00

README.md

NNACL(neural network accelerated computing library) is a high performance library of neural network inference computing kernels for ARM.