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.
 
 
 
 
 
 
nihui cfcb1cffa9
massive vulkan optimization part2 (#3621)
4 years ago
..
absval.comp unified image shader storage type (#2231) 5 years ago
absval_pack4.comp unified image shader storage type (#2231) 5 years ago
absval_pack8.comp unified image shader storage type (#2231) 5 years ago
batchnorm.comp unified image shader storage type (#2231) 5 years ago
batchnorm_pack4.comp unified image shader storage type (#2231) 5 years ago
batchnorm_pack8.comp unified image shader storage type (#2231) 5 years ago
binaryop.comp unified image shader storage type (#2231) 5 years ago
binaryop_broadcast.comp binary4d, unary4d (#3443) 4 years ago
binaryop_broadcast_a1_pack4.comp unified image shader storage type (#2231) 5 years ago
binaryop_broadcast_a1_pack8.comp unified image shader storage type (#2231) 5 years ago
binaryop_broadcast_b1_pack4.comp unified image shader storage type (#2231) 5 years ago
binaryop_broadcast_b1_pack8.comp unified image shader storage type (#2231) 5 years ago
binaryop_broadcast_pack4.comp binary4d, unary4d (#3443) 4 years ago
binaryop_broadcast_pack8.comp binary4d, unary4d (#3443) 4 years ago
binaryop_pack4.comp unified image shader storage type (#2231) 5 years ago
binaryop_pack8.comp unified image shader storage type (#2231) 5 years ago
cast_fp16_to_fp32.comp unified image shader storage type (#2231) 5 years ago
cast_fp16_to_fp32_pack4.comp unified image shader storage type (#2231) 5 years ago
cast_fp16_to_fp32_pack8.comp unified image shader storage type (#2231) 5 years ago
cast_fp32_to_fp16.comp unified image shader storage type (#2231) 5 years ago
cast_fp32_to_fp16_pack4.comp unified image shader storage type (#2231) 5 years ago
cast_fp32_to_fp16_pack8.comp unified image shader storage type (#2231) 5 years ago
clip.comp unified image shader storage type (#2231) 5 years ago
clip_pack4.comp unified image shader storage type (#2231) 5 years ago
clip_pack8.comp unified image shader storage type (#2231) 5 years ago
concat.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
concat_pack4.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
concat_pack4to1.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
concat_pack8.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
concat_pack8to1.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
concat_pack8to4.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
convolution.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolution_1x1s1d1.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolution_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_im2col.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack1to4.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolution_pack1to4_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack1to8.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolution_pack1to8_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack4.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolution_pack4_1x1s1d1.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack4_3x3s1d1_winograd23_transform_input.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack4_3x3s1d1_winograd23_transform_output.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack4_3x3s1d1_winograd43_transform_input.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack4_3x3s1d1_winograd43_transform_output.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack4_3x3s1d1_winograd_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack4_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack4_im2col.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack4to1.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolution_pack4to1_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack4to8.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolution_pack4to8_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack8.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolution_pack8_1x1s1d1.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolution_pack8_3x3s1d1_winograd23_transform_input.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack8_3x3s1d1_winograd23_transform_output.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack8_3x3s1d1_winograd43_transform_input.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack8_3x3s1d1_winograd43_transform_output.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack8_3x3s1d1_winograd_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack8_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack8_im2col.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack8to1.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolution_pack8to1_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
convolution_pack8to4.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolution_pack8to4_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
convolutiondepthwise.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolutiondepthwise_group.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolutiondepthwise_group_pack1to4.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolutiondepthwise_group_pack1to8.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolutiondepthwise_group_pack4.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolutiondepthwise_group_pack4to1.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolutiondepthwise_group_pack4to8.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolutiondepthwise_group_pack8.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolutiondepthwise_group_pack8to1.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolutiondepthwise_group_pack8to4.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolutiondepthwise_pack4.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
convolutiondepthwise_pack8.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
crop.comp crop4d (#3402) 4 years ago
crop_pack1to4.comp crop4d (#3402) 4 years ago
crop_pack1to8.comp crop4d (#3402) 4 years ago
crop_pack4.comp crop4d (#3402) 4 years ago
crop_pack4to1.comp crop4d (#3402) 4 years ago
crop_pack4to8.comp crop4d (#3402) 4 years ago
crop_pack8.comp crop4d (#3402) 4 years ago
crop_pack8to1.comp crop4d (#3402) 4 years ago
crop_pack8to4.comp crop4d (#3402) 4 years ago
deconvolution.comp unified image shader storage type (#2231) 5 years ago
deconvolution_col2im.comp massive vulkan optimization part2 (#3621) 4 years ago
deconvolution_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
deconvolution_pack1to4.comp unified image shader storage type (#2231) 5 years ago
deconvolution_pack1to4_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
deconvolution_pack1to8.comp unified image shader storage type (#2231) 5 years ago
deconvolution_pack1to8_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
deconvolution_pack4.comp unified image shader storage type (#2231) 5 years ago
deconvolution_pack4_col2im.comp massive vulkan optimization part2 (#3621) 4 years ago
deconvolution_pack4_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
deconvolution_pack4to1.comp unified image shader storage type (#2231) 5 years ago
deconvolution_pack4to1_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
deconvolution_pack4to8.comp unified image shader storage type (#2231) 5 years ago
deconvolution_pack4to8_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
deconvolution_pack8.comp unified image shader storage type (#2231) 5 years ago
deconvolution_pack8_col2im.comp massive vulkan optimization part2 (#3621) 4 years ago
deconvolution_pack8_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
deconvolution_pack8to1.comp unified image shader storage type (#2231) 5 years ago
deconvolution_pack8to1_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
deconvolution_pack8to4.comp unified image shader storage type (#2231) 5 years ago
deconvolution_pack8to4_gemm.comp massive vulkan optimization part2 (#3621) 4 years ago
deconvolutiondepthwise.comp unified image shader storage type (#2231) 5 years ago
deconvolutiondepthwise_group.comp unified image shader storage type (#2231) 5 years ago
deconvolutiondepthwise_group_pack1to4.comp unified image shader storage type (#2231) 5 years ago
deconvolutiondepthwise_group_pack1to8.comp unified image shader storage type (#2231) 5 years ago
deconvolutiondepthwise_group_pack4.comp unified image shader storage type (#2231) 5 years ago
deconvolutiondepthwise_group_pack4to1.comp unified image shader storage type (#2231) 5 years ago
deconvolutiondepthwise_group_pack4to8.comp unified image shader storage type (#2231) 5 years ago
deconvolutiondepthwise_group_pack8.comp unified image shader storage type (#2231) 5 years ago
deconvolutiondepthwise_group_pack8to1.comp unified image shader storage type (#2231) 5 years ago
deconvolutiondepthwise_group_pack8to4.comp unified image shader storage type (#2231) 5 years ago
deconvolutiondepthwise_pack4.comp unified image shader storage type (#2231) 5 years ago
deconvolutiondepthwise_pack8.comp unified image shader storage type (#2231) 5 years ago
deepcopy.comp unified image shader storage type (#2231) 5 years ago
deepcopy_pack4.comp unified image shader storage type (#2231) 5 years ago
deepcopy_pack8.comp unified image shader storage type (#2231) 5 years ago
dropout.comp unified image shader storage type (#2231) 5 years ago
dropout_pack4.comp unified image shader storage type (#2231) 5 years ago
dropout_pack8.comp unified image shader storage type (#2231) 5 years ago
eltwise.comp unified image shader storage type (#2231) 5 years ago
eltwise_pack4.comp unified image shader storage type (#2231) 5 years ago
eltwise_pack8.comp unified image shader storage type (#2231) 5 years ago
flatten.comp unified image shader storage type (#2231) 5 years ago
flatten_pack1to4.comp unified image shader storage type (#2231) 5 years ago
flatten_pack1to8.comp unified image shader storage type (#2231) 5 years ago
flatten_pack4.comp unified image shader storage type (#2231) 5 years ago
flatten_pack4to8.comp unified image shader storage type (#2231) 5 years ago
flatten_pack8.comp unified image shader storage type (#2231) 5 years ago
hardsigmoid.comp unified image shader storage type (#2231) 5 years ago
hardsigmoid_pack4.comp unified image shader storage type (#2231) 5 years ago
hardsigmoid_pack8.comp unified image shader storage type (#2231) 5 years ago
hardswish.comp unified image shader storage type (#2231) 5 years ago
hardswish_pack4.comp unified image shader storage type (#2231) 5 years ago
hardswish_pack8.comp unified image shader storage type (#2231) 5 years ago
innerproduct.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
innerproduct_gemm.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
innerproduct_gemm_wp1to4.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
innerproduct_gemm_wp1to8.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
innerproduct_gemm_wp4.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
innerproduct_gemm_wp4to1.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
innerproduct_gemm_wp4to8.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
innerproduct_gemm_wp8.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
innerproduct_gemm_wp8to1.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
innerproduct_gemm_wp8to4.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
innerproduct_pack1to4.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
innerproduct_pack1to8.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
innerproduct_pack4.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
innerproduct_pack4to1.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
innerproduct_pack4to8.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
innerproduct_pack8.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
innerproduct_pack8to1.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
innerproduct_pack8to4.comp Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
instancenorm_coeffs.comp unified image shader storage type (#2231) 5 years ago
instancenorm_coeffs_pack4.comp unified image shader storage type (#2231) 5 years ago
instancenorm_coeffs_pack8.comp unified image shader storage type (#2231) 5 years ago
instancenorm_norm.comp unified image shader storage type (#2231) 5 years ago
instancenorm_norm_pack4.comp unified image shader storage type (#2231) 5 years ago
instancenorm_norm_pack8.comp unified image shader storage type (#2231) 5 years ago
instancenorm_reduce_mean.comp unified image shader storage type (#2231) 5 years ago
instancenorm_reduce_mean_pack4.comp unified image shader storage type (#2231) 5 years ago
instancenorm_reduce_mean_pack8.comp unified image shader storage type (#2231) 5 years ago
instancenorm_reduce_sum4_fp16_to_fp32.comp fix fp16 overflow in instancenorm vulkan 5 years ago
instancenorm_reduce_sum4_fp16_to_fp32_pack4.comp fix fp16 overflow in instancenorm vulkan 5 years ago
instancenorm_reduce_sum4_fp16_to_fp32_pack8.comp online pipeline cache (#1792) 6 years ago
instancenorm_reduce_sum4_fp32.comp online pipeline cache (#1792) 6 years ago
instancenorm_reduce_sum4_fp32_pack4.comp online pipeline cache (#1792) 6 years ago
instancenorm_reduce_sum4_fp32_pack8.comp online pipeline cache (#1792) 6 years ago
instancenorm_sub_mean_square.comp unified image shader storage type (#2231) 5 years ago
instancenorm_sub_mean_square_pack4.comp unified image shader storage type (#2231) 5 years ago
instancenorm_sub_mean_square_pack8.comp unified image shader storage type (#2231) 5 years ago
interp.comp implement interp-1d on 2d blob (#3349) 4 years ago
interp_bicubic.comp implement interp-1d on 2d blob (#3349) 4 years ago
interp_bicubic_coeffs.comp implement interp cubic aligncorner (#3338) 4 years ago
interp_bicubic_pack4.comp implement interp-1d on 2d blob (#3349) 4 years ago
interp_bicubic_pack8.comp implement interp-1d on 2d blob (#3349) 4 years ago
interp_pack4.comp implement interp-1d on 2d blob (#3349) 4 years ago
interp_pack8.comp implement interp-1d on 2d blob (#3349) 4 years ago
lrn_norm.comp force lrn vulkan accumulator always use fp32, fix #2882 5 years ago
lrn_norm_across_channel_pack4.comp force lrn vulkan accumulator always use fp32, fix #2882 5 years ago
lrn_norm_across_channel_pack8.comp force lrn vulkan accumulator always use fp32, fix #2882 5 years ago
lrn_norm_within_channel_pack4.comp force lrn vulkan accumulator always use fp32, fix #2882 5 years ago
lrn_norm_within_channel_pack8.comp force lrn vulkan accumulator always use fp32, fix #2882 5 years ago
lrn_square_pad.comp online pipeline cache (#1792) 6 years ago
lrn_square_pad_across_channel_pack4.comp online pipeline cache (#1792) 6 years ago
lrn_square_pad_across_channel_pack8.comp online pipeline cache (#1792) 6 years ago
lrn_square_pad_within_channel_pack4.comp online pipeline cache (#1792) 6 years ago
lrn_square_pad_within_channel_pack8.comp online pipeline cache (#1792) 6 years ago
mish.comp Fix broken codepaths with AVX only (#3254) 4 years ago
mish_pack4.comp Fix broken codepaths with AVX only (#3254) 4 years ago
mish_pack8.comp Fix broken codepaths with AVX only (#3254) 4 years ago
normalize_coeffs.comp unified image shader storage type (#2231) 5 years ago
normalize_coeffs_pack4.comp unified image shader storage type (#2231) 5 years ago
normalize_coeffs_pack8.comp unified image shader storage type (#2231) 5 years ago
normalize_norm.comp unified image shader storage type (#2231) 5 years ago
normalize_norm_pack4.comp unified image shader storage type (#2231) 5 years ago
normalize_norm_pack8.comp unified image shader storage type (#2231) 5 years ago
normalize_reduce_sum4_fp16_to_fp32.comp online pipeline cache (#1792) 6 years ago
normalize_reduce_sum4_fp16_to_fp32_pack4.comp online pipeline cache (#1792) 6 years ago
normalize_reduce_sum4_fp16_to_fp32_pack8.comp online pipeline cache (#1792) 6 years ago
normalize_reduce_sum4_fp32.comp online pipeline cache (#1792) 6 years ago
normalize_reduce_sum4_fp32_pack4.comp online pipeline cache (#1792) 6 years ago
normalize_reduce_sum4_fp32_pack8.comp online pipeline cache (#1792) 6 years ago
packing.comp unified image shader storage type (#2231) 5 years ago
packing_fp16_to_fp32.comp unified image shader storage type (#2231) 5 years ago
packing_fp32_to_fp16.comp unified image shader storage type (#2231) 5 years ago
packing_pack1to4.comp unified image shader storage type (#2231) 5 years ago
packing_pack1to4_fp16_to_fp32.comp unified image shader storage type (#2231) 5 years ago
packing_pack1to4_fp32_to_fp16.comp unified image shader storage type (#2231) 5 years ago
packing_pack1to8.comp unified image shader storage type (#2231) 5 years ago
packing_pack1to8_fp16_to_fp32.comp unified image shader storage type (#2231) 5 years ago
packing_pack1to8_fp32_to_fp16.comp unified image shader storage type (#2231) 5 years ago
packing_pack4.comp unified image shader storage type (#2231) 5 years ago
packing_pack4_fp16_to_fp32.comp unified image shader storage type (#2231) 5 years ago
packing_pack4_fp32_to_fp16.comp unified image shader storage type (#2231) 5 years ago
packing_pack4to1.comp unified image shader storage type (#2231) 5 years ago
packing_pack4to1_fp16_to_fp32.comp unified image shader storage type (#2231) 5 years ago
packing_pack4to1_fp32_to_fp16.comp unified image shader storage type (#2231) 5 years ago
packing_pack4to8.comp unified image shader storage type (#2231) 5 years ago
packing_pack4to8_fp16_to_fp32.comp unified image shader storage type (#2231) 5 years ago
packing_pack4to8_fp32_to_fp16.comp unified image shader storage type (#2231) 5 years ago
packing_pack8.comp unified image shader storage type (#2231) 5 years ago
packing_pack8_fp16_to_fp32.comp unified image shader storage type (#2231) 5 years ago
packing_pack8_fp32_to_fp16.comp unified image shader storage type (#2231) 5 years ago
packing_pack8to1.comp unified image shader storage type (#2231) 5 years ago
packing_pack8to1_fp16_to_fp32.comp unified image shader storage type (#2231) 5 years ago
packing_pack8to1_fp32_to_fp16.comp unified image shader storage type (#2231) 5 years ago
packing_pack8to4.comp unified image shader storage type (#2231) 5 years ago
packing_pack8to4_fp16_to_fp32.comp unified image shader storage type (#2231) 5 years ago
packing_pack8to4_fp32_to_fp16.comp unified image shader storage type (#2231) 5 years ago
padding.comp enhance padding test (#2580) 5 years ago
padding_3d.comp initial data structure changes for 3dcnn, conv3d, pooling3d (#3378) 4 years ago
padding_3d_pack4.comp initial data structure changes for 3dcnn, conv3d, pooling3d (#3378) 4 years ago
padding_3d_pack8.comp arm neon optimization for general packed convolution (#3426) 4 years ago
padding_pack1to4.comp enhance padding test (#2580) 5 years ago
padding_pack1to8.comp enhance padding test (#2580) 5 years ago
padding_pack4.comp enhance padding test (#2580) 5 years ago
padding_pack4to1.comp enhance padding test (#2580) 5 years ago
padding_pack4to8.comp enhance padding test (#2580) 5 years ago
padding_pack8.comp enhance padding test (#2580) 5 years ago
padding_pack8to1.comp enhance padding test (#2580) 5 years ago
padding_pack8to4.comp enhance padding test (#2580) 5 years ago
permute.comp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
permute_pack1to4.comp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
permute_pack1to8.comp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
permute_pack4.comp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
permute_pack4to1.comp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
permute_pack4to8.comp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
permute_pack8.comp fix permute vulkan 4 years ago
permute_pack8to1.comp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
permute_pack8to4.comp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
pixelshuffle.comp pixelshuffle nhwc mode, convert onnx DepthToSpace mode DCR, convert mlir tf.DepthToSpace 5 years ago
pixelshuffle_pack4.comp pixelshuffle nhwc mode, convert onnx DepthToSpace mode DCR, convert mlir tf.DepthToSpace 5 years ago
pixelshuffle_pack4to1.comp pixelshuffle nhwc mode, convert onnx DepthToSpace mode DCR, convert mlir tf.DepthToSpace 5 years ago
pixelshuffle_pack8.comp pixelshuffle nhwc mode, convert onnx DepthToSpace mode DCR, convert mlir tf.DepthToSpace 5 years ago
pixelshuffle_pack8to1.comp pixelshuffle nhwc mode, convert onnx DepthToSpace mode DCR, convert mlir tf.DepthToSpace 5 years ago
pixelshuffle_pack8to4.comp pixelshuffle nhwc mode, convert onnx DepthToSpace mode DCR, convert mlir tf.DepthToSpace 5 years ago
pooling.comp online pipeline cache (#1792) 6 years ago
pooling_adaptive.comp fix adaptive pooling vulkan, second try 4 years ago
pooling_adaptive_pack4.comp fix adaptive pooling vulkan, second try 4 years ago
pooling_adaptive_pack8.comp fix adaptive pooling vulkan, second try 4 years ago
pooling_global.comp unified image shader storage type (#2231) 5 years ago
pooling_global_pack4.comp unified image shader storage type (#2231) 5 years ago
pooling_global_pack8.comp unified image shader storage type (#2231) 5 years ago
pooling_pack4.comp online pipeline cache (#1792) 6 years ago
pooling_pack8.comp online pipeline cache (#1792) 6 years ago
prelu.comp unified image shader storage type (#2231) 5 years ago
prelu_pack4.comp unified image shader storage type (#2231) 5 years ago
prelu_pack8.comp unified image shader storage type (#2231) 5 years ago
priorbox.comp online pipeline cache (#1792) 6 years ago
priorbox_mxnet.comp online pipeline cache (#1792) 6 years ago
relu.comp unified image shader storage type (#2231) 5 years ago
relu_pack4.comp unified image shader storage type (#2231) 5 years ago
relu_pack8.comp unified image shader storage type (#2231) 5 years ago
reorg.comp reorg nhwc mode, code format 5 years ago
reorg_pack1to4.comp reorg nhwc mode, code format 5 years ago
reorg_pack1to8.comp reorg nhwc mode, code format 5 years ago
reorg_pack4.comp reorg nhwc mode, code format 5 years ago
reorg_pack4to8.comp reorg nhwc mode, code format 5 years ago
reorg_pack8.comp reorg nhwc mode, code format 5 years ago
reshape.comp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
reshape_pack1to4.comp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
reshape_pack1to8.comp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
reshape_pack4.comp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
reshape_pack4to1.comp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
reshape_pack4to8.comp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
reshape_pack8.comp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
reshape_pack8to1.comp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
reshape_pack8to4.comp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
scale.comp unified image shader storage type (#2231) 5 years ago
scale_pack4.comp unified image shader storage type (#2231) 5 years ago
scale_pack8.comp unified image shader storage type (#2231) 5 years ago
shufflechannel.comp online pipeline cache (#1792) 6 years ago
shufflechannel_pack4.comp online pipeline cache (#1792) 6 years ago
shufflechannel_pack8.comp online pipeline cache (#1792) 6 years ago
sigmoid.comp unified image shader storage type (#2231) 5 years ago
sigmoid_pack4.comp unified image shader storage type (#2231) 5 years ago
sigmoid_pack8.comp unified image shader storage type (#2231) 5 years ago
slice.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
slice_pack1to4.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
slice_pack1to8.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
slice_pack4.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
slice_pack4to8.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
slice_pack8.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
softmax_div_sum.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
softmax_div_sum_pack4.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
softmax_div_sum_pack8.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
softmax_exp_sub_max.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
softmax_exp_sub_max_pack4.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
softmax_exp_sub_max_pack8.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
softmax_reduce_max.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
softmax_reduce_max_pack4.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
softmax_reduce_max_pack8.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
softmax_reduce_sum.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
softmax_reduce_sum_pack4.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
softmax_reduce_sum_pack8.comp Support negative axis in concat, slice and softmax (#2365) 5 years ago
swish.comp Fix broken codepaths with AVX only (#3254) 4 years ago
swish_pack4.comp Fix broken codepaths with AVX only (#3254) 4 years ago
swish_pack8.comp Fix broken codepaths with AVX only (#3254) 4 years ago
tanh.comp unified image shader storage type (#2231) 5 years ago
tanh_pack4.comp unified image shader storage type (#2231) 5 years ago
tanh_pack8.comp unified image shader storage type (#2231) 5 years ago
unaryop.comp unified image shader storage type (#2231) 5 years ago
unaryop_pack4.comp unified image shader storage type (#2231) 5 years ago
unaryop_pack8.comp unified image shader storage type (#2231) 5 years ago