- 18 9月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* add reduce op on arm. test=develop * fix format. test=develop * fix acccording to comments. test=develop
-
- 17 9月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* add scatter op on arm. test=develop * fix cmake error. test=develop * test=develop
-
- 18 8月, 2020 1 次提交
-
-
由 zhaoyang-star 提交于
-
- 10 8月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* fix sequence pool grad compute error, test=develop * fix sequence pool grad run, test=develop * fix format test=develop
-
- 26 6月, 2020 1 次提交
-
-
由 cc 提交于
-
- 15 6月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* fix: winograd support unsame pad test=develop * feat: add winograd int8 kernel test=develop * fix: style fix test=develo * fix winograd_int8 ut sgement default. test=develop * close basic_test, test=develop Co-authored-by: NMyPandaShaoxiang <txg4794@163.com>
-
- 14 3月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* improve conv_dw profile with rel relu6 leakyrelu, test=develop * add depthwise, test=develop * fix ci error, test=develop * fix cv demo print, test=develop
-
- 27 2月, 2020 1 次提交
-
-
由 xiaogang 提交于
* feat: add lstm op && kernel test=develop
-
- 12 2月, 2020 1 次提交
-
-
由 yiicy 提交于
* [ARM] add 5x5s2 depthwise conv armv8 impl, test=develop * [ARM] add int8 5x5s2 dw conv armv7 impl, test=develop * [ARM] add int8 5x5s2 dw conv impl, test=develop * [ARM] close int8 conv ut, test=develop
-
- 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 次提交
-
-
由 TianXiaogang 提交于
fix: fix conv_block prepack_input_nxwc4 bug * fix: optimize sgemm_c4 in armv7 change condition of choose winograd kernel * fix: change conv choose kernel condition
-
- 22 11月, 2019 2 次提交
-
-
由 HappyAngel 提交于
* add nhwc to nchw * add layout in funcs * change layout as extra, test=develop * change make, test=develop * use template class method to update layout NNCHHW and NHWC transform, test=develop * fix cmake error, set layout to extra, test=develop * fix test_layout_compute_arm test, its extra * layout is extra, test=develop * fix error in kernels/arm/layout_comput.cc when register kernel, DataLayout must be NCHW, test=develop * delete extra note, test=develop * delete extra test * delete layout_test, test=develop , its in tests/math/layout_comput_test * delete extrat test, test=develop
-
由 yiicy 提交于
* unfinish sgemmc4 * finish armv8 sgemmc4 * arm add sgemmc4 with deal with remain * [ARM] add sgemmc4 small kernel, test=develop
-
- 17 10月, 2019 1 次提交
-
-
由 HappyAngel 提交于
* update con_dw * update * add conv_depthwise_3x3s1.cc and conv_depthwise_3x3s2.cc * add conv_depthwise_3x3s1_fp32 and conv_depthwise_3x3s2_fp32 * add new conv_dw * only support conv_dw pad=0, 1 * add conv_dw_s1 conv_dw_s2 fp32 * //conv2_func _impl2{nullptr}; update conv_dw, add conv_3x3s1 and conv_3x3s2, pad=[0,1] * fix format, test=develop * fix formmat, test=develop
-
- 18 9月, 2019 1 次提交
-
-
由 Xiaoyang LI 提交于
* fix gemm_int8, gemv-int8 and conv-int8 math function, add float bias * change conv impl * neon int8 kernel support float bias * arm compute kernel support float bias * add math_test target * add tensor utils for testing, fix sgemm ut error * add gemm_int8 unit test, support float bias * fix build script * add conv compute unit test for arm * fix build script, test=develop * fix fp32 dw conv3x3s1, test=develop * add fp32 dw conv3x3s1, test=develop * add armv7 fp32 dw conv3x3s1, test=develop * add fp32 depthwise conv3x3s2, test=develop * fix fp32 conv3x3 depthwise build error, test=develop * fix gemm_like conv trans weights error, test=develop * fix int8 depthwise conv3x3 error, test=develop * turn on all test for arm fp32 conv, test=develop * fix int8 conv1x1 error * fix int8 direct conv3x3s1 error, test=develop * fix int8 direct conv3x3s2, test=develop * turn on all test for arm int8 conv, test=develop * fix int8 fc error, change mobilenetv1-int8 ground-truth result to fluid, test=develop * remove debug info, strip ut binary, test=develop * fix conv compute error, test=develop * change Init() to ReInitWhenNeeded(), test=develop * fix code style, test=develop * remote engine_test, test=develop * fix building server tests error, test=develop * fix sdot clang build error, test=develop * fix sgemm ut timeout error, test=develop * fix clang build error, test=develop * turn off math basic test due to ci time out, test=develop * fix conv_int8 ut error, test=develop
-
- 16 9月, 2019 1 次提交
-
-
由 Xiaoyang LI 提交于
-
- 03 9月, 2019 1 次提交
-
-
由 huzhiqiang 提交于
-
- 29 8月, 2019 3 次提交
-
-
由 Wilber 提交于
* add yolo_box_compute cuda * move multiclass_nms(arm) to host * add lod in scale op * add yolo_box_cuda cmake config * modify shuffle_channel_fuse and transpose_softmax_transpose_fuse to support run ssd model. test=develop * reshape and transpose op don't have xshape output. * modify yolo_box_compute_cuda, use tensor to manage cuda memory test=develop * add yolo_box use kernel test=develop
-
由 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
-
- 24 8月, 2019 1 次提交
-
-
由 Xiaoyang LI 提交于
* fix building ios tiny publish lib error * support setting cluster and threads in MobileConfig * fix build error, test=develop * fix building server publish error, test=develop
-
- 16 8月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-