Cathy Wong
9f7c1a32e7
C++ API: vision ops - reorder and add gap UTs; correct parm desc style
5 years ago
mindspore-ci-bot
7e7d47db50
!7266 RandomResizedCrop for C API
Merge pull request !7266 from MahdiRahmaniHanzaki/c-api
5 years ago
shenwei41
87b108f4e0
C++ api add Rescale
5 years ago
Mahdi
c8333accfc
RandomResizedCrop C API
5 years ago
mindspore-ci-bot
4a077f6341
!7035 Add validation for input image size of affine transformation
Merge pull request !7035 from jiangzhiwen/fix/check_affine_size
5 years ago
mindspore-ci-bot
2d645fdc7e
!7184 [MD] C++ api add TypeCaseOp & RandomCropDecodeResizeOp
Merge pull request !7184 from luoyang/pylint
5 years ago
jiangzhiwen
197f0cabe0
check affine input size
5 years ago
YangLuo
9e033bbe19
C++ api add TypeCaseOp & RandomCropDecodeResizeOp
5 years ago
mindspore-ci-bot
c951d42c2c
!6728 [Ascend][DynamicShape] Dynamic shape feature
Merge pull request !6728 from caifubi/dynamic_shape_share_2
5 years ago
caifubi
d3b978147f
Ascend Dynamic Shape
5 years ago
jjfeing
755863ebae
insert memcpy when hccl node
5 years ago
mindspore-ci-bot
d3bd1cb5b8
!6668 [Data Dump] [master] Fix asynchronous data dump failure
Merge pull request !6668 from caifubi/dump
5 years ago
mindspore-ci-bot
ccb2e8851c
!6782 enable parallel optimizer in auto parallel
Merge pull request !6782 from gziyan/enable_optimizer_shard_in_auto_parallel
5 years ago
Cathy Wong
2aa26d245c
C++ API: Move vision ops to new vision files; create transforms namespace
5 years ago
Ziyan
ddc0113058
enable parallel optimizer in auto parallel
5 years ago
mindspore-ci-bot
03f0e64af9
!7049 Fixes to TensorRow conversion and Tensor
Merge pull request !7049 from MahdiRahmaniHanzaki/c_func
5 years ago
caifubi
b17b4abf7d
Fix async data dump failed
5 years ago
Mahdi
e92d4edceb
Updated TensorRow conversion
5 years ago
jjfeing
7dda95d247
set soc version
5 years ago
mindspore-ci-bot
9bd34a1b29
!6673 Add stage information for ops and strategy
Merge pull request !6673 from huangxinjing/stage_strategy
5 years ago
mindspore-ci-bot
0d8015b043
!5300 [MD] Add nD Slice Support
Merge pull request !5300 from nhussain/slice_op
5 years ago
huangxinjing
4ef439e27b
Add stage information for ops and strategy
5 years ago
mindspore-ci-bot
70221f5261
!6307 Conversion to and from TensorRow in C++
Merge pull request !6307 from MahdiRahmaniHanzaki/c_func
5 years ago
nhussain
77d507279c
first working implementation
add string implementation, can handle partial string slices
finish core implementation, added Index object
fix up the logic
add in new SliceOption object, cleaning up tests
5 years ago
Lixia Chen
983827ec5c
Rebase up to 88ded11f59
5 years ago
Mahdi
890598d112
Added TensorRow conversion
5 years ago
mindspore-ci-bot
f847414117
!6471 Fix AdjustAllReduceMulAdd pass
Merge pull request !6471 from thlinh/dev_Sep18_fix_AdjustAllReduceMulAdd_pass
5 years ago
yanghaitao1
4ff4c17632
fix get_dataset_size in CelebADataset when usage is not all
5 years ago
Hoai Linh Tran
46f07efc31
Fix AdjustAllReduceMulAdd pass
Revive tests in lib_test
Code cleaning
5 years ago
mindspore-ci-bot
c8e9d46391
!6450 Change PS directory.
Merge pull request !6450 from ZPaC/master-change-ps-dir
5 years ago
ZPaC
0b49f0fb57
change PS dir
5 years ago
mindspore-ci-bot
5d0b91cb22
!6436 [Ascend Profiling] FIx start profiling failed
Merge pull request !6436 from caifubi/profiling
5 years ago
caifubi
39039974b2
fix profiling start up fail
5 years ago
luoyang
9064a5f731
add num_row check & fix api distributed sampler, lookup, default value
of usage
5 years ago
mindspore-ci-bot
af1c5aba5b
!6354 [Data][BUG]add SubStractMeanNormalize input param check
Merge pull request !6354 from xulei/lite_test0905
5 years ago
xulei2020
85962adffd
add code
5 years ago
wuweikang
e24f534002
sync-from-trunk-to-blue-zone-0912-c75b220
5 years ago
mindspore-ci-bot
bb4dbf4989
!5803 Combine Async Dump with E2e Dump
Merge pull request !5803 from caifubi/dump
5 years ago
caifubi
372c2e7951
Combine Async Dump and E2E Dump
5 years ago
luoyang
581335453e
Change return val of GetNextRow
5 years ago
mindspore-ci-bot
a084196300
!6094 Adding input checks to C API
Merge pull request !6094 from EricZ/add_input_check_capi
5 years ago
eric
cd5af9472e
Added input check
5 years ago
xulei2020
72861a68f3
add code
5 years ago
jiangzhiwen
d4ce668b9b
add Affine ut
5 years ago
mindspore-ci-bot
c882e4863c
!5961 [Data]Add lite_cv lib for mindspore lite data preprocessing
Merge pull request !5961 from xulei/lite_test0905
5 years ago
mindspore-ci-bot
ea94756839
!5605 Introduce usage flag to MNIST and CIFAR dataset
Merge pull request !5605 from ZiruiWu/add_usage_to_cifar_mnist_coco
5 years ago
xulei2020
b356211413
add init code
5 years ago
mindspore-ci-bot
7152fe04be
!5783 GraphKernel supports GPU
Merge pull request !5783 from DeshiChen/graph_kernel_1.0
5 years ago
Zirui Wu
1bb93580dd
Add usage flag to MNIST/CIFAR
ci fix 1
fix ci 2
fix ci 3
fix ci 4
fix ci 5
fix ci 6
fix ci 7
change var name in CelebA from dataset_type to usage
address review cmts
fix cpp ut fail
change mode to usage in VOCDataset
fix cmts
fix ci test case fail
5 years ago
dayschan
37a48f6aac
GraphKernel supports GPU
1. Update akg submodule
2. Refactor akg_kernel_build, akg_ascend_kernel_build, akg_gpu_kernel_build
3. Add akg_kernel_json_decoder to support converting kernel_json to AnfNode.
4. Add GraphKernel Cost Model. (mindspore/_extends/graph_kernel)
5. Add some GraphKernel passes to GpuSession, move these passes to backend/optimizer/graph_kernel.
6. Add global id for ir files.
7. Fix bug in ConstInputToAttr.
5 years ago