mindspore-ci-bot
21bcdcd8ad
!1121 Complete vm ops for ResizeBilinear and ResizeBilinearGrad
...
Merge pull request !1121 from lihongkang/master
5 years ago
Margaret_wangrui
137007be88
only call HasNodeAttr for CNodePtr type
5 years ago
chenzomi
1239cd6135
Merge branch 'master' into 04quant
5 years ago
mindspore-ci-bot
8f40f36c6c
!924 gpu queue support multi-inputs
...
Merge pull request !924 from chenweifeng/dataset
5 years ago
guohongzilong
e70b2f5430
add optimizer.get_lr_parameter() method
5 years ago
chenzomi
bf6246e617
add quant combined
5 years ago
xulei2020
903b64daa2
fix cmake build format
5 years ago
mindspore-ci-bot
d9b8e09baf
!1123 To fix GeneratorDataset numpy copy problem
...
Merge pull request !1123 from pengyanjun/generator_dataset_np_copy_problem
5 years ago
mindspore-ci-bot
074a2f342c
!1116 optimize SoftmaxCrossEntropWithLogits and momentum
...
Merge pull request !1116 from JichenZhao/add_labelsmooth_andnesterov
5 years ago
mindspore-ci-bot
8b98f921cc
!1124 Add broadcast fusion pass
...
Merge pull request !1124 from YuJianfeng/master
5 years ago
dengwentao
fa83fc3e02
rename kernel/mng to kernel/rts
5 years ago
shijianning
2cf2a67dfd
fix wrong arg call
5 years ago
mindspore-ci-bot
1a98c6b459
!999 [MD] mindrecord support reading file list
...
Merge pull request !999 from liyong126/mindrecord_file_list
5 years ago
mindspore-ci-bot
049d3796a6
!1091 gpu support Cast/RealDiv/Mul/Sub/Softmax kernels enforcement
...
Merge pull request !1091 from chenweifeng/cast
5 years ago
yujianfeng
31d8db9fc6
Add broadcast fusion pass
5 years ago
shijianning
5afcefdce4
try fix pylint warning
5 years ago
mindspore-ci-bot
905467be9d
!1095 Fix while broaden error
...
Merge pull request !1095 from amongo/FixWhileBroadenedError
5 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
5 years ago
wangcong
89f55e63d5
reverse previous version
5 years ago
Yanjun Peng
4bf016e67f
fix generator dataset np copy problem
5 years ago
mindspore-ci-bot
25b2424f9b
!1042 clean pylint warning in test_framwork dir
...
Merge pull request !1042 from jinyaohui/clean_pylint
5 years ago
lihongkang
ca8a914736
接入算子resizebilinear and resizebilineargrad
5 years ago
mindspore-ci-bot
6f386c5782
!1082 Support 'break', 'continue' and 'pass' statements
...
Merge pull request !1082 from hewei/support_cont_break
5 years ago
mindspore-ci-bot
53c2a281fb
!1107 rectify auto mix precision
...
Merge pull request !1107 from gengdongjie/master
5 years ago
liyong
aa3f89e74f
mindrecord support read file list
5 years ago
mindspore-ci-bot
6a8cd83d21
!1114 fix some python code format
...
Merge pull request !1114 from casgj/gaojing
5 years ago
mindspore-ci-bot
793bfddb17
!1112 Fix weight decay bug for `SGD` optimizer
...
Merge pull request !1112 from seatea/fix-sgd-weight-decay-bug
5 years ago
zhaojichen
ff710dde5d
optimize SoftmaxCrossEntropWithLogits and momentum
5 years ago
He Wei
33fa90efc9
Support 'break', 'continue' and 'pass'
...
To handle 'break' and 'continue' statement, a loop context is pushed
to a stack before we parse the loop body, and pop it after body parsed.
When a 'break', 'continue' statement is encountered, we retrieve current
loop contex from the stack, and let the current block jump to the end
block or header block;
For 'break' statement, we added an extra 'end_block' follow the 'after_block',
because 'after_block' is called from a ContionalJump in 'header_block', it can
not be set as jump target from other place. to support 'break', we let loop
body jump to the 'end_block' at the 'break' point. and 'after_block'
maybe a good place to handle loop 'else' clause in the future.
Handle 'pass' is simple, just bypass it when doing parse.
5 years ago
mindspore-ci-bot
5de4323632
!1096 fix some Misspelling
...
Merge pull request !1096 from SanjayChan/03cell
5 years ago
WilliamLian
691b0648e3
convert unsupported kernel in aicore to aicpu
5 years ago
mindspore-ci-bot
0345995000
!1110 [AutoParallel]fix gatherv2 and dataset bug
...
Merge pull request !1110 from lichen/fix_gatherv2_and_dataset_bug
5 years ago
jinyaohui
26fd75895d
pylint waring clean
5 years ago
seatea
5a119d107f
Fix weight decay bug for `SGD` optimizer.
...
Weight decay has been considered and caculated in `SGD` operation, so
there's no need to apply weight decay in `SGD` optimizer.
5 years ago
wangcong
7658ece457
clang-format code
5 years ago
gaojing
abb4b7ed5c
fix some python code format
5 years ago
wangcong
f53a2fd613
cpplint clean
5 years ago
mindspore-ci-bot
a2d5ad5abe
!1099 fix bug of can not find op adapter
...
Merge pull request !1099 from fary86/fix_bug_for_can_not_find_opadapter
5 years ago
wangcong
3fbd0101cd
add depthwise conv attr
5 years ago
wangcong
0f42c66263
DepthwiseConv2d+Eltwise fusion pass
5 years ago
mindspore-ci-bot
168dfb2555
!1108 Add input shape condition for transpose_reshape fusion pass
...
Merge pull request !1108 from YuJianfeng/master
5 years ago
mindspore-ci-bot
2823ec806f
!1092 add rts kernel of labelset/labelgoto/labelswitch
...
Merge pull request !1092 from dengwentao/rts_kerenl
5 years ago
mindspore-ci-bot
18019ad6a5
!1038 clean some context param
...
Merge pull request !1038 from jinyaohui/clean_context
5 years ago
lichenever
debfd38b75
fix gatherv2 and dataset bug
5 years ago
mindspore-ci-bot
ba3d48817e
!1070 Adapt aicpu op CTCLoss and TBE op L2Loss for GE.
...
Merge pull request !1070 from liuxiao/ops-for-VM
5 years ago
mindspore-ci-bot
eab7d593a1
!1103 clean task sink codex
...
Merge pull request !1103 from caifubi/clean-runtime-codex
5 years ago
guohongzilong
2451d60954
add enable dump and dump path log in context
5 years ago
mindspore-ci-bot
635acb6c27
!1109 remove unused variable from repeat op
...
Merge pull request !1109 from Jamie/fixoneline
5 years ago
Jamie Nisbet
ff5f2521fc
remove unused variable
5 years ago
yujianfeng
85ff90c237
Add input shape condition for transpose_reshape fusion pass
5 years ago