wangmin
87612bfcf2
THOR optimizer for GPU
5 years ago
mindspore-ci-bot
ab84b2f18a
!4293 add infer function of primitive c
...
Merge pull request !4293 from lianliguang/add-infer-to-primitive-c
5 years ago
mindspore-ci-bot
19e7be3104
!4408 fix anf_parser bug
...
Merge pull request !4408 from yankai10/merge_fix_lenet
5 years ago
mindspore-ci-bot
e13f7149b6
!4393 fix bug of conv sliding window
...
Merge pull request !4393 from fuzhiye/tmp
5 years ago
mindspore-ci-bot
c9bef85de3
!4398 fix ssim precision error in PyNative mode
...
Merge pull request !4398 from chujinjin/fix_ssim_precision_error_in_pynative_mode
5 years ago
yankai
3dc3b8153e
fix bug
5 years ago
mindspore-ci-bot
8c377fd159
!4384 modiy quant DenseBnAct api
...
Merge pull request !4384 from chengxb7532/master
5 years ago
mindspore-ci-bot
fb2f888ec8
!4335 Add arm op Div for int8 and testcases
...
Merge pull request !4335 from wangminggui/master
5 years ago
chujinjin
a6027ff7af
fix ssim precision error in pynative mode
5 years ago
fuzhiye
bcd773edcc
fix bug of conv sw
5 years ago
mindspore-ci-bot
1b63c76c61
!4194 Add infer and dpn to nn/probability
...
Merge pull request !4194 from zhangxinfeng3/master
5 years ago
mindspore-ci-bot
3e215aaac2
!4326 add kaiming normal init
...
Merge pull request !4326 from baihuawei/kaiming
5 years ago
mindspore-ci-bot
2db0290c49
!4356 Add validation for field split
...
Merge pull request !4356 from yangzhenzhang/update-field-split
5 years ago
mindspore-ci-bot
9cc1ca1a19
!3753 CSV dataset reading a file that begins with a blank line will crash
...
Merge pull request !3753 from jiangzhiwen/dataset/csv_fix_blank_line_header
5 years ago
王明贵
a277280373
Add arm op Div for int8 and testcases
5 years ago
mindspore-ci-bot
6cfded9d78
!4341 add leaky_relu ops for Opencl
...
Merge pull request !4341 from liuzhongkai/leaky_relu
5 years ago
mindspore-ci-bot
a9c2f87ab1
!4379 add new nets and run benchmark on x86
...
Merge pull request !4379 from andy_wangrui/master
5 years ago
mindspore-ci-bot
400fd90e96
!4385 modify cmakefile
...
Merge pull request !4385 from songhonglei413/roi
5 years ago
mindspore-ci-bot
49fd9fa978
!4372 Modify the method for getting output index of metagraph.
...
Merge pull request !4372 from wangshaocong/lite
5 years ago
mindspore-ci-bot
a3036470ac
!4381 fix overflow bug when input data is big in softmax op
...
Merge pull request !4381 from fuzhiye/tmp
5 years ago
songhonglei413
609a0e9bf3
modify cmakefile
5 years ago
WilliamLian
677e6158e3
add infer function of primitive c
5 years ago
mindspore-ci-bot
d3dfeee195
!4295 adapte to remove inline and generalization of ir
...
Merge pull request !4295 from wenchunjiang/remove_inline_1
5 years ago
mindspore-ci-bot
58be11907c
!4346 all dataset support get_dataset_size
...
Merge pull request !4346 from anzhengqi/I1PXKS-Dataset-support-getsize
5 years ago
mindspore-ci-bot
b59e072c91
!4361 fixed format trans
...
Merge pull request !4361 from wangchangkai/master
5 years ago
jiangzhiwen
4673de9f96
fix blank line at header
5 years ago
mindspore-ci-bot
17a820a122
!4357 add opencl reshape op
...
Merge pull request !4357 from chenzupeng/master-lite
5 years ago
mindspore-ci-bot
dd9289a3c8
!4240 Add parameter information
...
Merge pull request !4240 from shenwei41/sw_master
5 years ago
mindspore-ci-bot
cc9c27ae85
!4330 Add ops ReverseSequence for GE and Adapter some op info for VM.
...
Merge pull request !4330 from liuxiao93/ReverseSequence
5 years ago
fuzhiye
befc26cd70
fix overflow bug when input data is big in softmax op
5 years ago
mindspore-ci-bot
88bcdb14e7
!4360 Remove NNACL's C++ Features
...
Merge pull request !4360 from songhonglei413/roi
5 years ago
chengxianbin
b97ed00c89
modify quant code
5 years ago
mindspore-ci-bot
9ca2a0406d
!4336 upgrade the performances for concat op
...
Merge pull request !4336 from pengyongrong/concat
5 years ago
mindspore-ci-bot
579e0ab925
!4354 modify python ut runtest.sh
...
Merge pull request !4354 from changzherui/mod_python_ut
5 years ago
mindspore-ci-bot
4424c8a77d
!4380 serving update client docs and related code
...
Merge pull request !4380 from 徐永飞/master
5 years ago
mindspore-ci-bot
bc702459bc
!4319 upload yolov3-darknet quant net codes
...
Merge pull request !4319 from chengxb7532/master
5 years ago
mindspore-ci-bot
4507b573bf
!4321 format padding comment
...
Merge pull request !4321 from wuxuejian/format_padding_comment
5 years ago
mindspore-ci-bot
b337b15c9b
!4352 support bool tensor and bool do equal in pynative mode
...
Merge pull request !4352 from zhangbuxue/support_bool_tensor_and_bool_do_equal
5 years ago
songhonglei413
03f817b35f
move cplusplus file to C file
5 years ago
andy
6b944f3651
mod sh
5 years ago
andy
20b11e6ccb
mod sh
5 years ago
andy
dfe65b9be6
mod sh
5 years ago
wenchunjiang
b24943d496
adapte to remove inline
...
merge me commit for remove inline
deal witch multiple cases of switch in ConstructKernelGraph
deal with switch and call cases in ConstructKernelGraph
fix bug and rebase master
ConstructKernelGraph adapte to remove inline
fix InsertMultipleAssignToGraph bug
add graph input to new graph which is created for switch input
replace CreateNewParameterFromCNode to NewParameter in order to set new
parameter's abstract and kernel_info
avoids create a new switch repeatedly when the cnode is a call switch without real input
null pointer check
update frontend code
Revert "update frontend code"
This reverts commit ce1f600d1e9b4b47d9b81122f981bbbe505dd250.
update frontend code PR_2948
fix bug of CheckLabalIndex
handle switch_layer in ConstructKernelGraph
add attr for assign node to avoid erasing by cse pass
cherry-pick ms commit[59b35f690ddcc94ff35a4f4eaf3816121b32235b]:temporary avoid list getitem problem
rebase master
Revert "cherry-pick ms commit[59b35f690ddcc94ff35a4f4eaf3816121b32235b]:temporary avoid list getitem problem"
This reverts commit 74c258f94260ca0769a1ef69c6ef8e831c301dbf.
Revert "handle switch_layer in ConstructKernelGraph"
This reverts commit cb5367f02d69facbca8d39e9234c501608aee27f.
Revert "update frontend code PR_2948"
This reverts commit 234ac583400a96a8ddd641f7a722e1ccd5e056c6.
Revert "merge me commit for remove inline"
This reverts commit 55c0ebd42b6699c7686f5ce585e745f87dd42280.
fix diff after rebase master
doing remove inline in me
overwrite FindNodePrimitive
Revert "doing remove inline in me"
This reverts commit b42e893125bc624d323e855ac6ae615333c06e65.
5 years ago
zhangxinfeng3
b16b71b9e8
add infer and dpn
5 years ago
mindspore-ci-bot
25b50e759c
!4375 solve aware quantizer ptr problem
...
Merge pull request !4375 from cjh9368/aware_quant
5 years ago
andy
a017586794
add new nets and modify sh for x86 run
5 years ago
xuyongfei
3554cad325
update serving cpp_client compiler; update serving acl build option
5 years ago
mindspore-ci-bot
1716beb037
!3942 embeddinglookup_wrap
...
Merge pull request !3942 from yao_yf/embeddinglookup_wrap
5 years ago
Pengyongrong
519581e114
concat performance upgrade
5 years ago
cjh9368
2ae2c3ceca
solve aware quantizer memory problem
5 years ago