Lixia Chen
922e1f4f36
Migrate CacheTransformPass
4 years ago
mindspore-ci-bot
3708624a25
!11559 [MD] Change the default spill location of cache server
...
From: @lixiachen
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
4cd49ed77e
!11685 [MS][LITE]fix bug of expanding nested loop
...
From: @mengyuanli
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
4 years ago
mengyuanli
a61b5b56d1
fix bug of graphdef transform
4 years ago
mindspore-ci-bot
4fef53a4a2
!11592 add chn/eng switch for transformer readme
...
From: @yuchaojie
Reviewed-by: @c_34,@liangchenghui
Signed-off-by: @c_34
4 years ago
mindspore-ci-bot
d50bae7a87
!11667 [MS][LITE]nested loop expand
...
From: @mengyuanli
Reviewed-by: @zhanghaibo5,@hangangqiang
Signed-off-by: @hangangqiang
4 years ago
ling
e938efc5dd
matmul
4 years ago
yangruoqi713
0754640551
[MSLITE][DEVELOP] add cpu fp16 op: gru
4 years ago
mindspore-ci-bot
5a4a23cbb0
!11627 fix argmaxwithvalue Precision failure
...
From: @jonwe
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @tom__chen
4 years ago
CaoJian
17a42366a1
add FlattenGrad op for inceptionv3-cpu
4 years ago
mindspore-ci-bot
e2fc667481
!11537 layer norm fusion support new IR
...
From: @wangzhe128
Reviewed-by:
Signed-off-by:
4 years ago
yujianfeng
266e960acb
Not do cse for the nodes set recomputed before recompute pass
4 years ago
mindspore-ci-bot
48f2d82c0e
!11577 Use ThreadPool in ParallelFor
...
From: @wuxuejian
Reviewed-by: @kisnwang,@guoqi1024,@c_34
Signed-off-by: @c_34
4 years ago
qujianwei
19fc6306d3
fix for dataset input
4 years ago
mindspore-ci-bot
5280ab355e
!11618 [MS_LITE] control flow encoder
...
From: @YeFeng_24
Reviewed-by:
Signed-off-by:
4 years ago
gzhcv
e823152929
Fix the bug of Profiler timestamp variate between each process in multi-card scene
4 years ago
mindspore-ci-bot
6500655989
!11655 [AutoParallel] log as INFO instead of EXCEPTION for unexpected output tensor shape cases
...
From: @ch-l
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
4 years ago
mengyuanli
49e9b80328
nested loop expand
4 years ago
mindspore-ci-bot
ecca62d786
!11534 profiler: optimized the code of processing memory usage and added memory breakdowns for each execution id
...
From: @zhangyunshu
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
52707ba76e
!10916 Add some logs for collecting graph and using summary operators
...
From: @ouwenchang
Reviewed-by:
Signed-off-by:
4 years ago
changzherui
f552d84a94
modify export file name check
4 years ago
yefeng
26725e81d1
4
4 years ago
wYann
afce3e062e
solve undefined symbol error when akg is loaded in ubuntu arm environment
4 years ago
mindspore-ci-bot
74c2b957f7
!11632 fix gru net usablity bug
...
From: @qujianwei
Reviewed-by: @linqingke,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
01b77c448a
!11525 [MS][LITE][CPU]optimize reshape,squeeze,tile,strideslice op
...
From: @fuzhiye
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhang_xue_tong
4 years ago
mindspore-ci-bot
10a12ac159
!11553 [MSLITE][Develop] optimize sigmoid and tanh
...
From: @sunsuodong
Reviewed-by: @zhang_xue_tong
Signed-off-by:
4 years ago
mindspore-ci-bot
5d7682cef1
!11441 Add F1 score of deeptext's evaluation
...
From: @zhouyaqiang0
Reviewed-by: @c_34,@linqingke
Signed-off-by: @linqingke
4 years ago
zhangxinfeng3
0758a95d4e
Adjust the output of MD simulation
4 years ago
mindspore-ci-bot
9fb9b3b166
!11629 fix shufflenet & googlenet bugs
...
From: @pandoublefeng
Reviewed-by: @c_34,@linqingke
Signed-off-by: @c_34
4 years ago
mindspore-ci-bot
c43a2eb3ba
!11028 [MSLITE] support onnx tiny-yolov3 loop model
...
From: @zhengjun10
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9ed1ad1626
!11608 [MS][LITE][DEVELOP]solve single ops converter bug
...
From: @cjh9368
Reviewed-by: @zhanghaibo5
Signed-off-by:
4 years ago
hebotao
d86a8ea367
Add EluGrad for CPU.
...
增加测试用例
修改测试用例
修改测试用例
修改算子实现,alpha 写死为 1.0
修改算子实现,alpha 写死为 1
修改算子注册
修改算子实现,dy 和 y 搞反了
修改测试代码
修改算子实现
修改算子实现,float16 单独走一个分支
修改算子实现,前端的 float 转换为double
修改算子实现,改回来了
修改算子实现,float16 转换为 Eigen 库中的 half
修改算子实现,float16 转换为 Eigen 库中的 half
修改算子实现,float16 转换为 Eigen 库中的 half
修改算子实现 在单独的文件中实现 EluGrad
修改算子实现 在单独的文件中实现 EluGrad
修改算子实现 在单独的文件中实现 EluGrad
修改算子实现 在单独的文件中实现 EluGrad
格式化代码
修改 pylint 错误
更新注释信息
删除未使用的私有变量
删除未使用的私有变量
4 years ago
fuzhiye
e36e11e095
optimize op performance
4 years ago
mindspore-ci-bot
9d00e30ed0
!11544 modify export mindir for type tupletensor
...
From: @changzherui
Reviewed-by: @zh_qh,@zhoufeng54
Signed-off-by: @zh_qh
4 years ago
liujiahan
5889e9c0d9
Renamed variables to lower camel case.
...
Renamed illegal variables and functions.
reconverted the nae of function in Lite java files.
modified
4 years ago
mindspore-ci-bot
6f38e1de85
!11550 fix cast muilti thread bug
...
From: @yeyunpeng2020
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by:
4 years ago
sunsuodong
c0a1f88ad0
optimize_sigmoid
4 years ago
qujianwei
6adb82c2c6
gru_fix_bug
4 years ago
fangzehua
9fddc2e1e4
add pipe
4 years ago
zhengjun10
a37e917810
support onnx loop model tiny-yolov3
4 years ago
mindspore-ci-bot
a7016ea735
!11637 unsqueeze slice space-to-depth
...
From: @ling_qiao_min
Reviewed-by: @zhang_xue_tong,@hangangqiang
Signed-off-by: @zhang_xue_tong
4 years ago
mindspore-ci-bot
74e4cc1876
!11570 [MS][LITE][Develop] GPU modify some problems for prelu
...
From: @pengyongrong
Reviewed-by:
Signed-off-by:
4 years ago
dayschan
27b4e1653a
Raise akg ReduceSum precision
...
Cast the float16-input to float32 before ReduceSum, and cast back to float16 after ReduceSum.
If the op after this ReduceSum is a casting from float16 to float32, then it can be eliminated.
4 years ago
cjh9368
1cd3b2fe03
resolve issue
4 years ago
yeyunpeng
f840c8ccae
fix cast multi thread
4 years ago
Pengyongrong
76b862bde0
modify layernorm and softmax 2021/1/25 monday
4 years ago
wangrao
16939ee902
fix bug: np.column_stack raises RuntimeError in graph mode
4 years ago
ougongchang
c6e4b0c85f
Add more log when collect graph and use summary operators
...
Fix can not collect input data when batch size is 1 and total step
number is 1
Fixed spelling errors
4 years ago
zhangyunshu
aa42728e84
profiler mem usage: added memory breakdowns for each execution id
4 years ago
mindspore-ci-bot
659b5d8e10
!11633 [MS][LITE]fix pet classification android demo title
...
From: @sishuikang
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhanghaibo5
4 years ago