forked from mindspore-Ecosystem/mindspore
!48419 修复reducesum算子对成员变量未做初始化的问题
Merge pull request !48419 from zhangdong/zd_1
This commit is contained in:
commit
4c47fdd597
|
@ -75,6 +75,7 @@ class ArrayReduceGpuKernelMod : public NativeGpuKernelMod {
|
|||
input_size_ = 0;
|
||||
output_size_ = 0;
|
||||
workspace_size_ = 0;
|
||||
int_op_type = 0;
|
||||
kernel_name_ = "ArrayReduce";
|
||||
axis_.clear();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue