panyifeng
9e633b6c12
validate bprop rules
6 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
6 years ago
candanzg
31aae36106
Tensor assign with integer
Signed-off-by: candanzg <zhangshucheng@huawei.com>
6 years ago
buxue
c8a1a24ce3
fix the infer of TruncatedNormal and a bug of structure output and a bug of tensorslice ellipsis
6 years ago
candanzg
663d597330
tensor assign with slice index
Signed-off-by: candanzg <zhangshucheng@huawei.com>
6 years ago
buxue
437bb8c27c
support ellipsis and bool for tensor slice
6 years ago
buxue
7c233a57fa
support python func print and != for list with none
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
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
b2fdb194a9
!442 Supprot equal list with none.
Merge pull request !442 from zhangbuxue/perfect_comparion_op
6 years ago
buxue
c853f985cc
support equal list with none
6 years ago
huangdongrun
9cb665e634
add suport for parameter of const value pass as mixed precision args
fix pylint
6 years ago
buxue
80978cf3cc
support operator ** // % for scalar and tensor, and in not in for dict, ang str concat
6 years ago
huangdongrun
461d8e3a08
add comparison ops
fix pylint
use scalar_lt primitive directly
fix review
6 years ago
zhunaipan
930a1fb0a8
initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
6 years ago