leilei_snow
5cccfbc61b
Add TransShape Operator.
5 years ago
jiangjinsheng
67a2c5b7d1
fix InvertPermutation
5 years ago
jiangjinsheng
d0c7ece681
fix HistogramFixedWidth
5 years ago
zhaozhenlong
8d9939eaa4
ScatterMull and ScatterDiv vm
5 years ago
buxue
be771aa9e4
refactor StridedSlice op
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
mindspore-ci-bot
fe82d82155
!1904 Add IndexedSlices
Merge pull request !1904 from riemann_penn/add_indexed_slices
5 years ago
mindspore-ci-bot
cf1628a3d9
!2741 fix BatchToSpaceND
Merge pull request !2741 from jiangjinsheng/issue_fix4
5 years ago
panyifeng
d6635bbbe2
Add IndexedSlices
5 years ago
liuwenhao4
4090c1611b
Fixing type check mistakes of InplaceAdd, InplaceSub and InplaceUpdate vm ops
5 years ago
jiangjinsheng
d1060690b2
fixed SpaceToBatchND, Conv2DBackpropFilter
5 years ago
kingfo
9cfcdce8dc
fix invertPermutation operator in pynative
5 years ago
zhaozhenlong
a8654ac3b5
add ScatterMax ScatterMin ScatterSub for vm
5 years ago
liuwenhao4
22eeabdc5f
Fix some mistakes of ArgMaxWithValue vm ops
5 years ago
mindspore-ci-bot
c8f26f799b
!2436 fix nn.PReLU example
Merge pull request !2436 from jiangjinsheng/issue_fix4
5 years ago
jiangjinsheng
157ee1ca16
fix nn.PReLU example
5 years ago
mindspore-ci-bot
f1a69de0b6
!2405 change some comment name in the whole project
Merge pull request !2405 from chenzhongming/master
5 years ago
chenzomi
a834a6308e
change some comment name in the whole project
5 years ago
mindspore-ci-bot
83b53559f5
!2412 fix Inv
Merge pull request !2412 from jiangjinsheng/issue_fix4
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
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
kingfo
396c18b92b
fix parameter cast issue
5 years ago
jiangjinsheng
5d9421b92c
fixed range
5 years ago
mindspore-ci-bot
9ba6f61d01
!2148 fix hook and bprop debug issue in pynative
Merge pull request !2148 from wangqiuliang/fix-hook-bprop-issue
5 years ago
kingfo
358982a98f
fix hook and bprop debug issue
5 years ago
Xiaoda Zhang
55e7d9d2b8
move embeddinglookup to the internal
5 years ago
mindspore-ci-bot
cc80dca7ed
!2067 Fix cast check_elim
Merge pull request !2067 from BowenK/op_elim
5 years ago
BowenK
35a57e076d
fix cast check elim
5 years ago
jiangjinsheng
032e921298
hidden range
5 years ago
mindspore-ci-bot
7b6f13886f
!1962 add vm support for operators include ApproximateEqual, InplaceUpdateD and InTopKD
Merge pull request !1962 from zhouneng/add_vm_support_for_ApproximateEqual_InplaceUpdateD_InTopKD
5 years ago
mindspore-ci-bot
11f5f88021
!2010 fix operator issues for tuple_to_array and cast
Merge pull request !2010 from wangqiuliang/fix-tuple-to-array-issue
5 years ago
kingfo
9708e58259
fix TupleToArray & Cast operator issue
5 years ago
zhouneng
51fe3501a4
add vm support for ApproximateEqual, InplaceUpdateD and InTopKD.
5 years ago
Xiaoda Zhang
20d2012a0e
implementing the backward of embeddinglookup
5 years ago
mindspore-ci-bot
403c30c7da
!1919 change tensor dtype and shape from function to attr
Merge pull request !1919 from zhangbuxue/change_tensor_dtype_and_shape_from_function_to_attr
5 years ago
buxue
66bbdb4a31
change tensor dtype and shape from function to attr
5 years ago
buxue
8aee6b07d6
develop TensorScatterUpdate op and access ge and vm
5 years ago
mindspore-ci-bot
cedfc7fac0
!1926 Skip operations which are not supported by the backend in PyNative Mode
Merge pull request !1926 from BowenK/op_elim
5 years ago
BowenK
8c4bcb84b2
skip operations which are not supported in the backend in ME
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
panyifeng
acaa66a738
sparse grad for gatherv2
5 years ago
mindspore-ci-bot
cc0add562b
!1930 fix validator for ScatterNdUpdate
Merge pull request !1930 from jiangjinsheng/issue_doc
5 years ago
jiangjinsheng
dc548afb93
fixed ScatterUpdate
5 years ago