- 04 8月, 2020 2 次提交
- 27 7月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* add elu act * fix elu act not find error, test=develop * fix format.test=develop * fix int8 model opt error in conv+conv fusion, test=develop * fix format. test=develop * test=develop
-
- 24 7月, 2020 2 次提交
- 22 7月, 2020 1 次提交
-
-
由 hong19860320 提交于
* [Core][ARM] Fix beam_search, eltwise_mul supports broadcast and int64_t data type, add print op and kernel, add exeception test=develop * Fix the dims of parent idx of the arm kernel of beam_search op * elementwise_mul supports int64_t data type with broadcasting * Add print op and kernel for debugging * Support throwing the exception when the internal error occurs * Refine while and conditional_block op kernel * Support the graph optimization on subblocks * Pass program_desc and block_idx into the kernel of the control flow ops(while/conditional_block/subgraph), and create the RuntimeProgram online, it make it possiable to call the control flow ops recursively *Add unit test for masked transformer model
-
- 21 7月, 2020 1 次提交
-
-
由 Cwndmiao 提交于
* fix typo * [LITE][XPU] accomodate crmm(variant 20200608) * refine lite/tests/api/test_mmdnn_lite_xpu.cc * more comments, test=develop test=xpu * bugfix in crmm pattern match * pr comments, test=develop test=xpu * add XPU_CALL and retval check, test=develop test=xpu
-
- 15 7月, 2020 1 次提交
-
-
由 石晓伟 提交于
* update desc interfaces, test=develop * update desc interfaces, test=develop * update compatible_pb.cc, test=develop * fix build errors, test=develop * remove the fstream to shrink the size of library, test=develop
-
- 14 7月, 2020 1 次提交
-
-
由 mapingshuo 提交于
add act grad ops
-
- 13 7月, 2020 1 次提交
-
-
由 Cwndmiao 提交于
* [LITE][XPU] accomodate resnet_cbam * [LITE][XPU] accomodate content-dnn * fix pr comments test=develop * fix pr comments test=develop * fix pr comments test=develop test=xpu * fix compilation error, test=develop test=xpu * [X86] Fix the unit test of slice op test=develop test=xpu Co-authored-by: Nhong19860320 <9973393+hong19860320@users.noreply.github.com>
-
- 10 7月, 2020 1 次提交
-
-
由 石晓伟 提交于
* align opdesc interfaces, test=develop * align opdesc interfaces, test=develop
-
- 07 7月, 2020 1 次提交
-
-
由 石晓伟 提交于
-
- 03 7月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 01 7月, 2020 3 次提交
- 30 6月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 29 6月, 2020 1 次提交
-
-
由 cc 提交于
* Update quantization, scale save in op attrs by <inputname_index, scale_value>, test=develop Co-authored-by: Nhong19860320 <9973393+hong19860320@users.noreply.github.com>
-
- 26 6月, 2020 1 次提交
-
-
由 cc 提交于
-
- 23 6月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 22 6月, 2020 1 次提交
-
-
由 Shibo Tao 提交于
* refactor register mechanism, current so size: 1.20MB. test=develop * fix KernelRegistry::Global().Create. test=develop * fix cpplint errors. test=develop * fix test_subgraph_pass bug. test=develop * register kernel with target,precision,datalayout combination. test=develop * fix test_paddle_api no op found bug. test=develop * enhance comment * fix lite/kernels/arm/elementwise_compute_test.cc. test=develop * fix code style * revert format of unchanged files. test=develop * fix code format according to cpplint 1.5.1. test=develop * remove redundant include header. test=develop
-
- 17 6月, 2020 2 次提交
-
-
由 xiebaiyuan 提交于
-
由 yongqiangma 提交于
* add op affine_grid. test=develop
-
- 16 6月, 2020 1 次提交
-
-
由 cc 提交于
* Add retinanet_detection_output op, test=develop
-
- 15 6月, 2020 4 次提交
-
-
由 yiicy 提交于
* [ARM] add where_index op, test=develop * [ARM] add where_index op, test=develop
-
由 yiicy 提交于
-
由 Qi Li 提交于
-
由 HappyAngel 提交于
* add grouup_norm * fix format. test=develop * fix xiaodu crash. test=develop
-
- 11 6月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 09 6月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* add deformable Conv op * fix ut, test=develop * fix format. test=develop * test=develop * delete unuseful message. test=develop
-
- 04 6月, 2020 1 次提交
-
-
由 xiebaiyuan 提交于
* [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop
-
- 28 5月, 2020 1 次提交
-
-
由 T8T9 提交于
* reduce .so size. test=develop * compile all targets when LITE_ON_TINY_PUBLISH=OFF * unordered_map is more convenient when key is customized class * test=develop
-
- 25 5月, 2020 1 次提交
-
-
由 Yuan Shuai 提交于
* add calltime/gops for summary. test=develop * fix act case for kunk. test=develop
-
- 21 5月, 2020 1 次提交
-
-
由 Yuan Shuai 提交于
* [LITE][PROFILE] Enhance ARM CPU profiler with real backend kernel. test=develop
-
- 18 5月, 2020 1 次提交
-
-
由 Yuan Shuai 提交于
[LITE][OPENCL] Enhance Profiler for OpenCL with in/out/filter shape, macs/macs_ps, real backend kernel etc. (#3641) * [LITE][OPENCL] Enhance Precision Profiler for OpenCL. test=develop
-
- 14 5月, 2020 1 次提交
-
-
由 cc 提交于
-
- 12 5月, 2020 1 次提交
-
-
由 Cwndmiao 提交于
[LITE][XPU] 1. Add precision switch(int16/int31) in XPUMultiEncoderOp; 2. Fix identity_dropout_eliminate_pass, |AttrType| of 'is_test' in OpDesc can be INT or BOOLEAN; 3. Enhance |__xpu__multi_encoder_fuse_pass|; (#3596) * [LITE][XPU] Add precision switch(int16/int31) in XPUMultiEncoderOp * [LITE][XPU] fix identity_dropout_eliminate_pass, |AttrType| of 'is_test' in OpDesc can be INT or BOOLEAN * test=develop * [LITE][XPU] suppress linkage error test=develop * [LITE][XPU] 1. Reorder |identity_dropout_eliminate_pass| before |__xpu__multi_encoder_fuse_pass|; 2. Enhance |__xpu__multi_encoder_fuse_pass|, it works well in more scenarios; test=develop * [LITE][XPU] Remove XPUConfig test=develop
-
- 08 5月, 2020 1 次提交
-
-
由 Wilber 提交于
* add eltwise_activate_fuse. test=develop
-
- 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
-
- 26 4月, 2020 1 次提交
-
-
由 Santa An 提交于
* [LITE][BM] fix reshape infer shape issue, optimize global pool,adaptive pool,multi thread
-