suteng
|
19e45ccdb1
|
回退 'Pull Request !3103 : change type of Shape from int32 to int64'
|
2020-08-03 22:06:37 +08:00 |
mindspore-ci-bot
|
6f7f376b1c
|
!3821 Decouple ME and TBE by the IPC way.
Merge pull request !3821 from ZhangQinghua/master1
|
2020-08-03 20:34:01 +08:00 |
mindspore-ci-bot
|
657b547116
|
!3103 change type of Shape from int32 to int64
Merge pull request !3103 from yihuaijie/dev
|
2020-08-03 19:40:19 +08:00 |
mindspore-ci-bot
|
a182a87a6d
|
!3820 support tensor attr shape and dtype in graph mode
Merge pull request !3820 from zhangbuxue/support_dtype_and_shape_as_attr_in_graph_mode
|
2020-08-03 18:57:46 +08:00 |
buxue
|
b075674cf2
|
support tensor attr shape and dtype in graph mode
|
2020-08-03 17:09:31 +08:00 |
Yi Huaijie
|
15d5cc396d
|
change type of Shape from int32 to int64
|
2020-08-03 16:47:19 +08:00 |
Wei Luning
|
a05c38bb63
|
make python Parameter inherit from Tensor
|
2020-08-03 09:12:24 +08:00 |
Zhang Qinghua
|
960da5cbed
|
Decouple the backend TBE from binding Python API.
|
2020-08-01 17:09:08 +08:00 |
tinazhang
|
e57d849618
|
add concat op and extend zip support to cpp api
|
2020-07-31 12:57:50 -04:00 |
Eric
|
8c018da468
|
Fixing issues in distributed sampler
Added Distributed sampler option
Fix style
|
2020-07-31 11:12:26 -04:00 |
mindspore-ci-bot
|
634d797ca3
|
!3549 MapOp refactor for device augmentation (part 1)
Merge pull request !3549 from anthonyaje/device_augment_mapop_refactor1
|
2020-07-31 21:56:16 +08:00 |
mindspore-ci-bot
|
953f91cef8
|
!3739 not eliminate memcpy when nexe node is graph output
Merge pull request !3739 from laiyongqiang/eliminate_memcpy_bug
|
2020-07-31 17:35:11 +08:00 |
mindspore-ci-bot
|
4e2b1eec5d
|
!3119 Delete parameter block_reader for MindDataset
Merge pull request !3119 from dengyutao/remove_blockreader
|
2020-07-31 15:46:15 +08:00 |
dengyutao
|
388e43f7cb
|
delete parameter block_reader for MindDataset
|
2020-07-31 11:30:05 +08:00 |
liubuyu
|
a499d4e47c
|
decoupling core and debug
|
2020-07-31 10:39:31 +08:00 |
laiyongqiang
|
2458431750
|
not eliminate memcpy when nexe node is graph output
|
2020-07-30 19:51:57 +08:00 |
mindspore-ci-bot
|
4834a6b347
|
!3574 Rename AnfNode::user_data related functions to follow naming rule
Merge pull request !3574 from hewei/rename_user_data_func
|
2020-07-29 14:26:21 +08:00 |
mindspore-ci-bot
|
b75943f220
|
!3620 add mindspore lite
Merge pull request !3620 from 张学同/to_merge
|
2020-07-29 10:54:41 +08:00 |
anthonyaje
|
a7eaf2736a
|
First drop of MapOp refactor to support device augment.
Refactored MapOp to in preparation to support device augment
Minor fix
|
2020-07-28 15:53:43 -04:00 |
hangq
|
174d308cfa
|
add mindspore lite
|
2020-07-29 03:06:17 +08:00 |
YangLuo
|
ae99a3a3e4
|
C++ API support for TakeDatasetOp and VOCDatasetOp
|
2020-07-28 23:09:57 +08:00 |
mindspore-ci-bot
|
b6c7273bb6
|
!3551 [MD] Fix Broken C++ Only Build
Merge pull request !3551 from nhussain/fix_cpp_only_build
|
2020-07-28 20:12:13 +08:00 |
mindspore-ci-bot
|
7cb567ebbe
|
!3543 Split unsupport transdata
Merge pull request !3543 from lianliguang/unify-primitive
|
2020-07-28 17:23:44 +08:00 |
He Wei
|
4eb81d7934
|
Rename AnfNode::user_data related functions to follow naming rule
|
2020-07-28 15:35:48 +08:00 |
WilliamLian
|
0179724dcd
|
spilit unspported transdata to two transdata from special format -> defualt -> default -> special
|
2020-07-28 14:23:31 +08:00 |
nhussain
|
b65125b0a1
|
add more ifdef and include statments for pybind
|
2020-07-27 13:51:11 -04:00 |
mindspore-ci-bot
|
ee67f70b73
|
!3449 Cifar100 for C API
Merge pull request !3449 from MahdiRahmaniHanzaki/cifar100-c-api
|
2020-07-28 00:09:41 +08:00 |
Mahdi
|
92568248c9
|
Added Cifar100 for C API
|
2020-07-27 10:35:24 -04:00 |
liubuyu
|
f4bc0bc9fe
|
move the dependency of utils to core
|
2020-07-27 10:28:46 +08:00 |
chenfei
|
1f1a07e645
|
don't insert assign from condition to true branch of while
|
2020-07-26 14:38:42 +08:00 |
mindspore-ci-bot
|
84c8b85ddc
|
!3452 [MD] Gets rid of uncessary print calls
Merge pull request !3452 from nhussain/refactor_name_function
|
2020-07-25 20:59:27 +08:00 |
mindspore-ci-bot
|
9c06a564d1
|
!2983 Dataset Tensor class cleanup
Merge pull request !2983 from h.farahat/tensor_class
|
2020-07-25 20:59:13 +08:00 |
Eric
|
465a69a70a
|
Added crop signature, wip
Added input check
Added SwapRedBlue
|
2020-07-24 20:40:45 -04:00 |
hesham
|
adfbc891d3
|
- Add checks and testing for empty tensors
- cleanup work on createTensor and Tensor's constructors
|
2020-07-24 17:23:18 -04:00 |
nhussain
|
a306264030
|
remove print calls
|
2020-07-24 17:10:49 -04:00 |
Mahdi
|
2b71cbf1bd
|
Added RenameOp
|
2020-07-23 12:22:55 -04:00 |
root
|
1b6f85dec8
|
split tuple parameter to parameters
add function trans tuple to maketuple
|
2020-07-23 16:46:55 +08:00 |
mindspore-ci-bot
|
9fb6576d8c
|
!3338 Op debug feature
Merge pull request !3338 from zhoufeng/debug-op-overflow
|
2020-07-23 14:11:38 +08:00 |
mindspore-ci-bot
|
24dd2fc2a6
|
!3333 Fix internal multiple outputs check
Merge pull request !3333 from YuJianfeng/master
|
2020-07-23 11:38:11 +08:00 |
zhoufeng
|
000a6c73a5
|
op debug
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
2020-07-23 11:12:02 +08:00 |
mindspore-ci-bot
|
a4f447af6c
|
!3289 Move abstract function to core abstract folder.
Merge pull request !3289 from ZhangQinghua/master
|
2020-07-23 09:39:37 +08:00 |
yujianfeng
|
4d18e9ec35
|
Fix internal multiple outputs check
|
2020-07-23 08:56:42 +08:00 |
Cathy Wong
|
8921a6099c
|
C++ API Support for Skip Dataset Op and UTs
|
2020-07-22 13:21:35 -04:00 |
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
|
2020-07-22 16:40:10 +08:00 |
mindspore-ci-bot
|
174acbec13
|
!3265 Decouple ir from optimizer
Merge pull request !3265 from hewei/decouple_ir_optimizer
|
2020-07-22 16:08:39 +08:00 |
huanghui
|
f1563d2d37
|
insert memcpy async if hccl op cascade
|
2020-07-22 10:43:38 +08:00 |
yangzhenzhang
|
e6cef98e95
|
delete useless code for allreduce
|
2020-07-22 10:13:19 +08:00 |
mindspore-ci-bot
|
568e75fdd3
|
!3256 Zip C API
Merge pull request !3256 from MahdiRahmaniHanzaki/zip-c-api
|
2020-07-22 04:01:51 +08:00 |
Mahdi
|
91b4d90716
|
Added ZipOp
|
2020-07-21 10:24:38 -04:00 |
Zhang Qinghua
|
7b69565d91
|
Move abstract function to core abstract folder.
|
2020-07-21 21:25:32 +08:00 |