liubuyu
315a95c583
add pad for nms_with_mask
5 years ago
WilliamLian
338d7c1ac1
decoupled of insert transdata and deal ref and split transdata
5 years ago
mindspore-ci-bot
07b14f32b9
!1296 move signature to primitivepy and bprop_func to utils
Merge pull request !1296 from leopz/fix_primitive
5 years ago
mindspore-ci-bot
d3359081e0
!1323 add make_tuple before return as graph outputs in ConstructKernelGraph
Merge pull request !1323 from wenchunjiang/supplyment_for_construct_graph
5 years ago
wenchunjiang
245ab3199b
add make_tuple before reture as graph outputs in ConstructKernelGraph
5 years ago
rick_sanchez
19dfc98006
fix codex and reviewbot
5 years ago
leopz
04763b8b76
move signature to primitivepy and bprop_func to utils
5 years ago
fary86
a0cc983445
Set submodule id for init.cc
5 years ago
mindspore-ci-bot
e87721d8d8
!1270 modify log level
Merge pull request !1270 from fary86/change_logging_level
5 years ago
mindspore-ci-bot
04ac611fe8
!1189 Decoupling py default param from Parameter
Merge pull request !1189 from leopz/master
5 years ago
fary86
08f09a2fcd
Change log level from error to warning
5 years ago
leopz
40e15996b0
move default_param out of parameter and remove pybind11 in anf define
6 years ago
gengdongjie
a3ed4c6967
change default enable_auto_mixed_precision from true to false
5 years ago
lvliang
8798979117
pynative-release-memory-after-run-finish
6 years ago
mindspore-ci-bot
e17c7d2cbc
!1207 add enable_auto_mixed_precision
Merge pull request !1207 from jinyaohui/add_context
6 years ago
zjun
1971aea8df
fix tensor print order
6 years ago
huanghui
c4af71e236
add LarsV2 fission pass
6 years ago
mindspore-ci-bot
4ecc9389e0
!1186 [control sink refactor]: construct kernel graph
Merge pull request !1186 from wenchunjiang/construct_kernel_graph
6 years ago
jinyaohui
c0c694d99a
add enable_auto_mixed_precision
6 years ago
mindspore-ci-bot
0040764dec
!1100 delete some context param(enable_loop_sink,enable_mem_reuse,enable_auto_mixed_precision)
Merge pull request !1100 from jinyaohui/context_opt_2
6 years ago
jinyaohui
2907cf4488
remove some context param
6 years ago
wenchunjiang
ea65e61cb1
adding new constructKernelGraph to transform all subgraphs to
kernel_graph from root func_graph
6 years ago
lvliang
2e284cb849
pynative-fix-topk-run-failed
6 years ago
mindspore-ci-bot
ca64bfdbab
!1120 Code refactoring :modify Infer to Eval
Merge pull request !1120 from Kang/master
6 years ago
mindspore-ci-bot
6b4a6e55a0
!1177 fix codex
Merge pull request !1177 from panyifeng/fix_codex
6 years ago
panyifeng
a028c40e1c
fix codex
6 years ago
mindspore-ci-bot
42ba885e58
!1098 Add BatchNorm2BNInfer pass
Merge pull request !1098 from huanghui/add-batchnorm-bninfer-pass
6 years ago
Kang
be60bd3d79
Code refactoring for the static_analysis : modified Infer to Eval.
6 years ago
huanghui
6db71e6576
add batchnorm2bninfer pass
6 years ago
yujianfeng
2b061c84c7
Add batch_norm_grad infer fisson
6 years ago
mindspore-ci-bot
cf6a4fe687
!1155 fix bug of log interface
Merge pull request !1155 from fary86/fix_bug_of_log_interface
6 years ago
mindspore-ci-bot
bb374ebc28
!1015 Support weights to be compiled according to shape
Merge pull request !1015 from candanzg/me_with_shape
6 years ago
fary86
057dcdbad5
Fix bug of log interface
1.GLOG_v can not control log level of MindData
2.Sub module ids of some source files under directory `kernel` and `device` are incorrect
3.GLOG_v can not control log level when using dlog
6 years ago
mindspore-ci-bot
62783712f3
!1106 Add enable dump log info
Merge pull request !1106 from ghzl/add-enable-dump-log-info
6 years ago
mindspore-ci-bot
94883f9b9c
!1132 add op pattern in kernel build info
Merge pull request !1132 from lianliguang/add-attr-op-pattern-to-kernel-build-info
6 years ago
mindspore-ci-bot
40beecc3a6
!1153 change device_target donot change loop_sink flag
Merge pull request !1153 from caifubi/setcontext-donot-change-loopsink
6 years ago
caifubi
bd269f27e6
fix enable_loop_sink bug
6 years ago
WilliamLian
44df45c84d
add attr op_pattern to kernel build info
6 years ago
candanzg
2cc85bdc93
Support weight compile according to shape
Signed-off-by: candanzg <zhangshucheng@huawei.com>
6 years ago
mindspore-ci-bot
86d4797399
!1079 Convert AiCpu kernel when aicore not supported
Merge pull request !1079 from lianliguang/convert-to-AICPU-when-AiCore-not-supported-kernel
6 years ago
mindspore-ci-bot
53c2a281fb
!1107 rectify auto mix precision
Merge pull request !1107 from gengdongjie/master
6 years ago
WilliamLian
691b0648e3
convert unsupported kernel in aicore to aicpu
6 years ago
mindspore-ci-bot
2823ec806f
!1092 add rts kernel of labelset/labelgoto/labelswitch
Merge pull request !1092 from dengwentao/rts_kerenl
6 years ago
guohongzilong
2451d60954
add enable dump and dump path log in context
6 years ago
dengwentao
06bac6f120
add rts label op
6 years ago
jinyaohui
391a060f21
remove two context param
6 years ago
gengdongjie
031a2931b0
add new auto mix precision flag
6 years ago
mindspore-ci-bot
c1290e7b70
!1088 Add some op registrations for const value to attr
Merge pull request !1088 from YuJianfeng/master
6 years ago
mindspore-ci-bot
28a6daaed5
!1017 add profiling_mode and profiling_options to context
Merge pull request !1017 from jinyaohui/context_opt
6 years ago
yujianfeng
5f26583da4
Add some op registrations for const to attr
6 years ago