Commit Graph

1657 Commits

Author SHA1 Message Date
leilei_snow 5cccfbc61b Add TransShape Operator. 2020-07-05 03:34:35 +00:00
mindspore-ci-bot f42e36b629 !2845 Fix empty graph dump ir failed
Merge pull request !2845 from zhoufeng/empty-graph-dump-ir
2020-07-04 15:49:57 +08:00
zhoufeng 1f8b00dff2 Fix empty graph dump ir
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-07-04 14:26:52 +08:00
mindspore-ci-bot f6b6ef2796 !2761 Record unreused arg in kernel graph
Merge pull request !2761 from chenfei_mindspore/split-real-inputs-to-reuse-args-and-not-reuse-args
2020-07-04 14:22:13 +08:00
mindspore-ci-bot b5066e81ee !2308 Unskip md5 python UT case for RandomPerspective
Merge pull request !2308 from TinaMengtingZhang/unskip-case-random-perspective
2020-07-04 03:37:58 +08:00
mindspore-ci-bot 34fadfad31 !2774 fix perf_data test
Merge pull request !2774 from Alexey_Shevlyakov/fix_perf_data_test
2020-07-04 03:20:26 +08:00
tinazhang dc03019200 unskip md5 testcase for RandomPerspective 2020-07-03 13:10:13 -04:00
Danish Farid 5a9673ee6f fix_annotate bug fix 2020-07-03 11:17:13 -04:00
chenfei 193c583cf6 add unreuse args of kernel graph
insert assign at the end of graph

clear log

clear log 2

handle replace call of unreuse args

