mindspore-ci-bot
367e5765f4
!237 fix issue ssim ksize check
Merge pull request !237 from zhaozhenlong/fix-issue-ssim-ksize-check-incu
5 years ago
mindspore-ci-bot
d463c3f388
!236 add aicpu embeddinglookup
Merge pull request !236 from wuxuejian/incu_embedding
5 years ago
wuxuejian
92880788f3
add aicpu embeddinglookup
move embeddinglookup to the internal
5 years ago
zhaozhenlong
5888d745bf
fix ssim filter size check
5 years ago
yanzhenxiang2020
7eb3749f26
add cast op for aicpu
5 years ago
mindspore-ci-bot
0958a695a4
!205 add ReverseSequenceGrad
Merge pull request !205 from xutianchun/reverse_sequence_grad
5 years ago
mindspore-ci-bot
73894e6cfd
!196 add Pack op for aicpu when axis=-1
Merge pull request !196 from yanzhenxiang2020/br_pack_incubator
5 years ago
xutianchun
9baf1ba99c
add ReverseSequenceGrad
5 years ago
zhaozhenlong
9ce86e8832
composed op CosineEmbeddingLoss
5 years ago
yanzhenxiang2020
89302a60cf
add pack op for aicpu
5 years ago
huangdongrun
1642be4a67
fix initiliazer
5 years ago
Wei Luning
021c87700f
fix bug in do signature
5 years ago
zhaozhenlong
7716f7618c
add op BasicLSTMCell
5 years ago
jonyguo
228061818c
Merge branch 'incubator-master' into sync_05177ff9_6b1715a7
5 years ago
mindspore-ci-bot
3ec8f9bb40
!1695 Fixing some tiny faults about Pylint in my code(ops)
Merge pull request !1695 from liuwenhao/master
5 years ago
mindspore-ci-bot
6b1715a76b
!150 add RNNTLoss and RandomCategorical ops for aicpu
Merge pull request !150 from yanzhenxiang2020/add_rnnt_and_categorical
5 years ago
mindspore-ci-bot
e1eb52738b
!1682 Add tbe op SparseApplyProximalAdagradD-SparseApplyFtrlD-ApplyProximalAdagrad for VM.
Merge pull request !1682 from liuxiao/SparseApplyProximalAdagradD-SparseApplyFtrlD-ApplyProximalAdagradD
5 years ago
yanzhenxiang2020
e3d1e2f55b
add RNNTLoss and RandomCategorical op for aicpu
5 years ago
liuwenhao4
7b911886ec
Fixing some tiny faults about Pylint in my code(ops)
5 years ago
mindspore-ci-bot
efaaf58074
!1518 add register info for Atan and AtanGrad and Atanh
Merge pull request !1518 from zhouneng/add_vm_support_Atan_AtanGrad_Atanh
5 years ago
liuxiao
4efd151784
add tbe op SparseApplyProximalAdagradD-SparseApplyFtrlD-ApplyProximalAdagradD for VM
5 years ago
mindspore-ci-bot
0920660ecc
!1712 clean pylint warnings of parallel test cases
Merge pull request !1712 from yihuaijie/master
5 years ago
mindspore-ci-bot
3d28ba10ef
!1631 fix reviewbot of mem_reuse
Merge pull request !1631 from yangjie159/fix_reviewbot_of_mem_reuse
5 years ago
zhouneng
e6b9432aca
add register for Atan AtanGrad Atanh
5 years ago
mindspore-ci-bot
cc9c004bc1
!1696 Enable ConfusionMulGrad fusion pass
Merge pull request !1696 from huanghui/TMP
5 years ago
Yi Huaijie
d7e1ab1445
clean pylint warnings
5 years ago
mindspore-ci-bot
bbc64b8873
!1528 support vm for BesselI0e and BesselI1e
Merge pull request !1528 from jiangjinsheng/vm_bessel
5 years ago
mindspore-ci-bot
692f38ded2
!1532 clean pylint warning in test dir
Merge pull request !1532 from jinyaohui/pylint1
5 years ago
mindspore-ci-bot
59683a1d90
!1692 Fix topk bug for fasterrcnn
Merge pull request !1692 from meixiaowei/master
5 years ago
mindspore-ci-bot
6f92c4a124
!1501 add vm support for operators in mindspore.ops.operaitons package. Inlcude ACos, ACosGrad, Acosh, AcoshGrad, ArgMinD and ApplyCenteredRMSProp
Merge pull request !1501 from zhouneng/add_vm_support
5 years ago
huanghui
71acaa5300
enable ConfusionMulGrad fusion pass in bert only
5 years ago
mindspore-ci-bot
387bcece9e
!1666 Add 5 patterns for AdamApplyOneWithDecay fusion pass
Merge pull request !1666 from huanghui/AdamApplyOneWithDecay-fusion-pass
5 years ago
mindspore-ci-bot
90d98aa6ec
!1694 Check the input size of BatchNorm before fission in bert
Merge pull request !1694 from YuJianfeng/master
5 years ago
mindspore-ci-bot
7878743400
!1638 fixed rounding edge case in split
Merge pull request !1638 from Peilin/splitOp-after-testing
5 years ago
mindspore-ci-bot
0e3dd8149a
!1703 Adding sync_wait input check
Merge pull request !1703 from EricZ/master
5 years ago
mindspore-ci-bot
c366b3fb18
!1704 fix num rows bug in sampler
Merge pull request !1704 from Peilin/fix-random-sampler-bug
5 years ago
Eric
8e1b2107ce
Added example for sync_wait bad batch_num
Added broken test case for cv
Fixed error handling in sync_wait
5 years ago
mindspore-ci-bot
976b4793d1
!1544 Python Unit Test for TenCrop
Merge pull request !1544 from MahdiRahmaniHanzaki/I1IHNG-ten-crop
5 years ago
mindspore-ci-bot
15a196eba9
!1636 Add TCs to 3 vision transformation ops and cleanup config settings
Merge pull request !1636 from Tinazhang/randomGray
5 years ago
Peilin Wang
3ef3d1433d
fixed num_samples bug for RandomSampler
5 years ago
Tinazhang
f4a61fdbb2
Adding new UT cases and missing TCs in PY Ops.
5 years ago
Peilin Wang
5469be2a97
fixed bug for split, RandomSampler and some other cleanup
add another test case
typo
merge conflict
another PR changed testing behavior, updated test cases in this commit
added input check for use_sampler
addressed code review comments
fixed pylint, not related to my changes
fixed edge case of rounding in getting split sizes
fix pylint
5 years ago
jinyaohui
86d197dfeb
clean pylint
5 years ago
lizhenyu
9df3a8613c
fix get nullptr when use graph manager
5 years ago
huanghui
ff05aa1faa
add newly 5 patterns for AdamApplyOneWithDecayRule fusion pass
5 years ago
yujianfeng
e6f1cfa581
Check the input size of BatchNorm before fission in bert
5 years ago
meixiaowei
1778ec0135
fix topk bug
5 years ago
zhouneng
65b0f8d1b3
为算子进行VM流程对接
5 years ago
mindspore-ci-bot
163eebf7b6
!1648 Add SoftmaxGradExt fusion pass
Merge pull request !1648 from huanghui/softmaxgradext-fusion-pass
5 years ago
jiangjinsheng
c3f681f0cf
vm for BesselI0e and BesselI1e
5 years ago