mindspore-ci-bot
b1b99b97d7
!13750 Add check of ResizePreserveARWithFiller operation
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
shenwei41
d3265f0591
Add check of ResizePreserveARWithFiller operation
4 years ago
mindspore-ci-bot
3329c07646
!13668 add glibcxx param
...
From: @yepei6
Reviewed-by:
Signed-off-by:
4 years ago
yepei6
0cb6adce9e
add ENABLE_GLIBCXX param
4 years ago
mindspore-ci-bot
06892b83ff
!13575 Add check to RgbToGray
...
From: @shenwei41
Reviewed-by: @tiancixiao,@liucunwei
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
5ff9c08680
!13515 cpp api modify
...
From: @zhoufeng54
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
07ef04ad4b
!13614 [MD] Fix Canny when the ksize is set to 7
...
From: @tiancixiao
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
8ab9d99714
!13507 dynamic shape adapter
...
From: @liubuyu
Reviewed-by: @zhoufeng54,@jjfeing
Signed-off-by: @jjfeing
4 years ago
liubuyu
a03452ff2c
dynamic shape bug fix
4 years ago
Xiao Tianci
b88a68c9e8
fix canny when size is 7
4 years ago
mindspore-ci-bot
0451a800bc
!13571 Added seed to prevent random failures in ut
...
From: @ezphlow
Reviewed-by:
Signed-off-by:
4 years ago
lixian
693b4cfdc8
refactor cpp context, add string tensor, add get tensor by name
4 years ago
mindspore-ci-bot
8e8f3043f9
!12115 IR operators of GPU and CPU are unified as batchnorm
...
From: @ding_fei_fei
Reviewed-by:
Signed-off-by:
4 years ago
shenwei41
8a1f283efc
Add check to RgbToGray
4 years ago
Eric
a3c98d9d59
Added fix for random core dump
4 years ago
dingpeifei
87e41aaeee
IR operators of GPU and CPU are unified as batchnorm
4 years ago
mindspore-ci-bot
b45f289801
!13504 Add check of GetPerspectiveTransform and GetAffineTransform
...
From: @shenwei41
Reviewed-by: @liucunwei,@pandoublefeng
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
dd90f7f055
!13506 dataset UT: Reinstate INFO logging and data verification - part 3
...
From: @cathwong
Reviewed-by: @robingrosman,@liucunwei
Signed-off-by: @robingrosman
4 years ago
Cathy Wong
1775c4e83d
dataset: Reinstate INFO logging and data verification - part 3
...
Updates: GetItemAt, CreateFromVector, CreateScalar.
Add TEST_MS_LOG_MSTENSOR.
Wrap ASSERT_OK around Tensor function calls.
4 years ago
shenwei41
89f109a3f3
add check of operation
4 years ago
Eric
a7da38feeb
Added example for ngram
4 years ago
mindspore-ci-bot
c0aa5f8132
!13365 Fix random rotation input check
...
From: @ezphlow
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
f68732c15d
!13279 Add resizefiller operation
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
Eric
c730df23e8
Added json fix 2
4 years ago
Eric
4be0ffb9ba
removing type_id.h from header files
4 years ago
mindspore-ci-bot
465ea885de
!13399 workspace of comm op can be reused
...
From: @zhoufeng54
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @chujinjin
4 years ago
shenwei41
d1bb9d470e
Add resizefiller
4 years ago
mindspore-ci-bot
bba879a703
!13379 fix bias add infer
...
From: @lianliguang
Reviewed-by: @ginfung,@chujinjin
Signed-off-by: @chujinjin
4 years ago
zhoufeng
b7e5f956e5
workspace of comm op can be reused
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
mindspore-ci-bot
77cda67b3f
!13012 add mul fusion based on allreduce fusion
...
From: @lvchangquan
Reviewed-by:
Signed-off-by:
4 years ago
LianLiguang
d34074d1ac
fix bug of biasadd grad's infer shape
4 years ago
Eric
9b921953f9
misc issues
4 years ago
Lixia Chen
30017ea5a0
Fix codex issues
4 years ago
lvchangquan
31f9e6a42c
add op_mul fusion based on allreduce fusion in pynative mode
4 years ago
mindspore-ci-bot
0cf6fb5310
!13264 [MD] Fix input check bug in RandomSelectSubpolicyOperation and codex issues
...
From: @tina_mengting_zhang
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
b8b96e15e7
!13155 [ME]Fix bug of embed J and side-by-side J
...
From: @chenfei52
Reviewed-by: @zh_qh
Signed-off-by: @zh_qh
4 years ago
ms_yan
b4b4577b85
adapter profiling with new ascend lib
4 years ago
mindspore-ci-bot
98a87ad969
!13220 Add data helper to C++ API
...
From: @ezphlow
Reviewed-by:
Signed-off-by:
4 years ago
TinaMengtingZhang
ac05546aeb
fix input check bug in RandomSelectSubpolicy and codex issue
4 years ago
Eric
82f7c6f2c7
Moving data_helper
...
exposing json
WIP fix for removing templates
Removing templates part 1
replacing core/constants.h
removed template part 2
Changed fake data to filler data
Fixing CI
Fix CI part 2
CI fix part 2
Fix CI 3
Fixed lizard for data_util
Fixed clang
Fixing CI part 4
4 years ago
mindspore-ci-bot
483bb9de60
!13078 dataset UT: Reinstate INFO logging and data verification - part 2
...
From: @cathwong
Reviewed-by:
Signed-off-by:
4 years ago
Cathy Wong
95bbaaf9f6
dataset: Reinstate INFO logging and data verification - part 2
...
for image/vision datasets
4 years ago
chenfei
fc335daa30
get all j node and then expand them
4 years ago
mindspore-ci-bot
be17d5c54c
!11678 Reactor pynative
...
From: @zjun3021
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
00f2ec66df
!13173 Change switch to Switch
...
From: @liangzhibo
Reviewed-by: @kingxian,@jpc_chenjianping
Signed-off-by: @kingxian
4 years ago
mindspore-ci-bot
f7040ca134
!13198 Fix get_dataset_size error with PKSampler
...
From: @ziruiwu
Reviewed-by:
Signed-off-by:
4 years ago
Zirui Wu
2692e3cc3d
fix pk sampler's get_dataset error due to num_class unavaiable at pre-runtime
4 years ago
mindspore-ci-bot
236c874e64
!12862 Increase default level of parallelism in minddata pipeline
...
From: @robingrosman
Reviewed-by:
Signed-off-by:
4 years ago
zjun
ae3a9d2883
Reactor pynative
...
Signed-off-by: zjun <zhangjun0@huawei.com>
Modify real dynamic
Signed-off-by: zjun <zhangjun0@huawei.com>
4 years ago
l00591931
bbdb050fc7
Change switch to Switch
4 years ago