- 16 6月, 2020 3 次提交
-
-
由 zhaoying9105 提交于
* (feat): add cnplugin cmake * (feat): add cnplugin deps to backends/CMakeLists.txt and utility.h * (feat): add box_coder converter * (feat): add density_prior_box op * (feat) add multiclass nms converter, while workspace as static tensor * (ref): change nms test input from file to random, add iou * (ref): add density_prior_box & box_coder to paddle_use_bridges.h
-
由 jackzhang235 提交于
modify mlu's TargetWrapper to situation when creating and running predictor in different threads
-
由 MaxwellDing 提交于
-
- 15 6月, 2020 1 次提交
-
-
由 MaxwellDing 提交于
-
- 10 6月, 2020 4 次提交
-
-
由 dingminghui 提交于
-
由 zhaoying9105 提交于
1 add int32 mlu io copy out support; 2 do not ModifyInputOutputDataType for int32
-
由 zhaoying9105 提交于
1 flatten & reshape 之前没有放到 paddle_use_bridges 中,现在放进去; 2 reshape 中 cnmlCreateNdReshapeOpParam dim_num 之前误写成4,应该是 output_dims.size()
-
由 zhaoying9105 提交于
(feat): add idenity cast eliminate pass, only remove int32 to int32 cast for now (#110)
-
- 09 6月, 2020 5 次提交
- 08 6月, 2020 1 次提交
-
-
由 dingminghui 提交于
-
- 03 6月, 2020 1 次提交
-
-
由 jiaopu 提交于
-
- 02 6月, 2020 2 次提交
-
-
由 JiaoPu 提交于
1 Fix CI test 2 refactor: reduce hwtime log to ease analyzing for CI subgraph will rebuild while batchsize changable is on and encounter a unsupported operator. graph will be destructed and recreated, in which Nan hw perf log is printed 3 fix googlenet gtest check
-
由 shipengchao 提交于
-
- 29 5月, 2020 2 次提交
-
-
由 --get 提交于
-
由 zhaoying9105 提交于
* (bugfix): emplace_back may reallocate, make cast_op ptr detached * fix: wrong op sequence will cause node in graph not added Co-authored-by: N--get <zhaoying@cambricon.com> Co-authored-by: Ndingminghui <dingminghui@cambricon.com>
-
- 28 5月, 2020 6 次提交
-
-
由 dingminghui 提交于
-
由 dingminghui 提交于
subgraph will rebuild while batchsize changable is on and encounter a unsupported operator. graph will be destructed and recreated, in which Nan hw perf log is printed
-
由 --get 提交于
-
由 dingminghui 提交于
before c++11: `iterator erase( iterator pos );` after c++11: `iterator erase( const_iterator pos );`
-
由 dingminghui 提交于
-
由 --get 提交于
-
- 27 5月, 2020 1 次提交
-
-
由 shipengchao 提交于
-
- 26 5月, 2020 2 次提交
-
-
由 dingminghui 提交于
-
由 dingminghui 提交于
-
- 25 5月, 2020 4 次提交
-
-
由 jiaopu 提交于
-
由 dingminghui 提交于
-
由 --get 提交于
-
由 --get 提交于
(ref): insert trans before and after transpose
-
- 22 5月, 2020 4 次提交
- 21 5月, 2020 4 次提交
-
-
由 dingminghui 提交于
-
由 dingminghui 提交于
-
由 dingminghui 提交于
caused by wrong data type in io_copy
-
由 jiaopu 提交于
-