jiangzhiwen
d4ce668b9b
add Affine ut
4 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
4 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
4 years ago
xulei2020
b356211413
add init code
4 years ago
mindspore-ci-bot
7152fe04be
!5783 GraphKernel supports GPU
...
Merge pull request !5783 from DeshiChen/graph_kernel_1.0
4 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
4 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.
4 years ago
Zirui Wu
bde9f18f5a
update lookup api to take in a type
...
ci
add test case
address some of the review cmts
address review cmts
4 years ago
wuxuejian
bd527a331d
update aicpu proto and update module: graphengine
...
Support Dynamic Shape Aicpu Run Package
adapt tensorengin modify, fix ub fusion
4 years ago
mindspore-ci-bot
5c7fa52468
!5673 [performance]cell init opt performance
...
Merge pull request !5673 from kingxian/master
5 years ago
kingxian
92bebe65a9
cell init performance opt
5 years ago
mindspore-ci-bot
d0c7b1ba24
!5731 Manifest Dataset check invalid filename string
...
Merge pull request !5731 from jiangzhiwen/fix/invalid_filename_string
5 years ago
mindspore-ci-bot
bc4c5afc1a
!5667 add kernel select after optimize pass
...
Merge pull request !5667 from zyli2020/code_refactor
5 years ago
mindspore-ci-bot
2f3684d4fa
!4872 Add C++ API support for TFRecordDataset
...
Merge pull request !4872 from TinaMengtingZhang/cpp-api-tfrecord-dataset
5 years ago
lizhenyu
c3d6918649
add kernel select after optimize pass
5 years ago
jiangzhiwen
294f7b620a
check invalid filename string
5 years ago
mindspore-ci-bot
527d7f0afb
!5580 [MD] remove finish in FileReader
...
Merge pull request !5580 from liyong126/rmv_filereader_finish
5 years ago
mindspore-ci-bot
b961d47d40
!5642 UTest compiling performance optimization
...
Merge pull request !5642 from zhoufeng/ut-compile-performance
5 years ago
liyong
ac39c20f41
del finish in FileReader
5 years ago
mindspore-ci-bot
01da7d2c1a
!5713 Align num_samples of CSV with other dataset
...
Merge pull request !5713 from jiangzhiwen/fix/csv_num_samples
5 years ago
jiangzhiwen
1a1a8893a4
Align num_samples of CSV with other dataset
5 years ago
zhoufeng
6d500223b2
utest compiling performance optimization
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
zhousiyi
301aeaaf1d
remove gvar source file from compile as ut_tests will use gvar so
5 years ago
tinazhang
e430b4056a
add tfrecord dataset to cpp api
...
fix to support schema=nullptr
5 years ago
luoyang
8aba39a71b
Modify VOCDataset doc & Fix BuildVocab bug
5 years ago
mindspore-ci-bot
5e3e583b47
!5615 Add check for duplicate column to a-cpi & add voc descriptions for class_index
...
Merge pull request !5615 from luoyang/c-api-pyfunc
5 years ago
mindspore-ci-bot
3048240f16
!5508 Add AdamApplyOneWithDecayAssign fusion pass
...
Merge pull request !5508 from YuJianfeng/adam_assign
5 years ago
luoyang
ce419404ce
Add check for duplicate column for a-cpi
5 years ago
mindspore-ci-bot
0cb6d29f0c
!4998 Shared memory pool clean up
...
Merge pull request !4998 from JesseKLee/mem_pool
5 years ago
mindspore-ci-bot
dff02cc282
!5188 rename image files in imagefolder
...
Merge pull request !5188 from tony_liu2/alt
5 years ago
mindspore-ci-bot
b99149dc37
!4901 Adding data_helper for minddata
...
Merge pull request !4901 from EricZ/md_helper
5 years ago
mindspore-ci-bot
3be136f6f0
!5354 Fix randomdata issue
...
Merge pull request !5354 from xiefangqi/fix_randomdata_columnlist
5 years ago
mahdi
84efa0b96b
Added BucketBatchByLength for C API
5 years ago
Eric
65bf3ecc3e
Adding data_helper class
5 years ago
Jesse Lee
e89b4648f6
Memory pool clean up
5 years ago
fary86
fcbb3e0edc
Refactor ms_context implementation
5 years ago
yujianfeng
4b77f6b53c
Add AdamApplyOneWithDecayAssign fusion pass
5 years ago
mindspore-ci-bot
d81b30e6a0
!5312 make backend/optimizer free of pybind
...
Merge pull request !5312 from xychow/remove-backend-py-dependency-2
5 years ago
kswang
756bb6d53f
async run graph
5 years ago
zhousiyi
c25e37e7bf
make backend/optimizer pybind free
5 years ago
xiefangqi
e2085a9505
fix randomdata issue
5 years ago
tony_liu2
5e4c314130
rename dataset dir and image files
...
change references to use path original
revert folder name
revert graphengine
5 years ago
mindspore-ci-bot
716329df6c
!5278 Change default value of sampler in c-api
...
Merge pull request !5278 from luoyang/c-api
5 years ago
YangLuo
419478b410
Change default value of sampler to seperate behaviour of default sampler
...
& null sampler, add check for duplicate column name
5 years ago
mindspore-ci-bot
a8317acee8
!5111 Support int64 for cpu sparse optimizers
...
Merge pull request !5111 from YuJianfeng/int64
5 years ago
mindspore-ci-bot
e94416be0c
!5283 Support setting operator io format in the frontend
...
Merge pull request !5283 from liangchenghui/io_format
5 years ago
yujianfeng
e949540062
Support int64 for cpu sparse optimizers
5 years ago
mindspore-ci-bot
d1b95ed9bd
!5240 Fix remove internal output for unique device target
...
Merge pull request !5240 from YuJianfeng/internal_output
5 years ago
islam_amin
94a4a3f20b
changing affine and posterize apis
5 years ago
梁成辉
34d433fd9a
Set io format for old backend
5 years ago