mindspore-ci-bot
c74b16857a
!2546 Fix some mistakes of ConfusionTransposeD vm ops
Merge pull request !2546 from liuwenhao/r0.5
5 years ago
mindspore-ci-bot
231ef6bd74
!2539 1. fix infer value bug 2. tensor init support numpy number
Merge pull request !2539 from geekun/yjk_r0.5
5 years ago
liuwenhao4
89654580dd
Fix some mistakes of ConfusionTransposeD vm ops
5 years ago
dayschan
cfe9c35659
GraphKernel support akg batchmatmul
5 years ago
geekun
e4b3b72ebf
fix infer value bug
5 years ago
liuwenhao4
01789e1aa1
Fix some mistakes of TransData vm ops
5 years ago
ougongchang
20a164e9cf
fix the summary operator is not work in constant folding scene
The summary operator will be optimized when it return the origin value
in constant folding scene. So I return a None value to avoid this.
5 years ago
mindspore-ci-bot
83b53559f5
!2412 fix Inv
Merge pull request !2412 from jiangjinsheng/issue_fix4
5 years ago
mindspore-ci-bot
80840db783
!2417 Fixing some mistakes of TransData vm ops
Merge pull request !2417 from liuwenhao/master
5 years ago
liuwenhao4
efe40e91b7
Fix some mistakes of TransData vm ops
5 years ago
jiangjinsheng
e71599b5ca
vm for lin_space
5 years ago
jiangjinsheng
304dbfaa0b
fix Inv
5 years ago
xutianchun
2bfc86f5b7
Add aicpu op: ReverseSequence, CropAndResize, CTCLoss
5 years ago
gong chen
a6dfa281ea
Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
5 years ago
mindspore-ci-bot
d840743fba
!2356 fix issue broadcast_to same shape bprop error
Merge pull request !2356 from zhaozhenlong/fix-issues-broadcastto-same-shape
5 years ago
mindspore-ci-bot
60cd188ab8
!2381 fix some type cast bug
Merge pull request !2381 from liangzelang/dev
5 years ago
mindspore-ci-bot
c19c512dde
!2402 Fixing some mistakes of InplaceAddD and InplaceSubD vm ops
Merge pull request !2402 from liuwenhao/master
5 years ago
mindspore-ci-bot
847faea57b
!2391 Fix type check in check_elim
Merge pull request !2391 from BowenK/op_elim
5 years ago
BowenK
62aed2ff30
fix param check for check_elim
5 years ago
zhaozhenlong
5962c6efe9
solve broadcast two same shape bprop error
make unsupported shape error info explicit
5 years ago
mindspore-ci-bot
9bc2ffde54
!2406 fix inv
Merge pull request !2406 from jiangjinsheng/issue_fix4
5 years ago
jiangjinsheng
e9d4b9864f
fixed Inv
5 years ago
mindspore-ci-bot
f365fbd71e
!2060 Support pynative setitem
Merge pull request !2060 from amongo/SupportPynativeSetItem
5 years ago
mindspore-ci-bot
f8020f1814
!2365 fix parameter cast issue
Merge pull request !2365 from wangqiuliang/fix-parameter-cast-issue
5 years ago
liuwenhao4
41b6912d92
Fix some mistakes of InplaceAddD and InplaceSubD vm ops
5 years ago
huangdongrun
79058d3509
add support for parameter
support for tensor setitem
add support for tensor assgin
5 years ago
mindspore-ci-bot
e8639ad91e
!2347 support multi param for tuple grad
Merge pull request !2347 from riemann_penn/support_multi_param_for_tuple_grad
5 years ago
liangzelang
bbfab3ed7c
fix some type cast bug
5 years ago
mindspore-ci-bot
634bfd3508
!2259 add Normal op
Merge pull request !2259 from pkuliuliu/master
5 years ago
pkuliuliu
acf46bafbb
add Normal op
5 years ago
panyifeng
3c2057297e
support multi param for tuple grad
5 years ago
mindspore-ci-bot
46c8ef28de
!2359 fix example error of HostReduceScatter
Merge pull request !2359 from yihuaijie/master
5 years ago
kingfo
396c18b92b
fix parameter cast issue
5 years ago
mindspore-ci-bot
108021b110
!2351 Fix some mistakes of TransData vm ops
Merge pull request !2351 from liuwenhao/master
5 years ago
mindspore-ci-bot
389ff16566
!2264 Adapt tbe opretors ApplyProximalAdagrad and SparseApplyProximalAdagrad.
Merge pull request !2264 from liuxiao/Adapt-ApplyProximalAdagrad-operator-for-vm
5 years ago
mindspore-ci-bot
de6571413f
!2328 fix range
Merge pull request !2328 from jiangjinsheng/issue_fix4
5 years ago
Yi Huaijie
c9395e07b5
fix example error of HostReduceScatter
5 years ago
mindspore-ci-bot
66e07efccd
!2315 add Pack op for aicpu when axis=-1
Merge pull request !2315 from yanzhenxiang2020/add_pack_open
5 years ago
mindspore-ci-bot
002029ff12
!2268 add bprop for ScatterMax
Merge pull request !2268 from yanzhenxiang2020/open_ScatterMax_bprop
5 years ago
mindspore-ci-bot
3850d7f049
!2331 Modify the comment of InsertGradientOf
Merge pull request !2331 from Simson/push-to-opensource
5 years ago
liuwenhao4
c444cb842f
Fix some mistakes of TransData vm ops
5 years ago
mindspore-ci-bot
9958bc479a
!2161 [qat]Export network from quantization aware network to deploy
Merge pull request !2161 from vlne-v1/I1IZV3-quant-infer
5 years ago
jiangjinsheng
5d9421b92c
fixed range
5 years ago
liuxiao
c7c6f5736b
Adapt ApplyProximalAdagrad and SparseApplyProximalAdagrad
5 years ago
yanzhenxiang2020
8621c032d9
add pack op for aicpu
5 years ago
simson
c24e90a3a6
Modify the comment of InsertGradientOf
5 years ago
Wei Luning
1d77bf86a9
Exports MindSpore quant predict model to deploy with GEIR
5 years ago
mindspore-ci-bot
a9d06edae9
!2282 remove _quant_op.py from __init__.py
Merge pull request !2282 from chenzhongming/master
5 years ago
chenzomi
bbce6faff9
remove _quant_ops.py from __init__.py
5 years ago
mindspore-ci-bot
d9b8da14e2
!2275 [Auto parallel] Changing bprob of EmbeddingLookup
Merge pull request !2275 from Xiaoda/4-fix-the-embeddinglookup-errors
5 years ago