mindspore-ci-bot
4f504ad2a3
!12760 Fix include file(samplers.h) contains internal head file & Fix execute ut
From: @luoyang42
Reviewed-by: @pandoublefeng,@heleiwang,@liucunwei
Signed-off-by: @pandoublefeng,@liucunwei
5 years ago
mindspore-ci-bot
1f93d097cf
!12762 [MD] C++ API class: make Parse() as protected
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
3f3621e429
!12484 MD C++ api decouple ABI compile macro
From: @luoyang42
Reviewed-by:
Signed-off-by:
5 years ago
luoyang
24de4f12fa
MindData support dual ABI
5 years ago
YangLuo
eecbc99b2e
fix minddata include internal head file & fix execute ut
5 years ago
TinaMengtingZhang
ccefa8b32e
Make Parse() as protected
5 years ago
YangLuo
2ab47c1887
Disable MSContext in Minddata temporarily to avoid link error
5 years ago
mohammad
f73def5933
make C++ API classes for samplers
5 years ago
TinaMengtingZhang
518828b639
Support 3 composed data ops and cleanup code
5 years ago
mindspore-ci-bot
515728da81
!12363 Sampler IR functions return status
From: @mhmotallebi
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
5 years ago
YangLuo
d8ace8f041
fix minddata issues
5 years ago
mohammad
9e6fcc7f23
return status from sampler IR functions
5 years ago
mohammad
74bc54b694
push down sampler IR files
5 years ago
gongxiaoqing
7f538b51e7
回退 'Pull Request !11074 : replace tdt with acltdt interface'
5 years ago
mindspore-ci-bot
c2582dcab9
!11074 replace tdt with acltdt interface
From: @ms_yan
Reviewed-by: @lilongfei15
Signed-off-by:
5 years ago
hesham
4bbc3445f1
datasets.py cleanup
5 years ago
hesham
edfb2e1414
Issue#1:
DistributedSampler with GeneratorOp bug
Issue#2:
GeneratorOp with iterable source doesn't respect num_samples
Issue#3:
Generator with schemas does not take samplers
5 years ago
mindspore-ci-bot
544da6f845
!11727 [MD] Add vision ops and py_transform ops support to Serdes save
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
5 years ago
Nat Sutyanyong
46483d89b1
Completely remove unused ExecTree optimizer code, rewrite ExecutionTree::Prepare()
5 years ago
TinaMengtingZhang
ddab5ad417
Add support for vision op and py_transform op to serdes
5 years ago
ms_yan
293f81128d
init add acltdt handle create and destory
add hostpush part modify
optimize previous code
provide aclhandle access method
modify CMakeList format
add device_id parameter into TransferNode
5 years ago
lixian
7d2fd6e76c
cxx api refactor: tensor/status/model
5 years ago
Nat Sutyanyong
5a7dc0accc
Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer
5 years ago
Lixia Chen
922e1f4f36
Migrate CacheTransformPass
5 years ago
mindspore-ci-bot
029ea5d1f3
!11301 Push sampler to GeneratorOp c++
From: @hfarahat
Reviewed-by:
Signed-off-by:
5 years ago
xsmq
73b7154e55
fix cmakelint error
5 years ago
Cathy Wong
a3b10213b7
dataset: Resolve protected parent_access from DeepCopyPass
5 years ago
hesham
c3278c983d
Move GeneratorOp sampler to c++
5 years ago
mohammad
b5e91139e2
add GetDatasetSize to concat node
5 years ago
mindspore-ci-bot
c155dfee7a
!11329 [MD] Rename SamplerObj::Build() to SamplerBuild()
From: @lixiachen
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
a31544fd41
!11395 Fix Drop() function for IR tree
From: @lixiachen
Reviewed-by: @nsyca,@robingrosman
Signed-off-by: @robingrosman
5 years ago
Lixia Chen
273865a72b
Rename SamplerObj::Build() to SamplerBuild()
5 years ago
mindspore-ci-bot
91842af2ad
!11245 Pushing down pipeline json serializer logic to C++ IR - PART II
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
5 years ago
Lixia Chen
3c5917a03d
Fix IR node Drop()
5 years ago
mindspore-ci-bot
7de625fbca
!11300 fix generator or user defined sampler len method unmatch iter method
From: @anzhengqi
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
5 years ago
TinaMengtingZhang
d3fdbceb61
[Part II] Push down json save logic to IR and add getter to each IR node
5 years ago
Nat Sutyanyong
e28fb6ce4d
Tested with new test cases and all dataset UTs passed
5 years ago
anzhengqi
50b783ee13
fix generator or user defined sampler len method unmatch iter method
5 years ago
mindspore-ci-bot
581789c252
!11246 add num_epochs to CPP API Dataset::CreateIterator()
From: @ziruiwu
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
ee3cc09b22
!11259 Fix CI issues
From: @ezphlow
Reviewed-by: @nsyca,@robingrosman
Signed-off-by: @robingrosman
5 years ago
Eric
f758bfa79f
CI fix part 1
Added CI fix
5 years ago
Cathy Wong
4b1ccf9dd5
dataset: Use int32_t for text's vocab_size
5 years ago
Zirui Wu
fa553956ef
add num_epochs to CPP API Dataset::CreateIterator(columns,num_epochs)
5 years ago
TinaMengtingZhang
4812fece80
[Part I] Push down json save logic to IR and add getter to each IR node
5 years ago
mindspore-ci-bot
9646953465
!11034 Migrate GeneratorDataset reset logic to IR optimizer
From: @nsyca
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
a477a97278
!10799 make user-facing headers standalone for minddata
From: @mhmotallebi
Reviewed-by:
Signed-off-by:
5 years ago
Nat Sutyanyong
686772cce7
Migrate GeneratorOp resetting logic to IR optimizer (incl. debug code)
with comments from the peer view addressed
5 years ago
mindspore-ci-bot
f076bc6524
!11113 dataset: minor fixes which resolve codedex CI CONST_POINTER_PARAM alarms
From: @cathwong
Reviewed-by: @nsyca
Signed-off-by: @nsyca
5 years ago
mohammad
f48ab2b5c9
make MD public headers standalone
5 years ago
Cathy Wong
440ddefb73
dataset: codedex CI fixes for const pointer
5 years ago