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
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
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
liuxiao
c874e2d484
Add L2Loss op for VM
2020-04-22 09:31:14 +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
wangnan39@huawei.com
b812b18c02
support update parameter for vm
2020-04-21 20:19:46 +08:00
fary86
6dd72f654a
Add prim name to error message for nn_ops.py
2020-04-21 19:25:30 +08:00
mindspore-ci-bot
27a88a6bc3
!456 Auto cast case for NotEqual op
...
Merge pull request !456 from candanzg/not_equal_auto_cast
2020-04-21 09:20:40 +08:00
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
2020-04-20 20:06:12 +08:00
mindspore-ci-bot
3ba31ec15a
!419 Tensor assign with bool Tensor
...
Merge pull request !419 from candanzg/tensor_assign_bool_index
2020-04-20 15:00:55 +08:00
mindspore-ci-bot
3822b4837f
!340 Add a HistogramSummary ops to record tensor value
...
Merge pull request !340 from ougongchang/master
2020-04-20 10:54:04 +08:00
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>
2020-04-20 08:44:34 +08:00
candanzg
79c4312e89
NotEqual op auto cast
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
2020-04-19 11:41:47 +08:00
ougongchang
0ed6d9178e
add Histogram summary operator
...
clean clang format errors and cpplint errors
add some test cases for histogram summary operator
2020-04-18 09:56:45 +08:00
huangdongrun
7fae76d10d
add support for calculation between float and int
...
format code
remove test case for fp64
add back scalar manipulation
remove save graph
2020-04-17 19:13:52 +08:00
fary86
8cbbbd950e
Add cell name to error message
2020-04-17 12:58:11 +08:00
buxue
62807da0c4
Develop operator Unfold,take the ge backend,dock with tbe's ExtractImagePatches operator
2020-04-15 15:26:44 +08:00
buxue
5841fe010e
Support pow's second input could be tensor and fix bug in bprop of pow
2020-04-11 16:16:58 +08:00
liuxiao
0f0f83e292
modified api name Stack -> Pack, Unstack -> Unpack
2020-04-09 19:02:59 +08:00
mindspore-ci-bot
3e36982314
!99 Develop op MaxPoolWithArgMax
...
Merge pull request !99 from zhangbuxue/Dock_MaxPoolWithArgMax
2020-04-08 22:40:00 +08:00
buxue
7541d3b067
Develop op MaxPoolWithArgMax
2020-04-08 20:47:49 +08:00
liuxiao
47d903ff57
Add pack and unpack
2020-04-08 16:58:53 +08:00
chang zherui
7696c21e65
fix runtest.sh for python ut
2020-04-07 13:10:33 +08:00
mindspore-ci-bot
5add5979e8
!92 add prim name to param check error message for math_ops.py
...
Merge pull request !92 from fary86/add-prim-name-for-param-validator
2020-04-07 10:48:10 +08:00
fary86
69ed72f10d
Add primitive name to param error message for math_ops.py
2020-04-07 10:08:04 +08:00
mindspore-ci-bot
a5d95e472e
!106 support comparison ops for python
...
Merge pull request !106 from amongo/SupportPythonOperators
2020-04-03 15:52:08 +08:00
huangdongrun
461d8e3a08
add comparison ops
...
fix pylint
use scalar_lt primitive directly
fix review
2020-04-03 09:58:41 +08:00
mindspore-ci-bot
cb323eccf0
!71 Add operator adapting in ME for FloorMod, Acosh and SparseApplyFtrlD 【CR】,并主动Acosh and FloorMod operator adapting
...
Merge pull request !71 from zhangzheng/sparse_acosh_floormod
2020-04-02 21:33:33 +08:00
mindspore-ci-bot
55916351ee
!52 remove ge depend
...
Merge pull request !52 from flywind/remove-ge-depend
2020-04-02 20:59:06 +08:00
zhangz0911gm
6f1747045c
Add FloorMod, Acosh in ME
2020-04-02 08:50:39 -04:00
Wei Luning
73ba399364
remove ge depend in cpu
2020-04-02 19:38:42 +08:00
zhaoting
ed3c2d7229
add RMSProp optimizer
2020-04-02 09:10:58 +08:00
zhaozhenlong
bed5997a14
add atan2 operator
2020-04-01 16:27:35 +08:00
zhaozhenlong
cf40305bf0
add operator SpaceToBatch and BatchToSpace for ge
2020-03-31 20:21:47 +08:00
zhaozhenlong
b12e6ff780
add operator diag and diag_part
2020-03-31 09:44:56 +08:00
zhunaipan
930a1fb0a8
initial version
...
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
2020-03-27 22:54:54 +08:00