Commit Graph

199 Commits

Author SHA1 Message Date
mindspore-ci-bot 5b3327d103 !746 reducescatter backforward operator
Merge pull request !746 from lirongzhen1/bp_reducescatter
2020-04-28 14:11:53 +08:00
mindspore-ci-bot 8bf35b2b0c !700 validate bprop rules
Merge pull request !700 from penn/validate_bprop_rules
2020-04-28 10:40:41 +08:00
lirongzhen1 0b4648881b add reducescatter bprop 2020-04-28 09:58:34 +08:00
fary86 78b4479ac6 Fix bug of ApplyRMSProp's check 2020-04-27 22:41:27 +08:00
mindspore-ci-bot 0c0ba9df25 !753 dock FloorMod GreaterEqual NotEqual ScatterNd
Merge pull request !753 from zhangbuxue/dock_FloorMod_GreatEqual_NotEqual
2020-04-27 22:17:52 +08:00
mindspore-ci-bot f940b66899 !738 fix issues
Merge pull request !738 from zhaozhenlong/fix-issues-conv2d-example
2020-04-27 21:41:35 +08:00
mindspore-ci-bot afbd24cb78 !718 Fix dtype judge sentence in infer_dtype function of hcom operations
Merge pull request !718 from zhouyuanshen/master
2020-04-27 21:23:25 +08:00
mindspore-ci-bot 68bdcb4e62 !663 fix tensor equal bug
Merge pull request !663 from flywind/fix_bug
2020-04-27 21:23:20 +08:00
zhaozhenlong 2265669d32 add examples for ops
Conv2D
Conv2dBackpropInput
SigmoidCrossEntropyWithLogits
SoftmaxCrossEntropyWithLogits
SparseSoftmaxCrossEntropyWithLogits
SparseApplyAdagrad
2020-04-27 21:09:13 +08:00
buxue 70c80c0595 dock FloorMod GreaterEqual NotEqual ScatterNdUpdate 2020-04-27 19:48:16 +08:00
zhouyuanshen c046874b03 fix bug in infer_dtype function of hcom operations 2020-04-27 18:49:21 +08:00
kpy e64c755ad6 change tensor equal bug 2020-04-27 17:50:17 +08:00
panyifeng 9e633b6c12 validate bprop rules 2020-04-27 11:57:22 +08:00
mindspore-ci-bot c52466d9bd !691 fix bug of Acosh, TopK, ResizeNearestNeighbor, DepthwiseConv2dNative.
Merge pull request !691 from zhangbuxue/fix_bug_of_ops
2020-04-26 21:20:22 +08:00
mindspore-ci-bot efdcd4c258 !682 fix api comments of some ops
Merge pull request !682 from liuxiao/fix-bug
2020-04-26 19:29:40 +08:00
buxue 9cb71441ea fix bugs of Acosh, TopK, ResizeNearestNeighbor, DepthwiseConv2dNative 2020-04-26 17:48:17 +08:00
fary86 2078229436 Add prim name to error message for array_ops 2020-04-26 15:23:04 +08:00
mindspore-ci-bot 789edcb23a !654 change get_group to internal interface
Merge pull request !654 from lichen/change_get_group_to_internal_interface
2020-04-26 14:47:21 +08:00
mindspore-ci-bot c1ef1e0aee !641 pynative-lamb-op-zeros-like-tensor-query-failed
Merge pull request !641 from JoyLvliang/pynative-lamb-op-zeros-like-tensor-query-failed
2020-04-26 14:28:55 +08:00
lichenever ba3a1f4ffe change get_group to internal interface 2020-04-26 11:12:01 +08:00
liuxiao 5e877a7715 modify api and add example 2020-04-26 11:07:18 +08:00
mindspore-ci-bot 875ebc296d !662 fix reviewboot and example of TruncatedNormal
Merge pull request !662 from zhangbuxue/fix-reviewboot
2020-04-26 10:53:06 +08:00
buxue aff6777ecc fix reviewboot and example of TruncatedNormal and add type mapping 2020-04-26 10:01:20 +08:00
mindspore-ci-bot d1c28c1dce !675 [revert] AdjustAllReduceMulAdd
Merge pull request !675 from vlne-v1/revert-allreduce-addn-opt
2020-04-26 09:50:03 +08:00
lvliang 52ab6f4948 pynative-lamb-op-zeros-like-tensor-query-failed 2020-04-26 09:14:53 +08:00
Wei Luning f305d6f8a7 Revert "add pattern AdjustAllReduceMulAdd"
This reverts commit ea6958c50a.
2020-04-25 19:50:50 +08:00
jinyaohui 219bc18439 clean pylint 2020-04-25 17:14:53 +08:00
mindspore-ci-bot a02eb240e9 !595 Tensor assign with int or tuple(int) index
Merge pull request !595 from candanzg/tensor_assign_with_integer
2020-04-24 17:35:58 +08:00
candanzg 31aae36106 Tensor assign with integer
Signed-off-by: candanzg <zhangshucheng@huawei.com>
2020-04-24 16:28:23 +08:00
mindspore-ci-bot db9dd26444 !653 add LARSUpdate example in comments
Merge pull request !653 from gziyan/add_lars_example
2020-04-24 16:12:38 +08:00
Ziyan bb527bc5cf add LARSUpdate example 2020-04-24 15:56:50 +08:00
buxue c8a1a24ce3 fix the infer of TruncatedNormal and a bug of structure output and a bug of tensorslice ellipsis 2020-04-24 15:42:58 +08:00
mindspore-ci-bot 19e1494a68 !375 Add prim name to error message for _grad_ops.py
Merge pull request !375 from fary86/add_prim_name_to_error_message_for_grad_ops
2020-04-23 16:57:14 +08:00
mindspore-ci-bot 5ac07bb695 !504 Support Tensor assign A[slice] = u
Merge pull request !504 from candanzg/tensor_assign_with_slice
2020-04-23 16:24:10 +08:00
fary86 8bb93411f3 Add prim name to error message for _grad_ops.py 2020-04-23 16:07:41 +08:00
candanzg 663d597330 tensor assign with slice index
Signed-off-by: candanzg <zhangshucheng@huawei.com>
2020-04-23 13:07:04 +08:00
mindspore-ci-bot 0bf6717e9a !454 Fix the check of bool type in auto cast
Merge pull request !454 from candanzg/bug_cast_op
2020-04-23 10:54:40 +08:00
liuxiao b6e77e5178 Add ReluV2/ReluGradV2/ConfusionMulGrad for VM 2020-04-22 21:09:37 +08:00
mindspore-ci-bot 1a0d2666b7 !559 Add Fill/Erf op for VM.
Merge pull request !559 from liuxiao/fill-op
2020-04-22 19:22:04 +08:00
mindspore-ci-bot f32e17308f !561 add example for MaxPool and MaxPoolWithArgmax
Merge pull request !561 from jiangjinsheng/maxpool_example
2020-04-22 19:21:02 +08:00
mindspore-ci-bot 7d20085244 !367 Add prim name to error message for other operators
Merge pull request !367 from fary86/add_prim_name_to_error_message_for_other_ops
2020-04-22 17:09:50 +08:00
jiangjinsheng f3bf699b8d add example for maxpool 2020-04-22 16:39:56 +08:00
mindspore-ci-bot 24a9f4974c !536 support ellipsis and bool for tensor slice
Merge pull request !536 from zhangbuxue/support_elipis_for_tensor_slice
2020-04-22 15:49:33 +08:00
fary86 6770c66ed9 Add prim name to error message for other operators left 2020-04-22 15:37:39 +08:00
liuxiao 5b6c8fade8 Add Erf\FillD operator for VM 2020-04-22 15:32:42 +08:00
buxue 437bb8c27c support ellipsis and bool for tensor slice 2020-04-22 15:00:04 +08:00
zhangz0911gm 92ab989a85 Getting Some simple issues fixed 2020-04-21 22:47:20 -04:00
liuxiao c874e2d484 Add L2Loss op for VM 2020-04-22 09:31:14 +08:00
jiangjinsheng 4b19409a6f add example for maxpool 2020-04-22 09:13:17 +08:00
mindspore-ci-bot 72f42fc37c !170 Add prim name to error message for operators in nn_ops.py
Merge pull request !170 from fary86/add_prim_name_to_error_message_for_nn_ops
2020-04-21 21:14:44 +08:00