- 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
-
- 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
-
- 17 6月, 2020 1 次提交
-
-
由 石晓伟 提交于
* add flatbuffers, test=develop * fix cmake codes, test=develop
-
- 01 4月, 2020 1 次提交
-
-
由 Wilber 提交于
add cuda kernel. abs, tanh, elementwise_sub
-
- 21 10月, 2019 1 次提交
-
-
由 myq406450149 提交于
* add gpu kernel mul pool relu scale softmax dropout bilinear_interp and can run in tx2 * rm GREATER_EQUAL
-
- 27 8月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
* paddle lite cuda init can run model with leaky_relu * add the missing file. test=develop
-
- 16 8月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-