- 13 11月, 2019 1 次提交
-
-
由 liu zhengxi 提交于
align the lite nearest, bilinear op to fluid on arm and cuda
-
- 12 11月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* update concat and unsqueeze, test=develop
-
- 11 11月, 2019 2 次提交
-
-
由 Pei Yang 提交于
add cuda kernel:lookup table
-
由 HappyAngel 提交于
* fix pooling bug and speed * fix build error * delete VLOG in pool, test=develop * add openmp, test=develop * fix lite/kernels/arm/pool_compute_test basic_pooling compute error bug, test=develop
-
- 08 11月, 2019 2 次提交
-
-
由 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
-
由 hong19860320 提交于
[LITE][NPU] Add fusion_elementwise_add_activation bridge, remove the limitation of the dimensions of input tensors in the graph compute kernel, and refine log message (#2395) test=develop
-
- 07 11月, 2019 2 次提交
-
-
由 TianXiaogang 提交于
mv deviceinfo.workspace and other relative member to thread_local_storage
-
由 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 3 次提交
-
-
由 Wilber 提交于
update reshape op to support multiple input types of shape. priority: input(ShapeTensor) > input(Shape) > attr(shape) update slice op to support multiple iput types of starts and ends. priority: input(StartsTensor) > input(StartsTensorList) > attr(starts)
-
由 Wilber 提交于
fill_constant kernel only registered float type, only the float data type is produced, which is obviously a bug. Now, produce data based on the data type attr. By the way, fix the cast kernel bug.
-
由 huzhiqiang 提交于
-
- 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)
-
- 01 11月, 2019 2 次提交
-
-
由 zhupengyang 提交于
* [XPU] add batchnorm op bridge and unit test test=develop * fix DMLC_USE_GLOG test=develop
-
由 TianXiaogang 提交于
-
- 30 10月, 2019 2 次提交
-
-
由 zhupengyang 提交于
test=develop
-
由 hong19860320 提交于
-
- 29 10月, 2019 5 次提交
-
-
由 liu zhengxi 提交于
* add tanh op in x86 platform and its unittest, test=develop * add gelu op on x86 platform and add its unittests, test=develop * update depends for math_function for activation for gelu, test=develop
-
由 zhupengyang 提交于
test=develop
-
由 hong19860320 提交于
* Add supporting for Huawei offical DDK * Fix the param of graph op in NPU graph computing kernel
-
由 guofei 提交于
test=develop
-
由 zhupengyang 提交于
* [XPU] add mul op bridge and unit test test=develop * use tmp tensor for transposed y test=develop
-
- 28 10月, 2019 2 次提交
-
-
由 zhupengyang 提交于
test=develop
-
由 hong19860320 提交于
* Initial support for XPU * Fix compiling errors of XPU * Move XPU op kernel bridges from backends to kernels to fix deps order * Change the namespace and directory of XPU bridges * Add XPU SDK * Fix header files and namespace of XPU SDK * Add unit tests for relu and conv2d ops * Restore the modification of paddle_api_test * Supports simple model which contains only a relu layer * Add compiling scripts for XPU * Fix compiling errors of XPU * Add comments for XPU LoadModel and BuildModel
-
- 24 10月, 2019 1 次提交
-
-
由 liu zhengxi 提交于
* make inceptionv4, resnet50, googlenet can run on x86 paltform and fix the compare part in x86 unittests, test=develop * fix googlenet tests for benchmark record, test=develop * [framework][profile] fix profile dump bug when op is feed and fetch test=develop (sangoly)
-
- 23 10月, 2019 5 次提交
-
-
由 Wilber 提交于
* modify yolobox_cuda to support multiple runs test=develop
-
由 TianXiaogang 提交于
* fix: fix fc batch bug * fix:fix fc bug;test=develop
-
由 石晓伟 提交于
* update framework.proto * add compatibility check, test=develop * remove head files, test=develop
-
由 liu zhengxi 提交于
* enable pool2d op on x86 and add its unit tests, test=develop * enable dropout op and add its unit tests, test=develop * add tranpose, transpose2 op and add their unit tests, test=develop
-
由 sangoly 提交于
* [python api] init add python api test=develop
-
- 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
-
- 21 10月, 2019 2 次提交
-
-
由 myq406450149 提交于
* add gpu kernel mul pool relu scale softmax dropout bilinear_interp and can run in tx2 * rm GREATER_EQUAL
-
由 yiicy 提交于
* cuda add softmax and pool op * * fix armlinux can find sys/system_properties.h * conv add padding_algorithm test=develop * delete padding_algorithm in op param, test=develop * fix bugs, test=develop
-
- 18 10月, 2019 1 次提交
-
-
由 Wilber 提交于
fix yolobox_cuda test precision error
-
- 17 10月, 2019 4 次提交
-
-
由 juncaipeng 提交于
-
由 zhupengyang 提交于
* move lite/backends/npu/bridges --> lite/kernels/npu/ test=develop * fix namespace for npu test=develop * mv npu runtime file to lite/backends/npu test=develop
-
由 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
-
由 liu zhengxi 提交于
-
- 16 10月, 2019 1 次提交
-
-
由 liu zhengxi 提交于
enable conv2d op and its unit tests on x86 device
-
- 15 10月, 2019 1 次提交
-
-
由 Yuan Shuai 提交于
[LITE][OPENCL] Fix layout, target pass for OpenCL, add macro of CONVERT_TYPE_TO and READ/WRITE image, memory reuse in ResetLazyImage2D (#2170) * add macro of CONVERT_TYPE_TO and READ/WRITE image. test=develop * add data type control. test=develop * fix io op as general layout and precision. test=develop * Fix memory reuse strategy for opencl image2d. test=develop * remove std::array, std::map in about opencl backend. test=develop
-