huanghui
c222f7d226
support asert
4 years ago
Margaret_wangrui
6d10adc9c5
[ME]Support raise in constant scenarios.
4 years ago
He Wei
51c147ab12
Convert AbstractList to AbstractTuple recursively
4 years ago
xiao_yao1994
94df0869ad
uni_backend: add ut ge test
4 years ago
Zhang Qinghua
973008ebcf
Change the Parameter type name from 'ParameterTensor' to 'Parameter'
4 years ago
zhangzhaoju
e000889265
Fix issue I4KVTZ
The description of "outmost network" in error message instead by
method/function name
4 years ago
lianliguang
49608835c1
support list slice
4 years ago
zhoufeng
8e97ce5cd2
build core.so
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
i-robot
c5b650069f
!28662 Add input type check for instance Create in Cell.construct
Merge pull request !28662 from zhangzhaoju/master
4 years ago
zhangzhaoju
a54d1f33e7
Add input type check for instance Create in Cell.construct
Adjust the order of resource release sequence
Save executor_info to cache after compile avoiding inconsistent between
python cache and c++ cache
Clean entire_costgraph at ClearResAtExit to avoid coredump.
4 years ago
simson
0191832a1d
fix greater op infervalue
4 years ago
zhousiyi
19e9571149
rename env_getitem/setitem to EnvironGet/EnvironGet
4 years ago
zheng_pengfei
09b5e545dd
[feat] [assistant] [I48OBC] add new LogicalNot
4 years ago
i-robot
3121a317ec
!27775 Fix Slice node's location incorrect
Merge pull request !27775 from huanghui/fix-Slice-no-location
4 years ago
Zhang Qinghua
ea8c47e981
Support variable index of getitem during handling cell list getattr.
4 years ago
huanghui
d549ec5af5
fix Slice cannot get location
4 years ago
Zhang Qinghua
3e7b73e6c7
Support getattr by the item of cell list: Handle the DoSignaturePrimitive('getitem') between getattr and resolve.
4 years ago
i-robot
d1e4e674ab
!26690 Add supoort resolving outer lambda function for ops.Partial.
Merge pull request !26690 from hezhenhao1/add_lambda
4 years ago
hezhenhao1
4af312d17e
Add supoort resolving outer lambda function for ops.Partial.
4 years ago
Margaret_wangrui
922678edef
Revert "Add the check of function return None."
This reverts commit f9a384456a .
4 years ago
Margaret_wangrui
f9a384456a
Add the check of function return None.
4 years ago
Zhang Qinghua
e8b421fe6e
Enable JIT Fallback in default.
4 years ago
Zhang Qinghua
6a79e262ae
Support ops, nn and numpy namespaces, and add test case.
4 years ago
i-robot
e3d8edc530
!24475 Implement the dict.items() interface and the multiplication operation of numbers and lists or tuples
Merge pull request !24475 from 翟之博/master
4 years ago
i-robot
9d0d094437
!24554 support nested call of ms_function
Merge pull request !24554 from zhangzhaoju/ms_master_ms_function
4 years ago
zzb
95425b770d
iml dict.items() and multiplication op
4 years ago
zhangzhaoju
b4453709a2
Support parser decoratored functions
like nested calling of ms_function
4 years ago
huanghui
1af32f74f9
support None argument for the outermost net
4 years ago
i-robot
bb038292d4
!23905 fix error log
Merge pull request !23905 from lianliguang/more-info-for-infer-error
4 years ago
lianliguang
7227b61979
modify info when infer error
4 years ago
huanghui
97250978c4
fix the debug info about the function decorated by @ms_functon
4 years ago
jiangshuqiang
c2bd061889
fix summary isolation
4 years ago
i-robot
bbdacd41f4
!20585 add security isolate for save_graphs
Merge pull request !20585 from huanghui/add-security-isolate-for-DumpIR
4 years ago
i-robot
db19a40280
!23365 add print op security
Merge pull request !23365 from fangzehua/print_sec
4 years ago
i-robot
c6a99428cd
!23153 Update the operator in order to let users better understand the reason for the error of the operator part: nn_ops and array_ops
Merge pull request !23153 from dinglinhe/dlh_code_ms_I43QY0_nn_ops
4 years ago
huanghui
ba66c0d491
add security isolate for save_graphs
4 years ago
dinglinhe
9a8c1b3c73
array_ops error recti and others
4 years ago
fangzehua
4ccc635a07
add print security
4 years ago
zhangzhaoju
4296881a16
syntax
4 years ago
Zhang Qinghua
7203989c26
Support fallback feature in Graph mode (1).
4 years ago
Zhang Qinghua
a137fa1d0b
Optimize the Executors routines.
- Fix the key generating.
- Distinguish the executors.
4 years ago
Zhang Qinghua
aef396f9f2
Support ListComp and GeneratorExp in Graph Mode.
4 years ago
huanghui
3e17650172
Raise NotImplementedError when parsing the numpy methods, but not the numpy constant.
4 years ago
zhousiyi
9319eff958
change the error type from RuntimeError to TypeError
4 years ago
zhousiyi
b590f6d929
don't replace u with fprop_u in primal_graph and bprop_fg
4 years ago
mindspore-ci-bot
e5a189a4f0
!17520 Optimize exception info when compile net failed
From: @irmo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
7d9bf65654
!16755 support list add list in net in GraphMode.
From: @fenglovebei
Reviewed-by: @zh_qh
Signed-off-by: @zh_qh
4 years ago
huanghui
29f632613f
optimize log
4 years ago
fenglovebei
76b884dea9
list add list
4 years ago
huanghui
0610a8d99c
9fdc0035a0
4 years ago