buxue
4a703e437e
convert the implementation of Slice and StridedSlice CPU operators to nnacl
5 years ago
mindspore-ci-bot
9edf30bd05
!15611 [MS][LITE][Develop] add arm32 fp32 optimize
From: @lzkcode
Reviewed-by: @zhang_xue_tong,@zhanghaibo5
Signed-off-by: @zhang_xue_tong
5 years ago
jjfeing
735a6aaa3c
add conv+add+relu & add+reluv2 fusion
5 years ago
mindspore-ci-bot
5b97697b3f
!15694 slice like ops and transpose support higher dimensions
From: @zhaozhenlong
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhang_xue_tong
5 years ago
mindspore-ci-bot
55bdb33f35
!15631 modify custom op
From: @lyvette
Reviewed-by: @jpc_chenjianping,@jpc_chenjianping,@zhaizhiqiang
Signed-off-by: @jpc_chenjianping,@jpc_chenjianping
5 years ago
yangruoqi713
b8754d45b5
[MSLITE][Develop] clean codex in lite op nnacl module
5 years ago
yangruoqi713
875ae72ae3
[MSLITE][Develop] clean codex in lite op runtime module
5 years ago
mindspore-ci-bot
40cf487413
!15698 告警清理
From: @he-botao
Reviewed-by: @wuxuejian,@c_34
Signed-off-by: @wuxuejian
5 years ago
mindspore-ci-bot
a20b631858
!15708 cumsum cpu kernel codedex
From: @shaoxiangdong
Reviewed-by: @wuxuejian,@c_34
Signed-off-by: @wuxuejian
5 years ago
mindspore-ci-bot
1a9463c513
!15228 fix abstract of parameter
From: @hangangqiang
Reviewed-by: @zhang_xue_tong,@ddwsky
Signed-off-by: @zhang_xue_tong
5 years ago
mindspore-ci-bot
94ed3b89a3
!15647 Add rint op for cpu and gpu
From: @xcnick
Reviewed-by: @liangchenghui,@tom__chen
Signed-off-by: @liangchenghui
5 years ago
mindspore-ci-bot
ef535c360a
!15607 bugfix-issue:DepthToSpace SyncHostToDevice failed and the result is incorrect.
From: @kanghui0204
Reviewed-by: @liangchenghui,@tom__chen
Signed-off-by: @liangchenghui
5 years ago
zhaosida
0a920057a5
add AdamWeightDecay CPU op and optimize with SIMD intinsics
5 years ago
zhoufeng
3d38bcf791
use internal ge runtime
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
shaoxiangdong
aee56173c4
cumsum cpu kernel codedex
5 years ago
hebotao
4ee7560ece
告警清理
5 years ago
hangangqiang
84e4906c9d
fix abstract of parameter
5 years ago
zhaozhenlong
3fa19d4764
slice base int8
5 years ago
mindspore-ci-bot
5da8c695ca
!15586 fix np.linspace/geomspace/logspace/arraysplit/split when shape 0 is encountered
From: @yanglf1121
Reviewed-by: @kingxian,@guoqi1024
Signed-off-by: @kingxian
5 years ago
xcnick
a90713b194
Add rint op kernel for cpu and gpu
5 years ago
liuyu
4e07e5bf18
modify custom
5 years ago
mindspore-ci-bot
8de54f3355
!15602 [GraphKernel]Bugfix about GetValue in akg_kernel_json_generator
From: @dayschan
Reviewed-by: @gaoxiong1,@dylangeng
Signed-off-by: @dylangeng
5 years ago
mindspore-ci-bot
a0ab73cc8e
!15554 Add floormod op for cpu and gpu
From: @xcnick
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
kanghui
d9a1ee3429
fix depthtospace and spacetodepth ops bugs
Signed-off-by: kanghui <405194527@qq.com>
5 years ago
yanglf1121
6f83237d22
fix numpy bugs
5 years ago
lzk
8437320b45
fp1611
5 years ago
mindspore-ci-bot
e26d3f5a21
!15576 fix newAxisMask making ndim incorrect
From: @zhaozhenlong
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhang_xue_tong
5 years ago
TFBunny
e85701f456
fix potential async problems
5 years ago
mindspore-ci-bot
6801ef61e0
!13634 Add GPU HSigmoid and HSigmoidGrad and support dynamic shape
From: @TFbunny
Reviewed-by: @robingrosman,@robingrosman,@liangchenghui
Signed-off-by: @liangchenghui
5 years ago
dayschan
5edf2b3d92
Bugfix of GetValue
when the attr is a list that mixed with Int32Imm and Int64Imm (unreasonable, but it occured),
it will crash whether we use GetValue<std::vector<int>> or GetValue<std::vector<int64_t>>.
so we need to traverse the list and pick the numbers manually.
5 years ago
mindspore-ci-bot
7c9dd278b9
!15512 convert the implementation of simoidGrad TanhGrad AbsGrad CPU ops to nnacl
From: @yuanwei66
Reviewed-by: @zhanyuan1,@guoqi1024,@zhaizhiqiang
Signed-off-by: @guoqi1024
5 years ago
mindspore-ci-bot
181c4d31c0
!14737 add is dyanmic format op info
From: @jjfeing
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
5 years ago
zhaozhenlong
6be1d58983
fix strided slice new axis mask exceed limit
5 years ago
mindspore-ci-bot
0fa86fb295
!15259 trt operator
From: @wilfchen
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
5 years ago
xcnick
181844a3d9
Add floormod op for cpu and gpu
5 years ago
mindspore-ci-bot
9122cdbbae
!15518 [MSLITE] Fix bug of fp16subgraph preprocess.
From: @wang_shaocong
Reviewed-by: @zhanghaibo5,@hangangqiang
Signed-off-by: @zhanghaibo5
5 years ago
mindspore-ci-bot
c81ecab938
!15541 fix bug of scatter operators: multithread operation will cause input data update error
From: @dragon_d
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
5 years ago
mindspore-ci-bot
9b965888aa
!15539 clean pclint warning
From: @lianliguang
Reviewed-by: @jjfeing,@chujinjin
Signed-off-by: @chujinjin
5 years ago
TFBunny
e8794ce0d7
add gpu kernel HSigmoid and HSigmoidGrad
5 years ago
lianliguang
5849706968
clean pclint warning
5 years ago
dinglongwei
a9ba527ed4
fix bug: remove multi-thread, because the input will operate multiple times.
5 years ago
mindspore-ci-bot
b76c0599d0
!15527 fix CPU topk output unstable
From: @zhao_ting_v
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
5 years ago
yuanwei66
b09769c329
convert the implementation of simoidGrad TanhGrad AbsGrad CPU ops to nnacl
5 years ago
mindspore-ci-bot
a017ba48ae
!15389 convert the implementation of BroadCastTo, ReluGrad, ReLU6Grad CPU operators to nnacl
From: @zhangbuxue
Reviewed-by: @guoqi1024,@zhanyuan1,@zhaizhiqiang
Signed-off-by: @zhaizhiqiang
5 years ago
mindspore-ci-bot
190ba8fd85
!15503 [MS][LITE][CPU] arm32 fp16 算子优化
From: @lzkcode
Reviewed-by: @zhang_xue_tong,@zhanghaibo5
Signed-off-by: @zhang_xue_tong
5 years ago
wang_shaocong
1990cfb83c
[MSLITE] Fix bug of fp16subgraph preprocess.
5 years ago
jjfeing
60c95ea004
fix is dynamic format api description
5 years ago
zhaoting
2af435789b
fix topk output unstable
5 years ago
buxue
3dc5f1a41d
convert the implementation of BroadCastTo, ReluGrad, ReLU6Grad CPU operators to nnacl
5 years ago
mindspore-ci-bot
8487ce0c09
!15455 The formula in the ppl annotation is garbled
From: @lijiaqi0612
Reviewed-by: @zhunaipan,@zh_qh
Signed-off-by: @zh_qh
5 years ago