- 18 12月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* Support Mask RCNN2 (#2588)
-
- 06 11月, 2019 1 次提交
-
-
由 Wilber 提交于
fill_constant kernel only registered float type, only the float data type is produced, which is obviously a bug. Now, produce data based on the data type attr. By the way, fix the cast kernel bug.
-
- 23 9月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* add cast from uint8 to float, test=develop
-
- 19 9月, 2019 1 次提交
-
-
由 石晓伟 提交于
* add full_api_static target and fix building errors, test=develop * fix build errors, test=develop * fix code style, test=develop * fix lite/model_parser/pb/var_desc.cc, test=develop * fix building errors, test=develop * modify lite/tools/debug/CMakeLists.txt, test=develop
-
- 12 9月, 2019 1 次提交
-
-
由 Wilber 提交于
* add unsqueeze and range op. modify concat op test=develop * modify exception in range_test_x86
-
- 28 8月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* modify cast op, test=develop * modify cast op and remove warning in argmax_test, test=develop
-
- 16 8月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-