- 07 12月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* add arm split lod tensor, test=develop * add arm merge lod tensor, test=develop * update split merge lod tensor, test=develop * add reduce_prob op, test=develop * support mask_rcnn succeed, test=develop
-
- 26 11月, 2019 1 次提交
-
-
由 huzhiqiang 提交于
-
- 25 11月, 2019 1 次提交
-
-
由 huzhiqiang 提交于
* arrange ops&kernels to support basic models * add relu and iocopy into basic * add fusion_elementwise_activation_ops into basic * add dropout,layout,io_copyonce kernel&op into basic
-
- 19 11月, 2019 3 次提交
-
-
由 zhupengyang 提交于
test=develop
-
由 huzhiqiang 提交于
* add x86 op and kernel : search_fc and sequence_topk_avg_pooling for content-dnn model test=develop
-
由 zhupengyang 提交于
* [X86] add attention_padding_mask op, x86 kernel and unit test test=develop * [CUDA] add attention_padding_mask cuda kernel and unit test test=develop
-
- 18 11月, 2019 2 次提交
-
-
由 Pei Yang 提交于
add search_group_padding op and x86 kernel
-
由 zhupengyang 提交于
* [X86][CUDA] add sequence_arithmetic op , x86 kernel, cuda kernel and unit test test=develop * add sequence_arithmetic cuda kernel unit test test=develop
-
- 16 11月, 2019 1 次提交
-
-
由 hong19860320 提交于
-
- 15 11月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* add search_seq_depadding x86 and cuda * add match_matrix_tensor x86 * add search_grnn x86, no test
-
- 14 11月, 2019 2 次提交
- 13 11月, 2019 2 次提交
- 08 11月, 2019 1 次提交
-
-
由 huzhiqiang 提交于
* move multiclass_nms kernel back to host test=develop * move layer_norm OP and arm_kernel into extra type since it's added after release/v2.0-beta1 and not related with CV test=develop * fix code_style test=develop
-
- 07 11月, 2019 1 次提交
-
-
由 huzhiqiang 提交于
We have changed 11 arm_kernels into extra type in #2347 , which has caused test_compiling failure. In this PR , we move their 11 related arm_kernel_test into build_extra=ON
-
- 06 11月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* add channel_wise_dequantized_max_abs op and ChannelWiseDequantOpFuser, test=develop
-
- 05 11月, 2019 1 次提交
-
-
由 lijianshe02 提交于
* fix step rnn model run bugs test=develop
-
- 04 11月, 2019 1 次提交
-
-
由 huzhiqiang 提交于
* move some basic ops into extra type to reduce library size test=develop (#2347)
-
- 22 10月, 2019 2 次提交
-
-
由 juncaipeng 提交于
* Add DeleteQuantOpFuser * Add fake_quantize_dequantize_moving_avg_abs_max_op * Add DeleteQuantDequantOpFuser
-
由 TianXiaogang 提交于
* feat: add beam_search_special function for support nlp model * fix: add beam_search_compute kernel input and output * feat: add assign op & copy_compute kernel * feat: add fill_const_batch_size_like op & kernel * feat: add layer_norm op and kernel and ut * fix: fix some bugs fix mul_op infer_shape bug when x_dim_idx = 2, x_dims.size()=3 & y_dim_idx = 1, y_dims.size()=2 fix elementwise_compute bug when y axis is all 1 fix beam_search choose math_func wrong bug fix layer_norm get attr bug fix fill_constant_batch_size_like shape_set bug * feat: add gather op and kernel & and transform ut * feats: add ops and fix bugs to support transformer op fix type_cast passes to skip `while` fix elementwise infer_shape bug when x.dims=3 and y.dims={1} & axis=0 fix lookup_table compute bug fix read_from_array/beam_search/increment/compate/gather ops data_type problems * fix: transfomer ut add word read inferface fix copy/gather/norm/layer_norm include path problem * fix:debug info * fix: fix input reshape bug * fix: fix norm bug * style: style fix & test=develop * style: fix operators cmakelist * style: fix operators cmakelist; test=develop * fix and test=develop * fix and test=develop * style: style fix; test=develop
-
- 11 10月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
* add conv int8 support(in condition which the input or output channel not be the times of 4) add add_kernel for cuda. * can run yolov3 fp32 test=develop * 1. fix bug with yolov3 run test=develop * can run yolov3 int8 test=develop
-
- 17 9月, 2019 1 次提交
-
-
由 liu zhengxi 提交于
* add fill_constant_batch_size_like op and add its unittest
-
- 16 9月, 2019 1 次提交
-
-
由 lhl960107 提交于
* add x86 gru&&relu&&sequence_expand_as op test=develop
-
- 12 9月, 2019 1 次提交
-
-
由 Wilber 提交于
* add unsqueeze and range op. modify concat op test=develop * modify exception in range_test_x86
-
- 09 9月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* add assign_value op, arm kernel and test, add fluid_type, test=develop * add hard_sigmoid, test=develop
-
- 07 9月, 2019 1 次提交
-
-
由 lijianshe02 提交于
* add lite x86 ops for ASR test=develop * add lite x86 ops for ASR test=develop * fix x86 ci run test problems test=develop * fix mkl path for CI test=develop
-
- 02 9月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* add ops for faster rcnn * disable test for generate_proposals and roi_align, test=develop * remove .swp file * remove log in tensor slice * finish the unit test for roi_align, test=develop * add box_clip op and fix tensor slice bug * remove add four op twice * rewrite the implement for box_coder and sequence_expand, add faster_rcnn_test, test=develop * fix test bug of box_clip in x86 server, test=develop
-
- 01 9月, 2019 1 次提交
-
-
由 Yuan Shuai 提交于
* Fix timer of arm cpu profiler. test=develop * Fix un-added op in cmake.test=develop * fix cmake error * fix cmake error, test=develop * Fix pass sequence. test=develop * replace option with lite_option. test=develop * disable profile mode by default. test=develop * Fix error option name. test=develop
-
- 29 8月, 2019 2 次提交
-
-
由 liu zhengxi 提交于
-
由 juncaipeng 提交于
ad ops for faster rcnn, including affine_channel, anchor_generator, generate_proposals and roi_align (#1895) * add ops for faster rcnn * disable test for generate_proposals and roi_align, test=develop * remove .swp file * remove log in tensor slice * finish the unit test for roi_align, test=develop
-
- 28 8月, 2019 2 次提交
-
-
由 juncaipeng 提交于
* modify cast op, test=develop * modify cast op and remove warning in argmax_test, test=develop
-
由 huzhiqiang 提交于
-
- 25 8月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 24 8月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 23 8月, 2019 1 次提交
-
-
由 TianXiaogang 提交于
add model_run_test_image add range_max_quant op add flatten op add flatten2 op fix: fix density_prior_box density_size type from float to int fix prior_box and density_prior_box some check for get_attr test=develop
-
- 22 8月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 16 8月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-