chenfei
|
1f1a07e645
|
don't insert assign from condition to true branch of while
|
5 years ago |
mindspore-ci-bot
|
84c8b85ddc
|
!3452 [MD] Gets rid of uncessary print calls
Merge pull request !3452 from nhussain/refactor_name_function
|
5 years ago |
mindspore-ci-bot
|
9c06a564d1
|
!2983 Dataset Tensor class cleanup
Merge pull request !2983 from h.farahat/tensor_class
|
5 years ago |
Eric
|
465a69a70a
|
Added crop signature, wip
Added input check
Added SwapRedBlue
|
5 years ago |
hesham
|
adfbc891d3
|
- Add checks and testing for empty tensors
- cleanup work on createTensor and Tensor's constructors
|
5 years ago |
nhussain
|
a306264030
|
remove print calls
|
5 years ago |
Mahdi
|
2b71cbf1bd
|
Added RenameOp
|
5 years ago |
root
|
1b6f85dec8
|
split tuple parameter to parameters
add function trans tuple to maketuple
|
5 years ago |
mindspore-ci-bot
|
9fb6576d8c
|
!3338 Op debug feature
Merge pull request !3338 from zhoufeng/debug-op-overflow
|
5 years ago |
mindspore-ci-bot
|
24dd2fc2a6
|
!3333 Fix internal multiple outputs check
Merge pull request !3333 from YuJianfeng/master
|
5 years ago |
zhoufeng
|
000a6c73a5
|
op debug
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
5 years ago |
mindspore-ci-bot
|
a4f447af6c
|
!3289 Move abstract function to core abstract folder.
Merge pull request !3289 from ZhangQinghua/master
|
5 years ago |
yujianfeng
|
4d18e9ec35
|
Fix internal multiple outputs check
|
5 years ago |
Cathy Wong
|
8921a6099c
|
C++ API Support for Skip Dataset Op and UTs
|
5 years ago |
mindspore-ci-bot
|
8f4bab4e75
|
!2410 Support insert memcpy between two hccl op if the part outputs of prior hccl op linking to next hccl op
Merge pull request !2410 from huanghui/insert-memcpy-async-pass
|
5 years ago |
mindspore-ci-bot
|
174acbec13
|
!3265 Decouple ir from optimizer
Merge pull request !3265 from hewei/decouple_ir_optimizer
|
5 years ago |
huanghui
|
f1563d2d37
|
insert memcpy async if hccl op cascade
|
5 years ago |
yangzhenzhang
|
e6cef98e95
|
delete useless code for allreduce
|
5 years ago |
mindspore-ci-bot
|
568e75fdd3
|
!3256 Zip C API
Merge pull request !3256 from MahdiRahmaniHanzaki/zip-c-api
|
5 years ago |
Mahdi
|
91b4d90716
|
Added ZipOp
|
5 years ago |
Zhang Qinghua
|
7b69565d91
|
Move abstract function to core abstract folder.
|
5 years ago |
He Wei
|
60d168adec
|
Decouple ir from optimizer
|
5 years ago |
mindspore-ci-bot
|
a2bf5a322e
|
!3129 Decouple ir from frontend
Merge pull request !3129 from hewei/decouple_ir_frontend
|
5 years ago |
mindspore-ci-bot
|
bfc18704d5
|
!3254 [MD]Add more strict upper bounds to CenterCropOp and RandomCropWithBboxOp
Merge pull request !3254 from nhussain/padding_upperbound
|
5 years ago |
He Wei
|
32379f3e7a
|
Decouple ir from frontend
|
5 years ago |
nhussain
|
b064cbab5d
|
fix upper bound
|
5 years ago |
jiangzhiwen
|
2f506b7985
|
CSV dataset loader
|
5 years ago |
xulei2020
|
18b519ae0f
|
add sentence piece
|
5 years ago |
mindspore-ci-bot
|
8e4c0a9d93
|
!3212 GetDatasize feature
Merge pull request !3212 from anzhengqi/epochs-ready
|
5 years ago |
mindspore-ci-bot
|
485ac8384b
|
!3162 split tuple output node to maketuple
Merge pull request !3162 from lianliguang/split-tuple-node-to-make-tuple
|
5 years ago |
anzhengqi
|
008b91b2a1
|
inject epoch ctrl op in the execution tree and send eos at the end of epoch
|
5 years ago |
mindspore-ci-bot
|
db80643ee2
|
!3177 Update Arithmetic Simplify to use Pattern Matcher (2)
Merge pull request !3177 from Giancarlo/pm_arithmetic_simplify
|
5 years ago |
WilliamLian
|
d10d1a17f0
|
spilt valuenode & parameter's tuple output to maketuple
|
5 years ago |
mindspore-ci-bot
|
6f8863b65d
|
!3198 synchronize latest Ascend software suite 18 Jul 2020, and merging branches
Merge pull request !3198 from yanghaoran/code_sync_0718
|
5 years ago |
yanghaoran
|
859acc6d2a
|
synchronize latest Ascend software suite 18 Jul 2020, and merging branches
|
5 years ago |
yujianfeng
|
fa0684d12d
|
Add pack and concat fission pass
|
5 years ago |
mindspore-ci-bot
|
4a19e6b8cb
|
!3114 add coo_tensor
Merge pull request !3114 from riemann_penn/coo_tensor
|
5 years ago |
Giancarlo Colmenares
|
cfbfaddfe1
|
Updated arithmetic simplify to use Pattern Matcher
|
5 years ago |
panyifeng
|
5a10383cc3
|
add coo_tensor
|
5 years ago |
yujianfeng
|
188d74f15e
|
Remove transdata and cast for internal outputs
|
5 years ago |
mindspore-ci-bot
|
56f70e910c
|
!3080 [parser]remove redundant phi
Merge pull request !3080 from vlne-v1/remove-redundant-phi
|
5 years ago |
mindspore-ci-bot
|
88c4943abd
|
!2989 bucket reduce sparse gradient
Merge pull request !2989 from kisnwang/two-step-reduce-sparse-gradient
|
5 years ago |
Wei Luning
|
acbccea644
|
remove redundant phi
|
5 years ago |
mindspore-ci-bot
|
1bcbbb08d6
|
!2973 [MD] Add implementation of SlidingWindow TensorOp, c++ & python
Merge pull request !2973 from luoyang/update
|
5 years ago |
kswang
|
891b80b9f5
|
add bucket reduce sparse gradient
|
5 years ago |
mindspore-ci-bot
|
7f8a753621
|
!3112 Remove build option -S
Merge pull request !3112 from caifubi/data-dump-build
|
5 years ago |
changzherui
|
f4cb445ea8
|
syn code for 0715
|
5 years ago |
mindspore-ci-bot
|
6566b38371
|
!3033 decoupling primitive of compute function
Merge pull request !3033 from lianliguang/primi-decoupling-v2
|
5 years ago |
caifubi
|
cb8b5dbd76
|
Remove build option -S
|
5 years ago |
mindspore-ci-bot
|
25ee322ba3
|
!2966 reuse communication op output's memory
Merge pull request !2966 from laiyongqiang/hcom_memreuse
|
5 years ago |