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 e2790c37bd !27157 [MS][LITE][ToD]Add LSTM grad op for backpropagation. 4 years ago
..
assembly deconv optimize 4 years ago
base add fp16 kernel 4 years ago
fp16 add fp16 kernel 4 years ago
fp16_grad code check 4 years ago
fp32 !27157 [MS][LITE][ToD]Add LSTM grad op for backpropagation. 4 years ago
fp32_grad add lstm grad 4 years ago
fp32_sparse add attention op doc 4 years ago
infer add lstm grad 4 years ago
int8 matmul int8 sdot 4 years ago
intrinsics avx512 4 years ago
optimize add himix100 build 4 years ago
CMakeLists.txt avx512 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
all_gather_parameter.h support parameter cache and distribution predict 4 years ago
arg_min_max_parameter.h [MSLITE][NNIE] support nnie. 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 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
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 4 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
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] 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 matmul int8 sdot 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 avx512 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 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 4 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 add tensorarray and affine 4 years ago
tensor_c.h [MSLITE] support kernel registry for codegen 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