yepei6
|
acbd7eb023
|
add more tensor methods
|
4 years ago |
Zhang Qinghua
|
cd7f7d40fb
|
Support pass args or|and kwargs for OP CreateInstance.
|
4 years ago |
mindspore-ci-bot
|
f0c4b043e8
|
!14668 Add more numpy interfaces
From: @yanglf1121
Reviewed-by:
Signed-off-by:
|
4 years ago |
zhangzhaoju
|
6a2aee492c
|
Clean code that not used
|
4 years ago |
yanglf1121
|
560ef0036f
|
Add new np interfaces
|
5 years ago |
buxue
|
8c47ce1803
|
show accurate error info and error lines when use unsupported builtin function
|
5 years ago |
buxue
|
2551f5ea7e
|
support name or attribute ast.Expr
|
5 years ago |
l00591931
|
680324f225
|
Change make tuple in core.ops
|
5 years ago |
buxue
|
f8a00d52af
|
support invert bool tensor
|
5 years ago |
buxue
|
d215887ad6
|
add exception description for assign subnet parameter
|
5 years ago |
buxue
|
5ede9ffcca
|
improve isinstance
|
5 years ago |
zhouyuanshen
|
d1e6878011
|
remove dot
|
5 years ago |
mindspore-ci-bot
|
b8ba05333e
|
!11372 [Numpy-Native] Api docstring bug fix
From: @yanglf1121
Reviewed-by:
Signed-off-by:
|
5 years ago |
yanglf1121
|
eab5ecf21a
|
Fix bugs in np.atleastxd, np.xstack and format api docstrings
|
5 years ago |
buxue
|
2ea8b9e738
|
add dict for isinstance
|
5 years ago |
buxue
|
e8cd572bc2
|
add check for outermost net inputs type and support isinstance first arg an empty list
|
5 years ago |
buxue
|
15593dc98f
|
improve isinstance function in graph mode
|
5 years ago |
yanglf1121
|
72903c11c8
|
add array_ops, math_ops and tensor ops
|
5 years ago |
buxue
|
6d395c1d3f
|
keep consistent in Graph mode and PyNative mode for 'isinstance'
|
5 years ago |
yanglf1121
|
918679daa3
|
add tensor.ndim and rename tensor.size() to tensor.size
|
5 years ago |
wangshuide2020
|
abf0d30537
|
update the doc string of some operations.
|
5 years ago |
mindspore-ci-bot
|
3f82405d17
|
!9639 Add Numpy Native to Mindspore
From: @yanglf1121
Reviewed-by:
Signed-off-by:
|
5 years ago |
yanglf1121
|
59e5afd2bb
|
Add mindnumpy to mindspore
|
5 years ago |
Bairong
|
623b2e3f99
|
support abs and mean of Tensor
|
5 years ago |
mindspore-ci-bot
|
6bdb46c705
|
!8629 print error info when the function does not meet the indentation standard of AST
From: @zhangbuxue
Reviewed-by: @zh_qh,@chenfei52
Signed-off-by: @zh_qh
|
5 years ago |
mindspore-ci-bot
|
a321f402c8
|
!8579 Add view function for tensor
From: @liangzhibo
Reviewed-by: @zh_qh,@chenfei52
Signed-off-by: @zh_qh
|
5 years ago |
buxue
|
a3937c2863
|
print error info when the function does not meet the indentation standard of AST
|
5 years ago |
l00591931
|
7a192973ff
|
Add view function for tensor
|
5 years ago |
mindspore-ci-bot
|
c11c79170e
|
!8554 Add expand_as function to tensor
From: @liangzhibo
Reviewed-by: @zh_qh,@chenfei52
Signed-off-by: @zh_qh
|
5 years ago |
l00591931
|
ba7ee2aa13
|
add expand_as function
|
5 years ago |
l00591931
|
6f165ee5e3
|
enumerate function and enumerate test case added
|
5 years ago |
mindspore-ci-bot
|
ea9d39e84b
|
!6734 fix bug of getting python function name
Merge pull request !6734 from fary86/fix_bug_of_get_py_function_name
|
5 years ago |
fary86
|
3f5640f18a
|
Fix bug of getting name of a function
|
5 years ago |
root
|
4e85071055
|
redundant codes clean
|
5 years ago |
buxue
|
483c8a179a
|
improve the recognition of Parameter object and raise error when convert keywordarg to pydata
|
5 years ago |
buxue
|
a86e4ac370
|
print warning log when parse attributes not defined of the object
|
5 years ago |
buxue
|
14f6c95c28
|
add overflow check for make_range and optimize isinstance processing
|
5 years ago |
buxue
|
458498900c
|
support not in and add check for grad_with_sens with no sense provide.
|
5 years ago |
buxue
|
b9c9046b93
|
support function as condition of if
|
5 years ago |
mindspore-ci-bot
|
b40677002f
|
!5714 [refine]change top graph and add cell class
Merge pull request !5714 from vlne-v1/change-top-graph
|
5 years ago |
Wei Luning
|
e6f82af849
|
add cell class to c++
|
5 years ago |
buxue
|
6fa60f6666
|
raise ValueError when call hook function in graph mode
|
5 years ago |
buxue
|
6af286b3e5
|
fix bug the const input is broadened in PyNative mode
|
5 years ago |
fary86
|
38083e055a
|
Fix coredump missing return statement after while loop
|
5 years ago |
buxue
|
09f1a4bbaf
|
support axis is None for all and any interface in graph mode.
|
5 years ago |
buxue
|
02d6e3a43a
|
fix bugs
|
5 years ago |
panyifeng
|
34e50e5d6e
|
fix cell bprop
|
5 years ago |
buxue
|
ace34525cd
|
improve interface '__bool__' for tensor
|
5 years ago |
buxue
|
2c4cb49a11
|
support interface 'all' and 'any' of tensor
|
5 years ago |
mindspore-ci-bot
|
a182a87a6d
|
!3820 support tensor attr shape and dtype in graph mode
Merge pull request !3820 from zhangbuxue/support_dtype_and_shape_as_attr_in_graph_mode
|
5 years ago |