mindspore-ci-bot
98f6d78778
!12361 Provide C++ API class for text and data transforms ops
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
5 years ago
Zhenglong Li
f2dce335f2
Make the resource manager independent, new base class DeviceResource and new derived class AscendResource
5 years ago
TinaMengtingZhang
c5aa3eeef2
Add API class for data transform ops except Compose, RandomApply, RandomChoice
Add API class for text transforms ops
5 years ago
mindspore-ci-bot
ced5575387
!12353 Move sampler IR code to engine/ir
From: @mhmotallebi
Reviewed-by:
Signed-off-by:
5 years ago
mohammad
74bc54b694
push down sampler IR files
5 years ago
mindspore-ci-bot
ed7fef5d5e
!12349 [MD] Push down IR files for transforms and text
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
5 years ago
TinaMengtingZhang
462422acc7
Move transforms and text ir down
5 years ago
mindspore-ci-bot
806b639f02
!9720 restructure python bindings
From: @mhmotallebi
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
260c77f4ad
!12336 [MD] fix sampler log & transform log
From: @luoyang42
Reviewed-by:
Signed-off-by:
5 years ago
luoyang
416ad23e9d
fix resize & randomcoloradjust
fix sampler
5 years ago
Zhenglong Li
e2d3495925
Dvpp refactor and 6 Dvpp operators
5 years ago
mindspore-ci-bot
5f72693b4b
!12275 【MD】【TASK】Fixed tenor compile error for MD
From: @xulei2020
Reviewed-by:
Signed-off-by:
5 years ago
mohammad
52334c8e4d
restructure python bindings
5 years ago
Cathy Wong
fc8b9fc85e
dataset: Push down IR vision files
5 years ago
mindspore-ci-bot
8d55cd9d89
!12295 Fix Dataset cache problem after cleanup
From: @hfarahat
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
5 years ago
TinaMengtingZhang
6c02670116
Move TensorOperation and validator functions down to /kernels/ir
5 years ago
Eric
9953757ff4
Fixed tenor compile error for MD
5 years ago
hesham
37add20783
Fix caching problem after cleanup
5 years ago
mindspore-ci-bot
e6dcb0c31d
!12239 [MD] fix bugs of execute & update doc description in minddata
From: @luoyang42
Reviewed-by: @liucunwei
Signed-off-by: @liucunwei
5 years ago
luoyang
cd86788cf3
fix bugs of execute & update doc description in minddata
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
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
xulei2020
ee09b38f00
add code for MD lite C++ include and api
5 years ago
luoyang
fa4f67cbcd
LookupOp: default value of unknown_token support NoneType
5 years ago
mindspore-ci-bot
df2da5679d
!11901 fix cutout issue & pad doc
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
5 years ago
lixian
7d2fd6e76c
cxx api refactor: tensor/status/model
5 years ago
luoyang
8846b50c7f
fix cutout issue & pad doc
5 years ago
mindspore-ci-bot
320ea51308
!11853 Add call for decoupled image and text ops
From: @alexyuyue
Reviewed-by:
Signed-off-by:
5 years ago
yanghaitao1
83cb87bcd1
cpu profiling
add operator profiling part
add op_id param when create task
repair bugs in op cpu sampling
fix wrong order of write and parse cpu_info
add process cpu profiling part
add multiprocessing part(part 1)
adapter cpu_sampling c layer
fix little error in sampling
descrease cirle complex in voc
descrease cirle complex in device_que
5 years ago
mindspore-ci-bot
f980561fe1
!11598 [MD] add common validation functions for transform
From: @luoyang42
Reviewed-by:
Signed-off-by:
5 years ago
alex-yuyue
6fd58dc580
Add call for decoupled image and text ops
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
5 years ago
Mahdi
8f34faeb7a
Changed bindings to SamplerObj
5 years ago
YangLuo
1893ae8662
[MD] add common validation functions for transform
5 years ago
mindspore-ci-bot
20c1727b2c
!11631 Add SubsetSampler
From: @hfarahat
Reviewed-by:
Signed-off-by:
5 years ago
heleiwang
2dc9ba761c
gnn support weight sampling neighbors.
5 years ago
hesham
7120c66998
Add SubsetSampler
5 years ago
mindspore-ci-bot
029ea5d1f3
!11301 Push sampler to GeneratorOp c++
From: @hfarahat
Reviewed-by:
Signed-off-by:
5 years ago
hesham
c3278c983d
Move GeneratorOp sampler to c++
5 years ago
mindspore-ci-bot
2beb916bf5
!11427 TextOp decoupling
From: @alexyuyue
Reviewed-by:
Signed-off-by:
5 years ago
mohammad
b5e91139e2
add GetDatasetSize to concat node
5 years ago
alex-yuyue
a8675f8227
TextOp decoupling
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
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
TinaMengtingZhang
d3fdbceb61
[Part II] Push down json save logic to IR and add getter to each IR node
5 years ago
mindspore-ci-bot
0e03630503
!11139 [MD][BugFix] MindData remove the compile link of _c_dataengine and numa
From: @xiefangqi
Reviewed-by:
Signed-off-by:
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
a2d9c5914a
!10944 Tensor op decoupling stage 2
From: @alexyuyue
Reviewed-by:
Signed-off-by:
5 years ago