Commit Graph

135 Commits

Author SHA1 Message Date
leilei_snow 5cccfbc61b Add TransShape Operator. 2020-07-05 03:34:35 +00:00
jiangjinsheng 67a2c5b7d1 fix InvertPermutation 2020-07-03 17:07:12 +08:00
jiangjinsheng d0c7ece681 fix HistogramFixedWidth 2020-07-02 17:05:23 +08:00
zhaozhenlong 8d9939eaa4 ScatterMull and ScatterDiv vm 2020-07-01 15:49:24 +08:00
buxue be771aa9e4 refactor StridedSlice op 2020-07-01 11:08:36 +08:00
mindspore-ci-bot 3a89f93cc5 !2699 add ScatterMax ScatterMin ScatterSub vm
Merge pull request !2699 from zhaozhenlong/op/scatter-max-vm
2020-06-30 20:10:17 +08:00
mindspore-ci-bot fe82d82155 !1904 Add IndexedSlices
Merge pull request !1904 from riemann_penn/add_indexed_slices
2020-06-30 19:03:12 +08:00
mindspore-ci-bot cf1628a3d9 !2741 fix BatchToSpaceND
Merge pull request !2741 from jiangjinsheng/issue_fix4
2020-06-30 18:53:01 +08:00
panyifeng d6635bbbe2 Add IndexedSlices 2020-06-30 17:38:24 +08:00
liuwenhao4 4090c1611b Fixing type check mistakes of InplaceAdd, InplaceSub and InplaceUpdate vm ops 2020-06-30 15:22:38 +08:00
jiangjinsheng d1060690b2 fixed SpaceToBatchND, Conv2DBackpropFilter 2020-06-30 14:48:11 +08:00
kingfo 9cfcdce8dc fix invertPermutation operator in pynative 2020-06-30 13:05:33 +08:00
zhaozhenlong a8654ac3b5 add ScatterMax ScatterMin ScatterSub for vm 2020-06-29 17:21:08 +08:00
liuwenhao4 22eeabdc5f Fix some mistakes of ArgMaxWithValue vm ops 2020-06-24 16:11:15 +08:00
mindspore-ci-bot c8f26f799b !2436 fix nn.PReLU example
Merge pull request !2436 from jiangjinsheng/issue_fix4
2020-06-23 11:11:48 +08:00
jiangjinsheng 157ee1ca16 fix nn.PReLU example 2020-06-23 10:59:23 +08:00
mindspore-ci-bot f1a69de0b6 !2405 change some comment name in the whole project
Merge pull request !2405 from chenzhongming/master
2020-06-22 14:40:25 +08:00
chenzomi a834a6308e change some comment name in the whole project 2020-06-22 12:59:21 +08:00
mindspore-ci-bot 83b53559f5 !2412 fix Inv
Merge pull request !2412 from jiangjinsheng/issue_fix4
2020-06-22 12:09:46 +08:00
jiangjinsheng 304dbfaa0b fix Inv 2020-06-22 10:08:51 +08:00
xutianchun 2bfc86f5b7 Add aicpu op: ReverseSequence, CropAndResize, CTCLoss 2020-06-22 09:31:30 +08:00
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.
2020-06-20 22:31:54 +08:00
mindspore-ci-bot d840743fba !2356 fix issue broadcast_to same shape bprop error
Merge pull request !2356 from zhaozhenlong/fix-issues-broadcastto-same-shape
2020-06-20 18:52:47 +08:00
mindspore-ci-bot 847faea57b !2391 Fix type check in check_elim
Merge pull request !2391 from BowenK/op_elim
2020-06-20 17:47:11 +08:00
BowenK 62aed2ff30 fix param check for check_elim 2020-06-20 16:43:34 +08:00
zhaozhenlong 5962c6efe9 solve broadcast two same shape bprop error
make unsupported shape error info explicit
2020-06-20 16:34:04 +08:00
mindspore-ci-bot 9bc2ffde54 !2406 fix inv
Merge pull request !2406 from jiangjinsheng/issue_fix4
2020-06-20 16:26:41 +08:00
jiangjinsheng e9d4b9864f fixed Inv 2020-06-20 15:29:12 +08:00
kingfo 396c18b92b fix parameter cast issue 2020-06-19 18:32:48 +08:00
jiangjinsheng 5d9421b92c fixed range 2020-06-19 12:03:53 +08:00
mindspore-ci-bot 9ba6f61d01 !2148 fix hook and bprop debug issue in pynative
Merge pull request !2148 from wangqiuliang/fix-hook-bprop-issue
2020-06-18 10:44:45 +08:00
kingfo 358982a98f fix hook and bprop debug issue 2020-06-18 09:50:30 +08:00
Xiaoda Zhang 55e7d9d2b8 move embeddinglookup to the internal 2020-06-17 14:11:28 +08:00
mindspore-ci-bot cc80dca7ed !2067 Fix cast check_elim
Merge pull request !2067 from BowenK/op_elim
2020-06-16 11:51:38 +08:00
BowenK 35a57e076d fix cast check elim 2020-06-16 09:39:26 +08:00
jiangjinsheng 032e921298 hidden range 2020-06-16 09:18:25 +08:00
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
2020-06-15 21:00:35 +08:00
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
2020-06-15 15:38:47 +08:00
kingfo 9708e58259 fix TupleToArray & Cast operator issue 2020-06-15 14:39:10 +08:00
zhouneng 51fe3501a4 add vm support for ApproximateEqual, InplaceUpdateD and InTopKD. 2020-06-15 10:18:31 +08:00
Xiaoda Zhang 20d2012a0e implementing the backward of embeddinglookup 2020-06-13 16:57:56 +08:00
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
2020-06-13 10:28:55 +08:00
buxue 66bbdb4a31 change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00
buxue 8aee6b07d6 develop TensorScatterUpdate op and access ge and vm 2020-06-12 17:43:40 +08:00
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
2020-06-12 10:01:51 +08:00
BowenK 8c4bcb84b2 skip operations which are not supported in the backend in ME 2020-06-11 21:00:34 +08:00
mindspore-ci-bot 3b8edd5a5b !1918 sparse grad for gatherv2
Merge pull request !1918 from riemann_penn/sparse_grad_for_gatherv2
2020-06-11 14:11:49 +08:00
panyifeng acaa66a738 sparse grad for gatherv2 2020-06-11 12:00:53 +08:00
mindspore-ci-bot cc0add562b !1930 fix validator for ScatterNdUpdate
Merge pull request !1930 from jiangjinsheng/issue_doc
2020-06-11 11:04:34 +08:00
jiangjinsheng dc548afb93 fixed ScatterUpdate 2020-06-10 14:37:11 +08:00