- 23 7月, 2020 1 次提交
-
-
由 huzhiqiang 提交于
-
- 22 7月, 2020 2 次提交
-
-
由 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
-
由 ysh329 提交于
* enable opencl kernel tune by default. test=develop
-
- 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
-
- 20 7月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* update sequence_conv profile * delete extra file, test=develop
-
- 16 7月, 2020 5 次提交
-
-
由 Wilber 提交于
-
由 Wilber 提交于
-
由 HappyAngel 提交于
* update sequence_pool and sequence_conv profiler, test=develop * fix compute error, test=develop * delete warning and extra info, test=develop
-
由 Wilber 提交于
-
由 MaxwellDing 提交于
-
- 14 7月, 2020 3 次提交
-
-
由 mapingshuo 提交于
add act grad ops
-
由 Santa An 提交于
* [LITE][BM] modify interpolate if,test=develop * [LITE][BM] add include math.h, test=develop
-
由 ysh329 提交于
remove conv redundant's for opencl kernel.
-
- 13 7月, 2020 2 次提交
-
-
由 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>
-
由 Qi Li 提交于
* [NPU] apply npu cache offline model to other devices, test=develop * [NPU] address review comments, test=develop
-
- 10 7月, 2020 2 次提交
-
-
由 Qi Li 提交于
* [NPU] enhance cache offline model, test=develop
-
由 MaxwellDing 提交于
add op lrn norm gather
-
- 09 7月, 2020 3 次提交
-
-
由 MaxwellDing 提交于
add mlu kernels argmax, flatten, slice, transpose
-
由 MaxwellDing 提交于
add mlu kernel dropout split squeeze reshape
-
由 mapingshuo 提交于
-
- 08 7月, 2020 3 次提交
- 07 7月, 2020 2 次提交
- 06 7月, 2020 1 次提交
-
-
由 MaxwellDing 提交于
-
- 03 7月, 2020 2 次提交
-
-
由 Wilber 提交于
-
由 hong19860320 提交于
-
- 02 7月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 01 7月, 2020 3 次提交
- 30 6月, 2020 3 次提交
-
-
由 Wilber 提交于
-
由 Wilber 提交于
-
由 HappyAngel 提交于
* fix conv int8 kernel choose and sooftmax compute bug * change axis_size = 4 kernel choose, test=develop * fix format. test=develop
-
- 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 2 次提交
-
-
由 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
-
由 dustybluebird 提交于
-