jiangjinsheng
ffd0352162
vm for mod
5 years ago
mindspore-ci-bot
3a89f93cc5
!2699 add ScatterMax ScatterMin ScatterSub vm
Merge pull request !2699 from zhaozhenlong/op/scatter-max-vm
5 years ago
zhaozhenlong
a8654ac3b5
add ScatterMax ScatterMin ScatterSub for vm
5 years ago
liuxiao
2097a0e90a
Add optimizer operators for VM.
5 years ago
mindspore-ci-bot
0a368494db
!2499 HostAllGather and HostReduceScatter change to internal interface
Merge pull request !2499 from yihuaijie/master
5 years ago
Yi Huaijie
2eb739de6e
change HostAllGather and HostReduceScatter to internal interface
5 years ago
jiangjinsheng
a1e148cb4d
vm for LRN and LRNGrad
5 years ago
Shida He
4c056855e0
Implementation for mindspore debugger
5 years ago
zhangz0911gm
4ac1876237
Adapting AccumulateNV2
6 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
pkuliuliu
acf46bafbb
add Normal op
5 years ago
chenzomi
bbce6faff9
remove _quant_ops.py from __init__.py
5 years ago
mindspore-ci-bot
74c3e15675
!2194 fix FakeQuantPerLayer/FakeQuantPerLayerGrad symmetric=True calculation error bug
Merge pull request !2194 from 王东旭/master
5 years ago
mindspore-ci-bot
f513bb8f83
!2163 [Auto parallel] Move 'EmbeddingLookup' to internal
Merge pull request !2163 from Xiaoda/3-changing-embeddinglookup-internal
5 years ago
jiangjinsheng
791bed7c7a
vm for splitv
5 years ago
王东旭
4e09ae83eb
fix FakeQuantPerLayer/FakeQuantPerLayerGrad symmetric bug
5 years ago
Xiaoda Zhang
55e7d9d2b8
move embeddinglookup to the internal
5 years ago
mindspore-ci-bot
71d27c6854
!2068 Add InplaceAddD and InplaceSubD vm ops
Merge pull request !2068 from liuwenhao/master
5 years ago
liuwenhao4
be40a90ec6
add InplaceAddD and InplaceSubD vm ops
5 years ago
jiangjinsheng
032e921298
hidden range
5 years ago
zhouneng
51fe3501a4
add vm support for ApproximateEqual, InplaceUpdateD and InTopKD.
5 years ago
mindspore-ci-bot
b285c8fa9d
!1973 develop TensorScatterUpdate op and access ge and vm
Merge pull request !1973 from zhangbuxue/develop_TensorScatterUpdate_op_and_access_ge_and_vm
5 years ago
buxue
8aee6b07d6
develop TensorScatterUpdate op and access ge and vm
5 years ago
mindspore-ci-bot
a8378a3357
!1924 Add TBE ops ApplyAdaMax\ ApplyAdadelta\ ApplyAdagrad\ ApplyAdagradV2 for VM.
Merge pull request !1924 from liuxiao/ops-for-VM
5 years ago
lihongkang
bbbd980728
add vm for histogramfixedwidth and dataformatdimmap
5 years ago
mindspore-ci-bot
9dfb1011fe
!1854 add SparseApplyAdam and SparseApplyLazyAdam ops
Merge pull request !1854 from wangnan39/add_ops_sparse_adam_and_sparse_lazy_adam
5 years ago
wangnan39@huawei.com
de21dbdaef
add ops SparseApplyAdam and SparseApplyLazyAdam
5 years ago
mindspore-ci-bot
3b8edd5a5b
!1918 sparse grad for gatherv2
Merge pull request !1918 from riemann_penn/sparse_grad_for_gatherv2
5 years ago
liuxiao
cda547e92f
add tbe some ops about optimizer for vm
5 years ago
panyifeng
acaa66a738
sparse grad for gatherv2
5 years ago
mindspore-ci-bot
7b7932ced9
!1944 move hook function to PrimitivePy class
Merge pull request !1944 from wangqiuliang/move-hook-function-to-primitivepy
5 years ago
jiangjinsheng
a1efe4d14d
support vm for range
5 years ago
kingfo
38436f929f
move hook function to primtivePy class
5 years ago
mindspore-ci-bot
0a897b0ce7
!1865 add inv,invgrad&invert for vm
Merge pull request !1865 from JichenZhao/bnops_for_vm
5 years ago
zhaojichen
cdb7ec937b
add inv,invgrad&invert for vm
5 years ago
zhaozhenlong
1f342fb926
add op BroadcastTo
5 years ago
mindspore-ci-bot
97524b9ddd
!1823 support vm for ConfusionMatrix
Merge pull request !1823 from jiangjinsheng/vm_ConfusionMatrix
5 years ago
mindspore-ci-bot
bc575fe767
!1825 hidden range
Merge pull request !1825 from jiangjinsheng/issue_doc
5 years ago
jiangjinsheng
fc4cf5a470
add vm support for ConfusionMatrix
5 years ago
jiangjinsheng
9eb21627aa
hidden range
5 years ago
liuwenhao4
ad4996d528
Register forward and backward operations of Ceil
5 years ago
mindspore-ci-bot
c547c8ca06
!1770 add DivNoNan vm ops
Merge pull request !1770 from fangzehua/divnonan_vm_ops
5 years ago
mindspore-ci-bot
75f791d8e5
!1726 Delete FusedBatchNorm and ReLUV2 in init.py as they are not open to the public
Merge pull request !1726 from zhangzheng/simple
5 years ago
fangzehua
14b045fc63
add DivNoNan vm ops.
5 years ago
zhaozhenlong
270f79c8c2
add op BasicLSTMCell vm
5 years ago
mindspore-ci-bot
addf8e7d06
!1750 add vm support for operaotr Expm1
Merge pull request !1750 from zhouneng/add_vm_support_for_expm1
5 years ago
lihongkang
436b309915
add vm for cosh and sinh
5 years ago
zhouneng
e5419f7bd1
add vm support for Expm1
5 years ago
zhangz0911gm
6268e2c0de
Delete FusedBatchNorm and ReLUV2 in init.py as they are not open to the public
5 years ago