- 15 10月, 2019 3 次提交
-
-
由 石晓伟 提交于
-
由 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 5 次提交
-
-
由 juncaipeng 提交于
-
由 Yanzhan Yang 提交于
-
由 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
-
由 huzhiqiang 提交于
* move the method of SetThread and SetPowerMode from MobileConfig into ConfigBase * cxxPredictor will support SetThread and SetPowerMode method
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] support image2d. test=develop * add context changed with consider image*. test=develop * add layout, relu image kernels. test=develop * replace image_data with data, mutable_image_data with mutable_data, test=develop * comment unused var. test=develop * remove unused var. test=develop
-
- 10 10月, 2019 4 次提交
-
-
由 Wilber 提交于
* fix yolobox_cuda bug * update code format
-
由 Yanzhan Yang 提交于
1. improve n-fold quantification algorithm by introducing a minimal size for each fold. 2. automatically search for best n for n-fold algorithm. (#2167)
-
由 Yuan Shuai 提交于
* [CMAKE] Abandon strip when CMAKE_BUILD_TYPE=Debug * Add CMAKE_BUILD_TYPE info in cmake. test=develop
-
由 xiebaiyuan 提交于
-
- 09 10月, 2019 5 次提交
-
-
由 Yanzhan Yang 提交于
* 1. add quantification_fold parameter. 2. support quantification test in run.py. * implement n-fold quantification
-
由 yiicy 提交于
* imporve prepack_input func speed in int8 3x3s1 dw conv * fix code style * fix code style * improve 3x3s1 dw fp32 conv speed a little * arm add 5x5s1 int8 dw conv, test=develop
-
由 xiebaiyuan 提交于
* open cl mem optimise, split with cpu codes. fix a bug when some memory is not equal 4 . * open cl mem optimise, split with cpu codes. fix a bug when some memory is not equal 4 fix bad des
-
由 zp7 提交于
-
由 xiebaiyuan 提交于
-
- 08 10月, 2019 1 次提交
-
-
由 Jiaying Zhao 提交于
-
- 01 10月, 2019 1 次提交
-
-
由 sangoly 提交于
-
- 27 9月, 2019 4 次提交
-
-
由 zp7 提交于
-
由 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
-
由 sangoly 提交于
-
由 NazgulLee 提交于
-
- 26 9月, 2019 2 次提交
- 25 9月, 2019 6 次提交
-
-
由 Xiaoyang LI 提交于
-
由 Xiaoyang LI 提交于
-
由 StarryRain 提交于
* get opencl kernel_work_group_size and set local_work_group_size for conv and conv_trans kernel of GAN, test=develop * fix fpga CI error, test=develop * fix fpga CI error, test=develop * auto set local work group size according to devices * Optimal OPENCL conv_trans_7x7 Performance , test=develop * fix CI error, test=develop
-
由 Xiaoyang LI 提交于
-
由 Xiaoyang LI 提交于
-
由 juncaipeng 提交于
-
- 24 9月, 2019 1 次提交
-
-
由 Jiaying Zhao 提交于
* fix fpga ci build error. test=develop * fix fpga ci build error. test=develop
-
- 23 9月, 2019 1 次提交
-
-
由 Wilber 提交于
-