chujinjin
a6027ff7af
fix ssim precision error in pynative mode
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
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
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
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 ce1f600d1e .
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[59b35f690d ]:temporary avoid list getitem problem
rebase master
Revert "cherry-pick ms commit[59b35f690d ]:temporary avoid list getitem problem"
This reverts commit 74c258f942 .
Revert "handle switch_layer in ConstructKernelGraph"
This reverts commit cb5367f02d .
Revert "update frontend code PR_2948"
This reverts commit 234ac58340 .
Revert "merge me commit for remove inline"
This reverts commit 55c0ebd42b .
fix diff after rebase master
doing remove inline in me
overwrite FindNodePrimitive
Revert "doing remove inline in me"
This reverts commit b42e893125 .
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
mindspore-ci-bot
10015ad9b2
!4371 Add fp16 pooling
Merge pull request !4371 from fuzhiye/tmp
5 years ago
kai00
9638139e27
fixed format trans
5 years ago
fuzhiye
a8b1e99506
1.Add fp16 pooling
2.Add fp16 cast
5 years ago
yangzhenzhang
4a0e6ff7fc
update field split
5 years ago
mindspore-ci-bot
a7556d874d
!4317 Add nasnet mobile and nasnet large model test
Merge pull request !4317 from ghzl/add-test-case
5 years ago
liuxiao93
68d9faf766
Add ops ReverseSequence for GE.
Adapter some op-info for VM.
5 years ago
chenzupeng
e1b78c1f49
add opencl reshape op
5 years ago
wsc
067beb2590
Modify the method for getting output index of metagraph.
5 years ago
mindspore-ci-bot
04371f6d38
!4364 add aware quant converter
Merge pull request !4364 from cjh9368/aware_quant
5 years ago
mindspore-ci-bot
103b25ad49
!4215 Add uncertainty toolbox to nn/probability
Merge pull request !4215 from zhangxinfeng3/uncer
5 years ago
mindspore-ci-bot
ddec0c0f96
!4365 Update random uniform op invocation
Merge pull request !4365 from peixu_ren/custom_bijector
5 years ago
mindspore-ci-bot
462fbaf9c6
!4278 Add transforms to nn.probability
Merge pull request !4278 from byweng/transform
5 years ago