- 09 5月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 28 4月, 2020 1 次提交
-
-
由 xiaogang 提交于
[OPs] [ARM Kernel]move assign_value op into basic ops, while moving fake ops about quantization into extra to balance lib size (#3518) * fix:modify quant_op to extra and add one basic op&kernel * fix: move fake op to extra
-
- 20 4月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 17 4月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 16 4月, 2020 2 次提交
-
-
由 zhupengyang 提交于
-
由 zhupengyang 提交于
-
- 13 4月, 2020 1 次提交
-
-
由 zhupengyang 提交于
* [NPU] add shape bridge move shape arm kernel to host * enhance compare arm kernel * [NPU] add gather op bridge * enable reshape arm ut * [NPU] add lookup_table bridge
-
- 03 4月, 2020 1 次提交
-
-
由 xiaogang 提交于
-
- 25 3月, 2020 1 次提交
-
-
由 huzhiqiang 提交于
-
- 23 3月, 2020 1 次提交
-
-
由 xiaogang 提交于
-
- 20 3月, 2020 1 次提交
-
-
由 mapingshuo 提交于
* rm grad code * add mul_grad, test=develop
-
- 17 3月, 2020 1 次提交
-
-
由 mapingshuo 提交于
* add sgd op, test=develop * test=develop
-
- 16 3月, 2020 2 次提交
-
-
由 mapingshuo 提交于
* add backend * add kernel * add grad kernel
-
由 zhupengyang 提交于
* [NPU] subgraph's precision register to kAny
-
- 12 3月, 2020 1 次提交
-
-
由 mapingshuo 提交于
* add mean op, test=develop * split forward and backward, test=develop
-
- 09 3月, 2020 2 次提交
-
-
由 mapingshuo 提交于
* add lookup_dequant_op
-
由 zhupengyang 提交于
* enhance gather, lookup_table arm kernel uts * enhance beam_search, beam_search_decoder, increment rigster
-
- 29 2月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 28 2月, 2020 1 次提交
-
-
由 mapingshuo 提交于
* add sequence_conv op and arm kernel * add test, test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * modify code style. test=develop * fix ut, test=develop * delete unused code, test=develop
-
- 27 2月, 2020 1 次提交
-
-
由 xiaogang 提交于
* feat: add lstm op && kernel test=develop
-
- 14 2月, 2020 1 次提交
-
-
由 xiaogang 提交于
-
- 28 12月, 2019 1 次提交
-
-
由 huzhiqiang 提交于
-
- 23 12月, 2019 1 次提交
-
-
由 yiicy 提交于
-
- 18 12月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* Support Mask RCNN2 (#2588)
-
- 10 12月, 2019 2 次提交
-
-
由 huzhiqiang 提交于
-
由 yiicy 提交于
-
- 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
-
- 28 11月, 2019 1 次提交
-
-
由 yiicy 提交于
-
- 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
-
- 22 11月, 2019 1 次提交
-
-
由 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
-
- 14 11月, 2019 1 次提交
-
-
由 Pei Yang 提交于
* update lookup_table arm x86, test=develop * add lookup_table_v2_op for compatibility, test=develop
-
- 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 次提交
-
-
由 huzhiqiang 提交于
-
- 04 11月, 2019 1 次提交
-
-
由 huzhiqiang 提交于
* move some basic ops into extra type to reduce library size test=develop (#2347)
-
- 22 10月, 2019 1 次提交
-
-
由 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
-
- 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
-
- 12 9月, 2019 1 次提交
-
-
由 Wilber 提交于
* add unsqueeze and range op. modify concat op test=develop * modify exception in range_test_x86
-
- 11 9月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 09 9月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* add assign_value op, arm kernel and test, add fluid_type, test=develop * add hard_sigmoid, test=develop
-