- 23 10月, 2019 3 次提交
-
-
由 xiebaiyuan 提交于
-
由 Xiaoyang LI 提交于
* fix python3 build error, test=develop * fix ci, test=develop
-
由 guofei 提交于
* Make armlinux compile libpaddle_light_api_shared.so test=develop
-
- 22 10月, 2019 5 次提交
-
-
由 juncaipeng 提交于
* modify parse_op_registry. When REGISTER_LITE_OP and op_name not in the same row, it also can obtain op_name, test=develop
-
由 Yanzhan Yang 提交于
-
由 juncaipeng 提交于
* Add DeleteQuantOpFuser * Add fake_quantize_dequantize_moving_avg_abs_max_op * Add DeleteQuantDequantOpFuser
-
由 zhupengyang 提交于
test=develop
-
由 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 6 次提交
-
-
由 石晓伟 提交于
* add static libraries of cuda, test=develop * update cuda make
-
由 myq406450149 提交于
* add gpu kernel mul pool relu scale softmax dropout bilinear_interp and can run in tx2 * rm GREATER_EQUAL
-
由 Jiaying Zhao 提交于
-
由 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
-
由 Xiaoyang LI 提交于
-
由 huzhiqiang 提交于
Fix ‘Large memory usage of Naive model loading’ (#2175)
-
- 18 10月, 2019 2 次提交
-
-
由 Wilber 提交于
fix yolobox_cuda test precision error
-
由 huzhiqiang 提交于
* add shell file to automatically build and collect publish result test=develop * modify codestyle of getInputNames test=develop * test=develop * rm publish.sh * remove copy of func param * test=develop * test=devcelop * test=develop * test=develop * const & test=develop * modify variable defination test=develop * test=develop * test=develop * test=develop * test=develop
-
- 17 10月, 2019 5 次提交
-
-
由 juncaipeng 提交于
-
由 StarryRain 提交于
-
由 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 5 次提交
-
-
由 Zhaolong Xing 提交于
* init: delete feed and fetch op, using zero copy test=develop * delete the unused test test=develop
-
由 Jiaying Zhao 提交于
-
由 liu zhengxi 提交于
enable conv2d op and its unit tests on x86 device
-
由 xiebaiyuan 提交于
-
由 sangoly 提交于
* [framework][place] remove prefered_place, use place order in valid_place array instead test=develop * remove kHost from valid_places test=develop
-
- 15 10月, 2019 6 次提交
-
-
由 juncaipeng 提交于
* fix bug for accessing the removed node, test=develop
-
由 juncaipeng 提交于
* fix benchmark, test=develop
-
由 Yanzhan Yang 提交于
-
由 石晓伟 提交于
-
由 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
-
由 hong19860320 提交于
* [NPU] Fix the bug of loading multi NPU models test=develop * [NPU] Use lite tensor to store NPU model, fix the management of multi NPU models, support loading NPU model from memory and reduce the modification of framework test=develop * [NPU] Remove redundant header files for NPU bridges, test=develop * [NPU] fix NPU deps test=develop * [NPU] refine the compiling script for NPU test=develop * [NPU] remove redundant subdirectory in lite/CMakeLists.txt test=develop * [NPU] Fix and refine NPU test case test=develop * [NPU] revoke the modification of other non-NPU modules test=develop * [NPU] Remove NPU bridges if target is tiny publish test=develop
-
- 14 10月, 2019 5 次提交
-
-
由 juncaipeng 提交于
* fix bug for reshape op, test=develop
-
由 Zhaolong Xing 提交于
test=develop
-
由 huzhiqiang 提交于
* add GetInputNames and GetOutPutNames and GetInputByName method test=develop
-
由 lijianshe02 提交于
* fix asr modle related kernel bugs test=develop
-
由 juncaipeng 提交于
* optimize quant_dequant_fuse_pass, test=develop
-
- 12 10月, 2019 2 次提交
-
-
由 Jiaying Zhao 提交于
-
由 Xiaoyang LI 提交于
* fix conv_transpose error * fix build error, enable basic test of conv_transpose, test=develop
-
- 11 10月, 2019 1 次提交
-
-
由 juncaipeng 提交于
-