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
6 years ago
mindspore-ci-bot
5ac07bb695
!504 Support Tensor assign A[slice] = u
Merge pull request !504 from candanzg/tensor_assign_with_slice
6 years ago
fary86
8bb93411f3
Add prim name to error message for _grad_ops.py
6 years ago
candanzg
663d597330
tensor assign with slice index
Signed-off-by: candanzg <zhangshucheng@huawei.com>
6 years ago
mindspore-ci-bot
0bf6717e9a
!454 Fix the check of bool type in auto cast
Merge pull request !454 from candanzg/bug_cast_op
6 years ago
liuxiao
b6e77e5178
Add ReluV2/ReluGradV2/ConfusionMulGrad for VM
6 years ago
mindspore-ci-bot
1a0d2666b7
!559 Add Fill/Erf op for VM.
Merge pull request !559 from liuxiao/fill-op
6 years ago
mindspore-ci-bot
f32e17308f
!561 add example for MaxPool and MaxPoolWithArgmax
Merge pull request !561 from jiangjinsheng/maxpool_example
6 years ago
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
6 years ago
jiangjinsheng
f3bf699b8d
add example for maxpool
6 years ago
mindspore-ci-bot
24a9f4974c
!536 support ellipsis and bool for tensor slice
Merge pull request !536 from zhangbuxue/support_elipis_for_tensor_slice
6 years ago
fary86
6770c66ed9
Add prim name to error message for other operators left
6 years ago
liuxiao
5b6c8fade8
Add Erf\FillD operator for VM
6 years ago
buxue
437bb8c27c
support ellipsis and bool for tensor slice
6 years ago
zhangz0911gm
92ab989a85
Getting Some simple issues fixed
6 years ago
liuxiao
c874e2d484
Add L2Loss op for VM
6 years ago
jiangjinsheng
4b19409a6f
add example for maxpool
6 years ago
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
6 years ago
VectorSL
4740c70fc3
gpu add testcases
6 years ago
fary86
6dd72f654a
Add prim name to error message for nn_ops.py
6 years ago
mindspore-ci-bot
04df8a8921
!535 change hswish and hsigmoid accroding to primitive
Merge pull request !535 from SanjayChan/hswish
6 years ago
mindspore-ci-bot
7355113bc7
!537 GPU add akg kernel logical_and logical_or
Merge pull request !537 from VectorSL/logical_and_or_new
6 years ago
mindspore-ci-bot
f462a37136
!538 GPU add akg kernel logical_not logical_sub
Merge pull request !538 from VectorSL/logical_not_new
6 years ago
mindspore-ci-bot
c7278f77ce
!539 GPU add akg kernel lessequal
Merge pull request !539 from VectorSL/lessequal_new
6 years ago
VectorSL
1c6a690a2d
gpu add akg logialnot sub
6 years ago
VectorSL
5b5a56587e
gpu add akg logical_and and logical_or
6 years ago
VectorSL
7947fc119b
gpu add lessequal
6 years ago
chenzomi
c0229fa951
change hswish and hsigmoid accroding to primitive
6 years ago
lvliang
0e4824cd89
pynative-support-topk-and-print
6 years ago
candanzg
0de05b3949
[bug] fixed bool check for cast op
Signed-off-by: candanzg <zhangshucheng@huawei.com>
6 years ago
buxue
4f8fa79f33
fix attribute mapping when docking open source operators
6 years ago
mindspore-ci-bot
5434a96d85
!493 support python func print and != for list with none
Merge pull request !493 from zhangbuxue/support_python_func_print
6 years ago
mindspore-ci-bot
c3ec9712e0
!403 add cell class name to error message
Merge pull request !403 from fary86/add_cell_name_to_error_message_for_nn_layer
6 years ago
buxue
7c233a57fa
support python func print and != for list with none
6 years ago
lvliang
c6b2b0df1e
pynative-support-reducemean
6 years ago
mindspore-ci-bot
3ba31ec15a
!419 Tensor assign with bool Tensor
Merge pull request !419 from candanzg/tensor_assign_bool_index
6 years ago
mindspore-ci-bot
48f1541fa8
!453 fix doc/comments issues
Merge pull request !453 from 万万没想到/I1CEDO
6 years ago
mindspore-ci-bot
3822b4837f
!340 Add a HistogramSummary ops to record tensor value
Merge pull request !340 from ougongchang/master
6 years ago
mindspore-ci-bot
15c8ef66ba
!401 Add ops Abs\AbsGrad\Sign\SmoothL1Loss\SmoothL1LossGrad\TopK for VM.
Merge pull request !401 from liuxiao/openresource
6 years ago
candanzg
3f087dba1a
Tensor assign syntax:
1) A[B]=U
2) A[A>n]=U
A.shape == B.shape
U is a scalar or Tensor(size==1)
B is Tensor(dtype=bool)
n is a Number
Signed-off-by: candanzg <zhangshucheng@huawei.com>
6 years ago
mindspore-ci-bot
25b0a8c394
!457 Add comments for print and fix example
Merge pull request !457 from ghzl/add-comments-for-print-and-others
6 years ago
mindspore-ci-bot
71b63c3fcf
!246 [opt pass] AdjustAllReduceMulAdd
Merge pull request !246 from vlne-v1/I1E3PI-opt-pass-adjust-allreduce-apply-weight-decy-seq
6 years ago
guohongzilong
08775a67e7
add print comment and fix some example
6 years ago
Wei Luning
ea6958c50a
add pattern AdjustAllReduceMulAdd
6 years ago
万万没想到
8c1939f1b0
fix examples issues
6 years ago
liuxiao
5c9791a802
Add Abs\AbsGrad\Sign\SmoothL1Loss\SmoothL1LossGrad and modify TopKV2->TopK for VM
6 years ago
mindspore-ci-bot
b2fdb194a9
!442 Supprot equal list with none.
Merge pull request !442 from zhangbuxue/perfect_comparion_op
6 years ago
mindspore-ci-bot
7c06d292c8
!387 auto mix precision
Merge pull request !387 from liubuyu/master
6 years ago
buxue
c853f985cc
support equal list with none
6 years ago
mindspore-ci-bot
e64bc80094
!424 dock depthwiseconv2d
Merge pull request !424 from zhangbuxue/dock_depthwiseconv2d_ops
6 years ago