You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
i-robot 2a2c2c661b !22317 [MS][LITE][Develop] benchmark new api support string tensor and fix vs build 4 years ago
..
assembly !21295 vecmatmul fp16 assembly 4 years ago
base [MSLITE][DEVELOP] sync some fixed bugs 4 years ago
fp16 !22122 [MS][LITE][CPU] code check 4 years ago
fp16_grad Fix coverity issues 4 years ago
fp32 !22122 [MS][LITE][CPU] code check 4 years ago
fp32_grad Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset" 4 years ago
infer !22317 [MS][LITE][Develop] benchmark new api support string tensor and fix vs build 4 years ago
int8 Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset" 4 years ago
intrinsics optimize script 4 years ago
optimize add fp16 cropping 4 years ago
CMakeLists.txt add fp16 cropping 4 years ago
OWNERS update OWNERS of mindspore lite 4 years ago
README.md [CPU] Change the location of nnacl directory 5 years ago
adder.h [CPU] Change the location of nnacl directory 5 years ago
affine_parameter.h add tensorarray and affine 4 years ago
arg_min_max_parameter.h [MSLITE][NNIE] support nnie. 4 years ago
arithmetic.h [CPU] Change the location of nnacl directory 5 years ago
arithmetic_self_parameter.h [CPU] Change the location of nnacl directory 5 years ago
assembly_global.h call nnacl implement for matmul and batchmatmul on ARM 4 years ago
attention_parameter.h add relative-position-attention in mindspore lite & nnacl 4 years ago
batch_to_space.h [CPU] Change the location of nnacl directory 5 years ago
batchnorm_parameter.h [CPU] Change the location of nnacl directory 5 years ago
broadcast_to_parameter.h convert the implementation of BroadCastTo, ReluGrad, ReLU6Grad CPU operators to nnacl 4 years ago
common_func.c [feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset 4 years ago
common_func.h [feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset 4 years ago
concat_parameter.h [CPU] Change the location of nnacl directory 5 years ago
constant_of_shape_parameter.h [CPU] Change the location of nnacl directory 5 years ago
conv_parameter.h Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset" 4 years ago
crop_parameter.h [CPU] Change the location of nnacl directory 5 years ago
cumsum_parameter.h add op softplus cumsum 4 years ago
depth_to_space_parameter.h [CPU] Change the location of nnacl directory 5 years ago
detection_post_process_parameter.h [CPU] Change the location of nnacl directory 5 years ago
errorcode.h support input NCHW format 4 years ago
exp_parameter.h add exp fp16 kernel 4 years ago
fill_parameter.h [CPU] Change the location of nnacl directory 5 years ago
gather_parameter.h [CPU] Change the location of nnacl directory 5 years ago
gelu_parameter.h [CPU] Change the location of nnacl directory 5 years ago
glu_parameter.h [MS][LITE] add glu op 4 years ago
gru_parameter.h [CPU] Change the location of nnacl directory 5 years ago
instance_norm_parameter.h [CPU] Change the location of nnacl directory 5 years ago
l2_norm_parameter.h [CPU] Change the location of nnacl directory 5 years ago
layer_norm_parameter.h [MSLITE][DEVELOP] fix some code specification bugs 4 years ago
lsh_projection_parameter.h [CPU] Change the location of nnacl directory 5 years ago
lstm_parameter.h [CPU] Change the location of nnacl directory 5 years ago
matmul_parameter.h Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset" 4 years ago
mul_parameter.h [MSLITE][Develop] clean codex in lite op runtime module 4 years ago
nnacl_common.c resource leak fix 4 years ago
nnacl_common.h clean magic number and unsuitable input argument 4 years ago
nnacl_utils.c [CPU] Change the location of nnacl directory 5 years ago
nnacl_utils.h [CPU] Change the location of nnacl directory 5 years ago
non_max_suppression_parameter.h [CPU] Change the location of nnacl directory 5 years ago
one_hot_parameter.h add one-hot fp16 4 years ago
op_base.h !22375 [MSLITE] cast review 4 years ago
pack.h [CPU] Change the location of nnacl directory 5 years ago
pad_parameter.h [feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset 4 years ago
partial_fusion_parameter.h 1.add partial and call kernel for scheduler. 4 years ago
pooling_parameter.h [CPU] Change the location of nnacl directory 5 years ago
power_parameter.h [CPU] Change the location of nnacl directory 5 years ago
predict_parameter.h [CPU] Change the location of nnacl directory 5 years ago
prelu_parameter.h [CPU] Change the location of nnacl directory 5 years ago
prior_box_parameter.h [CPU] Change the location of nnacl directory 5 years ago
ragged_range_parameter.h add lite ragged_range kernel 4 years ago
random_parameter.h [CPU] Change the location of nnacl directory 5 years ago
reduce_parameter.h [CPU] Change the location of nnacl directory 5 years ago
reshape_parameter.h [CPU] Change the location of nnacl directory 5 years ago
resize_parameter.h [CPU] Change the location of nnacl directory 5 years ago
reverse_sequence_parameter.h [CPU] Change the location of nnacl directory 5 years ago
scale.h [CPU] Change the location of nnacl directory 5 years ago
sigmoid_parameter.h [CPU] Change the location of nnacl directory 5 years ago
skip_gram_parameter.h [CPU] Change the location of nnacl directory 5 years ago
slice_parameter.h slice base int8 4 years ago
softmax_parameter.h clean code self check 4 years ago
space_to_depth_parameter.h [CPU] Change the location of nnacl directory 5 years ago
sparse_to_dense_parameter.h [CPU] Change the location of nnacl directory 5 years ago
splice_parameter.h [CPU] Change the location of nnacl directory 5 years ago
split_parameter.h split-with-over-lap op bug 4 years ago
squeeze_parameter.h [CPU] Change the location of nnacl directory 5 years ago
stack_parameter.h [CPU] Change the location of nnacl directory 5 years ago
strided_slice_parameter.h [CPU] Change the location of nnacl directory 5 years ago
tensor_array_parameter.h add tensorarray and affine 4 years ago
tensor_c.h [CPU] Change the location of nnacl directory 5 years ago
tensorlist_parameter.h [CPU] Change the location of nnacl directory 5 years ago
transpose.h !17641 [MSLITE] fix the random failed problem for a model when running on arm64_fp16 case 4 years ago
unsqueeze_parameter.h [CPU] Change the location of nnacl directory 5 years ago
unstack_parameter.h [CPU] Change the location of nnacl directory 5 years ago
upsample_parameter.h [CPU] Change the location of nnacl directory 5 years ago
where_parameter.h [CPU] Change the location of nnacl directory 5 years ago