buxue
0f89cc1da4
dock AcoshGrad for GE and AvgPool AvgPoolGrad for Vm
5 years ago
mindspore-ci-bot
8bf35b2b0c
!700 validate bprop rules
...
Merge pull request !700 from penn/validate_bprop_rules
5 years ago
panyifeng
9e633b6c12
validate bprop rules
5 years ago
mindspore-ci-bot
efdcd4c258
!682 fix api comments of some ops
...
Merge pull request !682 from liuxiao/fix-bug
5 years ago
fary86
2078229436
Add prim name to error message for array_ops
5 years ago
liuxiao
5e877a7715
modify api and add example
5 years ago
buxue
aff6777ecc
fix reviewboot and example of TruncatedNormal and add type mapping
5 years ago
mindspore-ci-bot
6844ea633d
!56 Synchronization code423 to ms-incubator
...
Merge pull request !56 from changzherui/syn-code423
5 years ago
mindspore-ci-bot
a02eb240e9
!595 Tensor assign with int or tuple(int) index
...
Merge pull request !595 from candanzg/tensor_assign_with_integer
5 years ago
candanzg
31aae36106
Tensor assign with integer
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
buxue
c8a1a24ce3
fix the infer of TruncatedNormal and a bug of structure output and a bug of tensorslice ellipsis
5 years ago
zhaojichen
1af894e25f
change error type
5 years ago
zhaojichen
57bc30505c
change error type
5 years ago
mindspore-ci-bot
ad75618ca6
!611 change error message type
...
Merge pull request !611 from JichenZhao/errormsg
5 years ago
chang zherui
bd13f9ba33
modify ResizeNearestNeighborV2D
5 years ago
zhaojichen
8963e39516
change error type
5 years ago
mindspore-ci-bot
5ac07bb695
!504 Support Tensor assign A[slice] = u
...
Merge pull request !504 from candanzg/tensor_assign_with_slice
5 years ago
candanzg
663d597330
tensor assign with slice index
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 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
5 years ago
liuxiao
b6e77e5178
Add ReluV2/ReluGradV2/ConfusionMulGrad for VM
5 years ago
mindspore-ci-bot
1a0d2666b7
!559 Add Fill/Erf op for VM.
...
Merge pull request !559 from liuxiao/fill-op
5 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
5 years ago
liuxiao
5b6c8fade8
Add Erf\FillD operator for VM
5 years ago
buxue
437bb8c27c
support ellipsis and bool for tensor slice
5 years ago
liuxiao
c874e2d484
Add L2Loss op for VM
5 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
5 years ago
wangnan39@huawei.com
b812b18c02
support update parameter for vm
5 years ago
fary86
6dd72f654a
Add prim name to error message for nn_ops.py
5 years ago
candanzg
0de05b3949
[bug] fixed bool check for cast op
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
mindspore-ci-bot
27a88a6bc3
!456 Auto cast case for NotEqual op
...
Merge pull request !456 from candanzg/not_equal_auto_cast
5 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
5 years ago
mindspore-ci-bot
3ba31ec15a
!419 Tensor assign with bool Tensor
...
Merge pull request !419 from candanzg/tensor_assign_bool_index
5 years ago
mindspore-ci-bot
3822b4837f
!340 Add a HistogramSummary ops to record tensor value
...
Merge pull request !340 from ougongchang/master
5 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>
5 years ago
candanzg
79c4312e89
NotEqual op auto cast
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
ougongchang
0ed6d9178e
add Histogram summary operator
...
clean clang format errors and cpplint errors
add some test cases for histogram summary operator
5 years ago
huangdongrun
7fae76d10d
add support for calculation between float and int
...
format code
remove test case for fp64
add back scalar manipulation
remove save graph
5 years ago
fary86
8cbbbd950e
Add cell name to error message
5 years ago
buxue
62807da0c4
Develop operator Unfold,take the ge backend,dock with tbe's ExtractImagePatches operator
5 years ago
buxue
5841fe010e
Support pow's second input could be tensor and fix bug in bprop of pow
5 years ago
liuxiao
0f0f83e292
modified api name Stack -> Pack, Unstack -> Unpack
5 years ago
mindspore-ci-bot
3e36982314
!99 Develop op MaxPoolWithArgMax
...
Merge pull request !99 from zhangbuxue/Dock_MaxPoolWithArgMax
5 years ago
buxue
7541d3b067
Develop op MaxPoolWithArgMax
5 years ago
liuxiao
47d903ff57
Add pack and unpack
5 years ago
chang zherui
7696c21e65
fix runtest.sh for python ut
5 years ago
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
5 years ago
fary86
69ed72f10d
Add primitive name to param error message for math_ops.py
5 years ago
mindspore-ci-bot
a5d95e472e
!106 support comparison ops for python
...
Merge pull request !106 from amongo/SupportPythonOperators
5 years ago
huangdongrun
461d8e3a08
add comparison ops
...
fix pylint
use scalar_lt primitive directly
fix review
5 years ago
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
5 years ago
mindspore-ci-bot
55916351ee
!52 remove ge depend
...
Merge pull request !52 from flywind/remove-ge-depend
5 years ago
zhangz0911gm
6f1747045c
Add FloorMod, Acosh in ME
5 years ago
Wei Luning
73ba399364
remove ge depend in cpu
5 years ago
zhaoting
ed3c2d7229
add RMSProp optimizer
5 years ago
zhaozhenlong
bed5997a14
add atan2 operator
5 years ago
zhaozhenlong
cf40305bf0
add operator SpaceToBatch and BatchToSpace for ge
5 years ago
zhaozhenlong
b12e6ff780
add operator diag and diag_part
5 years ago
zhunaipan
930a1fb0a8
initial version
...
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
5 years ago