mindspore-ci-bot
|
8bf35b2b0c
|
!700 validate bprop rules
Merge pull request !700 from penn/validate_bprop_rules
|
5 years ago |
mindspore-ci-bot
|
420ef2a352
|
!731 remove extra empty string from log text
Merge pull request !731 from fary86/remove_extra_empty_string_in_log
|
5 years ago |
mindspore-ci-bot
|
41df9c206c
|
!723 Modify type error of abnormal inputs
Merge pull request !723 from Simson/push-to-opensource
|
5 years ago |
simson
|
46d291c3c0
|
modify error type of abnormal inputs
|
5 years ago |
fary86
|
b314c1d621
|
Remove extra empty string from log text
|
5 years ago |
panyifeng
|
9e633b6c12
|
validate bprop rules
|
5 years ago |
buxue
|
aff6777ecc
|
fix reviewboot and example of TruncatedNormal and add type mapping
|
5 years ago |
zhousiyi
|
f6a4f3d155
|
[static_analysis]: remove the TrivialPrimEvaluator cache.
add cache for PythonPrimEvaluator. Be careful that
the infer function of PythonPrimitive in python code should
be idempotent.
|
6 years ago |
candanzg
|
663d597330
|
tensor assign with slice index
Signed-off-by: candanzg <zhangshucheng@huawei.com>
|
5 years ago |
buxue
|
437bb8c27c
|
support ellipsis and bool for tensor slice
|
6 years ago |
zhoufeng
|
c2b3360d69
|
update clang format rule
|
6 years ago |
mindspore-ci-bot
|
3822b4837f
|
!340 Add a HistogramSummary ops to record tensor value
Merge pull request !340 from ougongchang/master
|
6 years ago |
ougongchang
|
0ed6d9178e
|
add Histogram summary operator
clean clang format errors and cpplint errors
add some test cases for histogram summary operator
|
6 years ago |
mindspore-ci-bot
|
d34afbd61b
|
!400 Support math operation between float and int for scalar
Merge pull request !400 from amongo/FixMathOps
|
6 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
|
6 years ago |
mindspore-ci-bot
|
c84385d706
|
!296 Exclude free variables to further improve performance
Merge pull request !296 from StrawNoBerry/ExcludeFV
|
6 years ago |
buxue
|
80978cf3cc
|
support operator ** // % for scalar and tensor, and in not in for dict, ang str concat
|
6 years ago |
w00517616
|
988363299f
|
Exclude FV to further improve performance.
|
6 years ago |
Zhang Qinghua
|
87714b3c7f
|
Remove the repeats of inferring and optimize the sorting routine.
Total Renormalizes:
-----
69.05010 --> 62.28941
-----
|
6 years ago |
mindspore-ci-bot
|
086edc133f
|
!65 fix bug of global variable initialization order is not guaranteed during compilation
Merge pull request !65 from mxm/for_prim_map_init
|
6 years ago |
Wei Luning
|
113c0d8cd2
|
fix InsertGradientOf with class method
|
6 years ago |
leonwanghui
|
ad76e1c42a
|
Fix some typo errors in pipeline module
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
|
6 years ago |
huangdongrun
|
d3f733fa25
|
support grad on graph with variable arguments
use unpack graph primitive instead
add testcases for all grad interface
remove debug log
format code
remove dumpfuncgraph
resolve clang-format
resolve reviews
resolve cpplint
fix review
|
6 years ago |
mxm
|
2f031e1540
|
fixed: PrimitiveToInferImplMap map is global, and key of the map PrimitivePtr also a global variable. If key is initialized later than the map initialized during compilation, will cause the primitive map initialize failed. Variable initialization order is not guaranteed during compilation.
|
6 years ago |
zhunaipan
|
930a1fb0a8
|
initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
|
6 years ago |