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 d381b8770a
!29267 [lite]matmul opt
4 years ago
..
assembly add linux arm64 build 4 years ago
base code review 4 years ago
experiment matmut bug fix 4 years ago
fp16 opt deconv 4 years ago
fp16_grad activation simd 4 years ago
fp32 !29267 [lite]matmul opt 4 years ago
fp32_grad fix lstm grad codecheck 4 years ago
fp32_sparse add attention op doc 4 years ago
infer !29268 fix global max pooling 4 years ago
int8 dynamic only support symmetric & support debug & support skip & fix more input 4 years ago
intrinsics avx512 softmax 4 years ago
optimize add 35xx build 4 years ago
CMakeLists.txt avx512 code generator 4 years ago
OWNERS update OWNERS of mindspore lite 4 years ago
README.md [CPU] Change the location of nnacl directory 5 years ago
activation_parameter.h Cropper Support for ToD 4 years ago
adder.h [CPU] Change the location of nnacl directory 5 years ago
affine_parameter.h add tensorarray and affine 4 years ago
all_gather_parameter.h support parameter cache and distribution predict 4 years ago
arg_min_max_parameter.h compile 3403 4 years ago
arithmetic.h optimize code 4 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 5 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 5 years ago
call_parameter.h fix high version gcc build 4 years ago
common_func.c x86nc4hw4 4 years ago
common_func.h x86nc4hw4 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 deconv optimize 4 years ago
crop_parameter.h [CPU] Change the location of nnacl directory 5 years ago
cumsum_parameter.h add op softplus cumsum 5 years ago
custom_parameter.h [MSLITE] support kernel registry for codegen 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
dynamic_quant_parameter.h converter support dynamic quant 4 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
kernel.c refactor nnacl: move operator's packing and computing from lite framework to nnacl lib 4 years ago
kernel.h refactor nnacl: move operator's packing and computing from lite framework to nnacl lib 4 years ago
l2_norm_parameter.h [CPU] Change the location of nnacl directory 5 years ago
layer_norm_parameter.h [MSLITE][DEVELOP] code review of op: lstm, layer_norm, etc; move elu op to activation 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 add MatmulDynamicInt8CPUKernel 4 years ago
mul_parameter.h [MSLITE][Develop] clean codex in lite op runtime module 5 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 converter support dynamic quant 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. 5 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 add fp16 prelu 4 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
reduce_scatter_parameter.h support parameter cache and distribution predict 4 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 5 years ago
softmax_parameter.h clean code self check 4 years ago
space_to_depth_parameter.h add fp16 kernel 4 years ago
sparse_to_dense_parameter.h add fp16 kernel 4 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 [MSLITE][DEVELOP] judge tensor type when loading model 4 years ago
tensor_c.h refactor nnacl: move operator's packing and computing from lite framework to nnacl lib 4 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