mindspore-ci-bot
f711e01f61
!7719 refactor cnode strategy
...
Merge pull request !7719 from gziyan/refactor_cnode
4 years ago
lihongkang
670820aaba
fix bugs
4 years ago
yeyunpeng
8123e574f5
fix java bugs
4 years ago
Zhang Qinghua
2aeff5ba95
Replace primal graph with fprop part of k graph after grad operation.
4 years ago
yanghaoran
cd7371831c
fix dynamic shape hccl context
4 years ago
linqingke
99480d26c6
add l2normalize gpu kernel.
4 years ago
yeyunpeng
7945bbf9f2
rename and change lib c++_static to c++_shared
4 years ago
Xiao Tianci
7b1b457ccf
c++ api add DeviceQueue
4 years ago
yangruoqi713
9e274b6468
[MSLITE][Develop] optimize arm cpu int8 op conv dw 3x3, add border assembly
4 years ago
lyvette
b4907a3b8c
supplement windows CI models
4 years ago
xuanyue
677824298a
support complex64 and support audio op convert and fix bug
4 years ago
mindspore-ci-bot
c962ccbe07
!7685 support scalar
...
Merge pull request !7685 from hangq/master
4 years ago
Ziyan
069318899a
refactor get cnode strategy
4 years ago
kswang
74c7bdd471
fix segmentfault with fused sparse ftrl
4 years ago
mindspore-ci-bot
c5867d2d7e
!7676 [MD] fix arm compile error
...
Merge pull request !7676 from liyong126/fix_arm_env
4 years ago
mindspore-ci-bot
3d194137da
!7702 Redesigned GetOutputType and GetOutputShape
...
Merge pull request !7702 from Alex Yuyue/IR_dataset_input
4 years ago
mindspore-ci-bot
abd601e065
!7642 Return a new abstract without tracking_id for fg ValueNode in CSE.
...
Merge pull request !7642 from 张清华/grad_opt2
4 years ago
heleiwang
4f946bc54b
Modify the processing method of multiple processes in the GeneratorDataset:
...
1. Start the child process in the init phase
2. At the beginning of each epoch, the child process is not recreated, but the child process created at the beginning is used
4 years ago
mindspore-ci-bot
ee1865605d
!7708 [MSLITE][Develop] Refactor arithmetic populate and add eltwise int8 kernel
...
Merge pull request !7708 from sunsuodong/eltwise_int8
4 years ago
hangq
1efc6d4394
support scalar
4 years ago
mindspore-ci-bot
26104a1e4d
!7709 [MS][LITE][CPU]fix bug of deDepthwise int8
...
Merge pull request !7709 from fuzhiye/tmp
4 years ago
mindspore-ci-bot
93dfc34927
!7707 rewrite aware training converter
...
Merge pull request !7707 from cjh9368/rewrite_aware_quant
4 years ago
mindspore-ci-bot
430fa23512
!7687 [MSLITE][Develop] fix hashtable_lookup
...
Merge pull request !7687 from sunsuodong/fix_hashtable_lookup
4 years ago
fuzhiye
8485d8c89c
fix bug of deDepthwise int8 bug
4 years ago
sunsuodong
102571e29f
eltwise_int8
4 years ago
mindspore-ci-bot
0fd312f431
!7578 Add SyncWaitNode api
...
Merge pull request !7578 from shenwei41/new_master
4 years ago
mindspore-ci-bot
48edd9708c
!7690 [MD] fix num_sample in randomsampler and sequential sampler
...
Merge pull request !7690 from liyong126/fix_md_num_samples
4 years ago
liyong
1e7f46c998
fix unorder_map hash
4 years ago
lyvette
ef86629298
rewrite aware train converter
4 years ago
alex-yuyue
2906659673
Add support for GetOutputTypes and GetOutputShapes
...
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
shenwei41
3108595885
Add SyncWaitNode class
4 years ago
mindspore-ci-bot
a6075cc73b
!7639 [MS][LITE][Develop] add new ops named stack for GPU
...
Merge pull request !7639 from pengyongrong/stack
4 years ago
mindspore-ci-bot
fe2852df82
!7703 C++ API: Add a parameter validation and fix incorrect format of error message for TFrecord
...
Merge pull request !7703 from TinaMengtingZhang/fix_tfrecord_issue_I1YKU6_I1YKXL
4 years ago
mindspore-ci-bot
7b98e611dd
!7705 Resolved BucketBatchByLength duplicate column name problem
...
Merge pull request !7705 from MahdiRahmaniHanzaki/bucket-batch-duplicate-column
4 years ago
mindspore-ci-bot
6d89f2df8f
!7701 Fix non-termination of training when MI is disconnected
...
Merge pull request !7701 from Harshvardhan Gupta/fix-non-termination
4 years ago
mindspore-ci-bot
9b4bcd3027
!7698 Add support for rechecking watchpoints
...
Merge pull request !7698 from Harshvardhan Gupta/add-recheck
4 years ago
mindspore-ci-bot
ef89a34bae
!7662 Redesigned GetDatasetSize
...
Merge pull request !7662 from MahdiRahmaniHanzaki/tree-getters
4 years ago
Lixia Chen
bc396febae
Add testcases for cache c api
4 years ago
tinazhang
e7346dd3a9
add a validation code to fix issue I1YKU6 and corresponded ut, fix format issue I1YKXL
4 years ago
Mahdi
0e03f5b0dd
Added GetDatasetSize
4 years ago
Mahdi
94e916b0c2
Fixed duplicate column problem in BucketBatchByLength
4 years ago
mindspore-ci-bot
7276198580
!7663 C++ API: ValidateParams support for TensorOps; plus minor dataset fixes
...
Merge pull request !7663 from cathwong/ckw_cppapi_misc_cleanup_valparms_ir
4 years ago
Harshvardhan Gupta
2c546db2ce
fix terminate issue
4 years ago
Cathy Wong
051bc60edb
C++ API: ValidateParams support for TensorOps; plus minor dataset fixes
4 years ago
mindspore-ci-bot
79b5fee04b
!7697 Fix compile error introduced by a UT
...
Merge pull request !7697 from ZiruiWu/fix_ut_compile_err
4 years ago
Zirui Wu
a85a256749
fix complie err in c_api_dataset_test_save
4 years ago
Zhang Qinghua
077bde0767
Return a new abstract without tracking_id for fg ValueNode in CSE.
4 years ago
mindspore-ci-bot
3355bb5f2f
!7657 Leaf node IR breakdown, port to engine/ir/datasetops/source/
...
Merge pull request !7657 from ZiruiWu/ir_breakdown_leaf_nodes
4 years ago
y00488820
1138b08a1e
add prophetnet into model zoo
4 years ago
liyong
ee042b90f7
fix num_sample in sequentialSampler and randomSampler
4 years ago