- 29 9月, 2018 3 次提交
- 28 9月, 2018 10 次提交
-
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
Polish styles in generate_proposals_op. 1. inline lambda functions rathar than use std::function to save var. 2. add `static inline` to template functions .cc * Make them static to prevent generating symbols. * Make them inline to give compiler a hit inline them as possible. * Not if the function is not static, they cannot be inlined since the symbols should be exported. 3. add `static` to global functions in .cc * Make them static to prevent generating symbols. 4. Use Vector<uint64> instead manually manange storage between devices. 5. Prefer to use platform::ForRange, so we can optimize `ForRange` by just changing `for_range.h` if it is needed. 6. Do not change shape of inputs test=develop
-
由 Wu Yi 提交于
* show detail error log on ci * test * fix memopt and dist * update apispec * will fix different batch issue test=develop
-
由 Yan Chunwei 提交于
- add naive executor - fix concurrency performance issue
-
由 Yu Yang 提交于
Use OO style to rewrite memory allocation.
-
由 Xin Pan 提交于
Fixed-point quantize transpiler.
-
由 Dang Qingqing 提交于
test=develop
-
-
由 Dang Qingqing 提交于
test=develop
-
由 Jiabin Yang 提交于
Add ci job for Mac
-
- 27 9月, 2018 27 次提交
-
-
由 Xin Pan 提交于
clean v2 usage
-
由 chengduo 提交于
* add GraphNum test=develop * add graph number check in parallelExecutor test=develop * fix transformer_model bug test=develop * fix graph num
-
由 Xin Pan 提交于
PassBuilder
-
由 chengduo 提交于
test=develop
-
由 Qiyang Min 提交于
Make Mac support Python3
-
由 Xin Pan 提交于
Hide kwargs
-
由 qingqing01 提交于
-
由 Yu Yang 提交于
Fix mixed vector
-
由 JiabinYang 提交于
-
由 chengduo 提交于
-
由 qingqing01 提交于
* Add CUDA implementation for generate_proposals_op. * Clean code. * Update code.
-
由 Wu Yi 提交于
fix graph num
-
由 Xin Pan 提交于
test=develop
-
由 gongweibao 提交于
-
由 velconia 提交于
test=develop
-
由 Dang Qingqing 提交于
-
由 velconia 提交于
test=develop
-
由 velconia 提交于
-
由 gongweibao 提交于
-
由 Yan Chunwei 提交于
-
由 gongweibao 提交于
-
-
由 Tao Luo 提交于
change the install prefix for capi
-
由 Wu Yi 提交于
Revert "Some trivial optimization (#13530)"
-
由 Shan Yi 提交于
fix doc cmake in develop
-
由 typhoonzero 提交于
-
由 Zeng Jinle 提交于
Fix elementwise_div api missing
-