panyifeng
|
9e633b6c12
|
validate bprop rules
|
6 years ago |
buxue
|
aff6777ecc
|
fix reviewboot and example of TruncatedNormal and add type mapping
|
6 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>
|
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 |
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 |
buxue
|
80978cf3cc
|
support operator ** // % for scalar and tensor, and in not in for dict, ang str concat
|
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 |