Margaret_wangrui
|
6e5d625153
|
[ME][Fallback] Support built-in type: complex and reversed.
|
4 years ago |
chenfei
|
c5c2b2f186
|
environment variables fix
debug log
|
4 years ago |
huangbingjian
|
00f3fa99e2
|
add fallback testcases
|
4 years ago |
i-robot
|
9dfe08b805
|
!25909 [Fallback] Add global Py param when processing global namespace info
Merge pull request !25909 from huangbingjian/update_global_params
|
4 years ago |
i-robot
|
9b00c2d941
|
!26047 [ME][Fallback] Modify fallback log level
Merge pull request !26047 from Margaret_wangrui/fallback_log
|
4 years ago |
Margaret_wangrui
|
ea95e2c7d2
|
modify fallback log level
|
4 years ago |
huangbingjian
|
d0ca18b921
|
Add global Py param when processing global namespace info.
|
4 years ago |
huangbingjian
|
bc875f57aa
|
If an exception occurs when the Fallback feature calls eval(), an error message will be provided.
|
4 years ago |
i-robot
|
45882752ba
|
!25644 [Fallback] Support builtin type
Merge pull request !25644 from huangbingjian/fallback_set
|
4 years ago |
huangbingjian
|
5063ee55bc
|
[Fallback] Support builtin type: set, dict, slice, bool, int, float, str
|
4 years ago |
i-robot
|
bde959775c
|
!25609 fix col_offset not set when cache
Merge pull request !25609 from huanghui/fix-colcolum
|
4 years ago |
huanghui
|
b48900e776
|
fix col_offset not set when cache
|
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 |
zhangzhaoju
|
b4453709a2
|
Support parser decoratored functions
like nested calling of ms_function
|
4 years ago |
huanghui
|
7df3b4516d
|
optimize error log about inspect.getsourcelines fail
|
4 years ago |
i-robot
|
86392fdd3d
|
!23982 fix the debug info about the cell function decorated by @ms_functon
Merge pull request !23982 from huanghui/fix-filename-error-with-ms_function
|
4 years ago |
huanghui
|
97250978c4
|
fix the debug info about the function decorated by @ms_functon
|
4 years ago |
chenfei
|
9324b9690c
|
code clean of mindspore
|
4 years ago |
Zhang Qinghua
|
9fbd118319
|
Handle interpreted node as input, set function Parameters and update local params if need.
|
4 years ago |
7347157+joylvliang@user.noreply.gitee.com
|
6e59598f99
|
correct_wrong_info_when_using_ms_function_with_bprop
|
4 years ago |
zhangzhaoju
|
4296881a16
|
syntax
|
4 years ago |
Zhang Qinghua
|
bcfb274074
|
[Fallback] Fix previous block parameters problem, and add test cases.
|
4 years ago |
i-robot
|
5cf19e8aa6
|
!22986 Add supported namespace for fallback.
Merge pull request !22986 from 张清华/opt_fallback
|
4 years ago |
i-robot
|
df031d804c
|
!22785 Support nested calling of ms_function
Merge pull request !22785 from zhangzhaoju/ms_master_ms_function
|
4 years ago |
Zhang Qinghua
|
6edea0ed3c
|
Add supported namespace for fallback.
|
4 years ago |
Zhang Qinghua
|
7203989c26
|
Support fallback feature in Graph mode (1).
|
4 years ago |
zhangzhaoju
|
477bf20fa6
|
Raise exception while nested calling of ms_function
|
4 years ago |
Zhang Qinghua
|
a137fa1d0b
|
Optimize the Executors routines.
- Fix the key generating.
- Distinguish the executors.
|
4 years ago |
djc
|
b077aa1cab
|
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
|
4 years ago |
djc
|
4e6f7dc97d
|
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
|
4 years ago |
huanghui
|
3e17650172
|
Raise NotImplementedError when parsing the numpy methods, but not the numpy constant.
|
4 years ago |
mindspore-ci-bot
|
8c1e7ce231
|
!16345 [DFX]Optimize exception log
From: @irmo
Reviewed-by:
Signed-off-by:
|
4 years ago |
huanghui
|
0610a8d99c
|
9fdc0035a0
|
4 years ago |
l00591931
|
319c20824e
|
fix code checking warning for r1.2
|
4 years ago |
Zhang Qinghua
|
cd7f7d40fb
|
Support pass args or|and kwargs for OP CreateInstance.
|
4 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 |
buxue
|
d215887ad6
|
add exception description for assign subnet parameter
|
5 years ago |
buxue
|
a3937c2863
|
print error info when the function does not meet the indentation standard of AST
|
5 years ago |
fary86
|
3f5640f18a
|
Fix bug of getting name of a function
|
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
|
02d6e3a43a
|
fix bugs
|
5 years ago |
Wei Luning
|
a05c38bb63
|
make python Parameter inherit from Tensor
|
5 years ago |
buxue
|
b812c1a17a
|
support call super when class define in test_case.
|
5 years ago |
buxue
|
073507a5e0
|
support call the parent class function
|
5 years ago |