mindspore-ci-bot
860a32632e
!2671 vm for MaxPoolGradGrad, MaxPoolGradGradWithArgmax
Merge pull request !2671 from jiangjinsheng/vm_max_pool_ext2
5 years ago
mindspore-ci-bot
2711a628fb
!2333 remove addnclass in opt
Merge pull request !2333 from xychow/remove-addnclass-in-opt
5 years ago
buxue
cfa41733d6
support Python built-in function 'enumerate'
5 years ago
mindspore-ci-bot
a342a615a8
!2823 fix CropAndResize doc
Merge pull request !2823 from xutianchun/fix_doc
5 years ago
zhousiyi
b29d260be3
reuse AddN primitive in opt as AddN will replicated by program_specialize
5 years ago
fary86
e17469bf42
Fix bug of large for loop
5 years ago
wuxuejian
e64a53bf1b
fix embeddinglookupgrad when param shape is one dim
5 years ago
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
5 years ago
mindspore-ci-bot
2cd9649b9e
!2810 Add operator adapting in ME for Softsign
Merge pull request !2810 from zhangzheng/softsign
5 years ago
mindspore-ci-bot
391f5e44e4
!2832 check types for optional boolean parameters
Merge pull request !2832 from Peilin/invalid-type-bucket-check
5 years ago
mindspore-ci-bot
9b915b5c28
!2831 Rework/Fix arithmetic_simplify passes
Merge pull request !2831 from thlinh/dev_Jul02_rework_arithmetic_simplify
5 years ago
Hoai Linh Tran
6bd66e7953
Fix memcpy calls. Add ut tests for arithmetic_simplify. Split long arithmetic_simplify.h to arithmetic_simplify.cc
Code checking
5 years ago
peilin-wang
29aa589972
added check for invalid type for boolean args
5 years ago
ale
383564c417
fix perf_data test
5 years ago
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
5 years ago
mindspore-ci-bot
c1a53d3f68
!2822 Fix bool tensor problem
Merge pull request !2822 from hewei/fix_bool_tensor
5 years ago
xutianchun
77b5ae054a
fix CropAndResize doc
5 years ago
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.
5 years ago
duxiutao
793737ab62
add primitive operator to test_lamb
5 years ago
panbingao
1e51414f1b
Adapting operator Softsign in ME
5 years ago
mindspore-ci-bot
b052ecf43b
!2804 Add TBE operators SparseApplyFtrlV2\SparseApplyAdagradV2 for VM.
Merge pull request !2804 from liuxiao93/ops-for-VM
5 years ago
mindspore-ci-bot
687319219f
!2565 Add case for precision of bert network
Merge pull request !2565 from ddwolf/add_case_for_precisoin_of_bert
5 years ago
mindspore-ci-bot
19334b4f05
!2802 fix gcn import path error
Merge pull request !2802 from chentingting/fix_import_path_error
5 years ago
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
5 years ago
liuxiao
ddedc41613
Add TBE operators SparseApplyFtrlV2\SparseApplyAdagradV2 for VM.
5 years ago
chentingting
a04d497118
fix gcn import error
5 years ago
mindspore-ci-bot
f1a9a7ceb1
!2718 fix quantization aware training auto create graph bug
Merge pull request !2718 from chenzhongming/master
5 years ago
mindspore-ci-bot
be93c54dc8
!2800 Modify nested while testcase
Merge pull request !2800 from zhoufeng/fix-nested-while
5 years ago
zhoufeng
c94dea6a51
Modify nested while testcase
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
mindspore-ci-bot
622b97f3b6
!2787 Add op ScatterMul ScatterDiv vm
Merge pull request !2787 from zhaozhenlong/op/scatter-div-mul-vm
5 years ago
peixu_ren
a47f5493d5
added strided slice and its grad as internal interface
5 years ago
mindspore-ci-bot
31d6d30e6a
!2788 Delete shape validation in initializer()
Merge pull request !2788 from yangzhenzhang/delete-shape-validation
5 years ago
jiangjinsheng
ce4e15b0b3
vm for MaxPoolExt2,MaxPoolGradGrad,MaxPoolGradGradWithArgmax
5 years ago
mindspore-ci-bot
f18329eaa5
!2782 New control sink testcase
Merge pull request !2782 from zhoufeng/control-sink-test
5 years ago
yangzhenzhang
2351845ede
delete shape validation in initializer
5 years ago
zhoufeng
18bc81e88c
Ascend control sink testcase
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
zhaozhenlong
8d9939eaa4
ScatterMull and ScatterDiv vm
5 years ago
mindspore-ci-bot
4eafb21ea8
!2638 support vm for mod
Merge pull request !2638 from jiangjinsheng/vm_mod
5 years ago
mindspore-ci-bot
30fc1bd0c3
!2747 refactor StridedSlice op
Merge pull request !2747 from zhangbuxue/refactor_the_StridedSlice_op
5 years ago
buxue
be771aa9e4
refactor StridedSlice op
5 years ago
jiangjinsheng
ffd0352162
vm for mod
5 years ago
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
5 years ago
mindspore-ci-bot
ea475637a1
!2720 fix assign used in while loop
Merge pull request !2720 from xychow/fix-assign-in-while
5 years ago
islam_amin
593ee1eb34
C++ UT common files for object detection tests
5 years ago
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
5 years ago
ougongchang
cd868aea52
fix get loss error and NoneType error cause by _proceesor_specified_data
fix get loss error when it not a scalar and fix process specified data
failed when the action is False, and collect_specified_data parameter is
not None
5 years ago
yanghaitao
365c901ee0
get default value if num_parallel_worker is None
5 years ago
mindspore-ci-bot
3a89f93cc5
!2699 add ScatterMax ScatterMin ScatterSub vm
Merge pull request !2699 from zhaozhenlong/op/scatter-max-vm
5 years ago
mindspore-ci-bot
fe82d82155
!1904 Add IndexedSlices
Merge pull request !1904 from riemann_penn/add_indexed_slices
5 years ago
mindspore-ci-bot
2fadbb1d04
!2743 add more ut and st for SummaryCollector
Merge pull request !2743 from ougongchang/summary_collector_ut
5 years ago