mindspore-ci-bot
f711e01f61
!7719 refactor cnode strategy
Merge pull request !7719 from gziyan/refactor_cnode
5 years ago
linqingke
99480d26c6
add l2normalize gpu kernel.
5 years ago
Ziyan
069318899a
refactor get cnode strategy
5 years ago
mindspore-ci-bot
c5867d2d7e
!7676 [MD] fix arm compile error
Merge pull request !7676 from liyong126/fix_arm_env
5 years ago
mindspore-ci-bot
3d194137da
!7702 Redesigned GetOutputType and GetOutputShape
Merge pull request !7702 from Alex Yuyue/IR_dataset_input
5 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
5 years ago
liyong
1e7f46c998
fix unorder_map hash
5 years ago
alex-yuyue
2906659673
Add support for GetOutputTypes and GetOutputShapes
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
5 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
5 years ago
Lixia Chen
bc396febae
Add testcases for cache c api
5 years ago
tinazhang
e7346dd3a9
add a validation code to fix issue I1YKU6 and corresponded ut, fix format issue I1YKXL
5 years ago
Mahdi
0e03f5b0dd
Added GetDatasetSize
5 years ago
Zirui Wu
a85a256749
fix complie err in c_api_dataset_test_save
5 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
5 years ago
liyong
ee042b90f7
fix num_sample in sequentialSampler and randomSampler
5 years ago
mindspore-ci-bot
8d39a8a4b2
!7529 complex arithmetic_simplify
Merge pull request !7529 from zhuxiaochen/1020_allsimplify_1.0
5 years ago
baihuawei
9f6a6058f5
fix cpu type excption
5 years ago
mindspore-ci-bot
2af6313f53
!7534 SummaryRecord support to record mindexplain data
Merge pull request !7534 from ougongchang/feature_mindexplain
5 years ago
zhu_xiaochen
c739f14038
simplify transpose matmul reduce
5 years ago
mindspore-ci-bot
9d35fdc4e5
!7653 [MD] C++ api SaveOp
Merge pull request !7653 from luoyang/c-api-pyfunc
5 years ago
mindspore-ci-bot
c2f7f82509
!7586 add pynative st test_case
Merge pull request !7586 from lvchangquan/transdata
5 years ago
Zirui Wu
cfc50e231a
Added IR breakdown for remaining ops after PR7596
fix android build failure
fix include in datasets.cc
attempting fix android build
fix complie err x86
5 years ago
mindspore-ci-bot
d50736df2c
!7607 modify_normal_seed
Merge pull request !7607 from lilei/modify_normal
5 years ago
mindspore-ci-bot
1795840436
!7581 Extension interface for dense
Merge pull request !7581 from lilei/modify_bug
5 years ago
luoyang
8e60cfe800
[MD] C++ api save
5 years ago
mindspore-ci-bot
19b10d474f
!7530 [MD] Add divide image proccessing
Merge pull request !7530 from jiangzhiwen/lite/image_divide
5 years ago
mindspore-ci-bot
6fcf10e0b5
!7598 enbale ps mode init in server
Merge pull request !7598 from zyli2020/init_in_server
5 years ago
mindspore-ci-bot
80725441b6
!7518 Added tcp server based on libevent
Merge pull request !7518 from anancds/tcp-server
5 years ago
mindspore-ci-bot
dc1ecdab28
!7623 [Data]Modify the behavior of the lite dataset, the default setting is to compile the dataset and mindspore lite trainging together
Merge pull request !7623 from xulei/lite_test0905
5 years ago
danishnxt
06a9b4aa37
Commit1_TensorDot
linting errors fix
comments cleanup
typo fix in doc
added more tests, fixed some formatting
changed expected dx values for linter
pylint const data fix
5 years ago
mindspore-ci-bot
0d5e119fa4
!7483 Add GPU-UniformSampler and nn.UniformCandidateSampler
Merge pull request !7483 from 34bunny/GPU-ucs
5 years ago
mindspore-ci-bot
2c468a358a
!7537 new gpu op for cbg: repeat_elements
Merge pull request !7537 from Peilin/cbg-new-gpu-ops-repeat_elements
5 years ago
lilei
0c043d18ef
modify_normal
5 years ago
xulei2020
8f392204be
minddata build with mindspore-lite train
5 years ago
lvchangquan
f8fa043f37
add pynative st test_case
5 years ago
lilei
127f70ce40
Extension interface for dense
5 years ago
anancds
98bbb4ef7a
added tcp base on libevent
5 years ago
mindspore-ci-bot
22bde4bd9b
!7390 Add nonzero and moments
Merge pull request !7390 from jiangzhenguang/add_nonzero_and_moments
5 years ago
ougongchang
6072b25a07
SummaryRecord support to record mindexplain data
The SummaryRecord.add_value() method is extended to record the data of
MindExplain.
5 years ago
jzg
374e9e199d
add moment and nonzero.
5 years ago
mindspore-ci-bot
1ee9c4d014
!6645 [MD] add unique op
Merge pull request !6645 from liyong126/md_unique_op
5 years ago
mindspore-ci-bot
42b25d0923
!7575 optimize the network structrue
Merge pull request !7575 from 吴书全/deepfm1021
5 years ago
lizhenyu
fd1d61eaf7
enbale ps mode init in server
5 years ago
mindspore-ci-bot
8bfe141680
!7571 fix bug in reshape strategy search when reshape as the first operator
Merge pull request !7571 from yao_yf/reshape_strategy_search_fix_when_reshape_is_first_op
5 years ago
mindspore-ci-bot
e09e154391
!7596 IR breakdown for 8 non-leaf nodes (except MapOp)
Merge pull request !7596 from ZiruiWu/ir_breakdown_non_leaf
5 years ago
mindspore-ci-bot
3b55a25f8d
!7463 move train.quant to compression module & add QuantizationAwareTraining
Merge pull request !7463 from yuchaojie/quant2
5 years ago
yao_yf
f7189adb91
fix bug in reshape strategy search when reshape is first operator
5 years ago
liyong
fb2bd156c9
add unique op
5 years ago
mindspore-ci-bot
f487797694
!7495 [Auto-parallel] Overwrite strategies for star graph structures
Merge pull request !7495 from Xiaoda/27-star-elimination-overload
5 years ago
Zirui Wu
d471552fc5
shuffle take repeat bucketbatch buildvocab repeat shuffle take project concat rename node IR added
concat, bucketbatch project rename
fix ci round 1
fix ci round 2
fix up
fix ci
5 years ago