mindspore-ci-bot
0611c1a579
!849 [CT][MS] Wrong format of broadcast output, when multi-output
Merge pull request !849 from vlne-v1/I1FQ76-wrong-format-of-boardcast-output-when-multi-output
5 years ago
Wei Luning
157710ca0f
bugfix* fix bug in output tuple of tuple.* check kRWWrite input no-variable* input x of ScatterNdUpdate should be a parameter node
5 years ago
mindspore-ci-bot
ff1a05d6c8
!882 fix bug of bprop of FloorMod
Merge pull request !882 from zhangbuxue/fix_bprop_for_floor_mod
5 years ago
buxue
0c6cf98db0
fix bug of brpop of FloorMod
5 years ago
zhaozhenlong
66e7a36846
ImageGradients check 4d
fix DiagPart constant folding issue
fix argmin output type check
fix atan2 doc error
fix remove FusedBatchNorm and its grad
5 years ago
mindspore-ci-bot
728345fdd0
!841 fix bugs of Acosh bprop and Elu bprop
Merge pull request !841 from zhangbuxue/adapt_ExtractImagePatches_and_fix_EluGrad
5 years ago
buxue
064d370a61
fix bug of Acosh bprop and Elu bprop
5 years ago
candanzg
e886a3182c
tensor assign with ellpsis
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
zhaozhenlong
243cd33203
adapt SparseApplyAdagradD adding output accum
5 years ago
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