handle bug of replace node
2020-07-03 18:24:00 +08:00
mindspore-ci-bot 860a32632e !2671 vm for MaxPoolGradGrad, MaxPoolGradGradWithArgmax
Merge pull request !2671 from jiangjinsheng/vm_max_pool_ext2
2020-07-03 17:40:54 +08:00
mindspore-ci-bot 2711a628fb !2333 remove addnclass in opt
Merge pull request !2333 from xychow/remove-addnclass-in-opt
2020-07-03 16:38:33 +08:00
mindspore-ci-bot a342a615a8 !2823 fix CropAndResize doc
Merge pull request !2823 from xutianchun/fix_doc
2020-07-03 12:02:39 +08:00
zhousiyi b29d260be3 reuse AddN primitive in opt as AddN will replicated by program_specialize 2020-07-03 03:18:25 +00:00
mindspore-ci-bot 8d660640cc !2818 Add a primitive operator add to test_lamb
Merge pull request !2818 from ddwolf/add_primitive_op_to_test_lamb
2020-07-03 10:43:09 +08:00
mindspore-ci-bot 2cd9649b9e !2810 Add operator adapting in ME for Softsign
Merge pull request !2810 from zhangzheng/softsign
2020-07-03 09:31:59 +08:00
mindspore-ci-bot 391f5e44e4 !2832 check types for optional boolean parameters
Merge pull request !2832 from Peilin/invalid-type-bucket-check
2020-07-03 09:20:28 +08:00
mindspore-ci-bot 9b915b5c28 !2831 Rework/Fix arithmetic_simplify passes
Merge pull request !2831 from thlinh/dev_Jul02_rework_arithmetic_simplify
2020-07-03 09:14:44 +08:00
Hoai Linh Tran 6bd66e7953 Fix memcpy calls. Add ut tests for arithmetic_simplify. Split long arithmetic_simplify.h to arithmetic_simplify.cc
Code checking
2020-07-02 17:51:08 -04:00
peilin-wang 29aa589972 added check for invalid type for boolean args 2020-07-02 16:49:09 -04:00
ale 383564c417 fix perf_data test 2020-07-02 13:24:45 -04:00
mindspore-ci-bot 709dfd7e81 !2738 [Dataset C++ UT] Implement C++ UT common class for object detection tests.
Merge pull request !2738 from islam_amin/object_ops_ut_cc
2020-07-03 01:23:50 +08:00
mindspore-ci-bot c1a53d3f68 !2822 Fix bool tensor problem
Merge pull request !2822 from hewei/fix_bool_tensor
2020-07-02 20:41:27 +08:00
xutianchun 77b5ae054a fix CropAndResize doc 2020-07-02 20:01:51 +08:00
He Wei a0623e1528 Fix bool type tensor problem
Problem: Create 'uint8' type tensor from float data raise RuntimeError;
Fix:  Use same internal data type for 'uint8' and 'bool' tensor and allows
convert float data to bool tensor.
2020-07-02 19:22:35 +08:00
duxiutao 793737ab62 add primitive operator to test_lamb 2020-07-02 16:03:01 +08:00
panbingao 1e51414f1b Adapting operator Softsign in ME 2020-07-02 03:31:25 -04:00
mindspore-ci-bot b052ecf43b !2804 Add TBE operators SparseApplyFtrlV2\SparseApplyAdagradV2 for VM.
Merge pull request !2804 from liuxiao93/ops-for-VM
2020-07-02 15:21:24 +08:00
mindspore-ci-bot 687319219f !2565 Add case for precision of bert network
Merge pull request !2565 from ddwolf/add_case_for_precisoin_of_bert
2020-07-02 14:53:29 +08:00
mindspore-ci-bot 19334b4f05 !2802 fix gcn import path error
Merge pull request !2802 from chentingting/fix_import_path_error
2020-07-02 14:18:58 +08:00
duxiutao 1e43c609e0 Add test case and fix two bugs
1. add case to guard precision
2. fix a shape bug
3. fix a funcGraph bug
2020-07-02 12:52:15 +08:00
liuxiao ddedc41613 Add TBE operators SparseApplyFtrlV2\SparseApplyAdagradV2 for VM. 2020-07-02 12:00:58 +08:00
chentingting a04d497118 fix gcn import error 2020-07-02 11:26:21 +08:00
mindspore-ci-bot f1a9a7ceb1 !2718 fix quantization aware training auto create graph bug
Merge pull request !2718 from chenzhongming/master
2020-07-02 09:57:30 +08:00
mindspore-ci-bot be93c54dc8 !2800 Modify nested while testcase
Merge pull request !2800 from zhoufeng/fix-nested-while
2020-07-02 09:08:20 +08:00
zhoufeng c94dea6a51 Modify nested while testcase
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-07-01 21:50:33 +08:00
mindspore-ci-bot 622b97f3b6 !2787 Add op ScatterMul ScatterDiv vm
Merge pull request !2787 from zhaozhenlong/op/scatter-div-mul-vm
2020-07-01 20:41:03 +08:00
mindspore-ci-bot 31d6d30e6a !2788 Delete shape validation in initializer()
Merge pull request !2788 from yangzhenzhang/delete-shape-validation
2020-07-01 17:13:32 +08:00
jiangjinsheng ce4e15b0b3 vm for MaxPoolExt2,MaxPoolGradGrad,MaxPoolGradGradWithArgmax 2020-07-01 17:05:11 +08:00
mindspore-ci-bot f18329eaa5 !2782 New control sink testcase
Merge pull request !2782 from zhoufeng/control-sink-test
2020-07-01 16:46:31 +08:00
yangzhenzhang 2351845ede delete shape validation in initializer 2020-07-01 16:01:31 +08:00
zhoufeng 18bc81e88c Ascend control sink testcase
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-07-01 15:54:28 +08:00
zhaozhenlong 8d9939eaa4 ScatterMull and ScatterDiv vm 2020-07-01 15:49:24 +08:00
mindspore-ci-bot 4eafb21ea8 !2638 support vm for mod
Merge pull request !2638 from jiangjinsheng/vm_mod
2020-07-01 14:26:07 +08:00
mindspore-ci-bot 30fc1bd0c3 !2747 refactor StridedSlice op
Merge pull request !2747 from zhangbuxue/refactor_the_StridedSlice_op
2020-07-01 12:04:11 +08:00
buxue be771aa9e4 refactor StridedSlice op 2020-07-01 11:08:36 +08:00
jiangjinsheng ffd0352162 vm for mod 2020-07-01 10:16:47 +08:00
mindspore-ci-bot d1fa90a3d9 !2769 fix get loss error and NoneType error cause by _proceesor_specified_data
Merge pull request !2769 from ougongchang/fix_nonetype
2020-07-01 10:01:05 +08:00
mindspore-ci-bot ea475637a1 !2720 fix assign used in while loop
Merge pull request !2720 from xychow/fix-assign-in-while
2020-07-01 09:16:13 +08:00
islam_amin 593ee1eb34 C++ UT common files for object detection tests 2020-06-30 17:54:35 -04:00
mindspore-ci-bot 9377e432d2 !2766 get default value if num_parallel_workers is None
Merge pull request !2766 from yanghaitao/yht_serialize_num_parallel_worker
2020-06-30 23:11:44 +08:00