!47870 remove debug log

Merge pull request !47870 from yangsijia/rm-log
This commit is contained in:
i-robot 2023-01-16 03:04:19 +00:00 committed by Gitee
commit ce02868f99
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ bool CumProdGpuKernelMod::Init(const BaseOperatorPtr &base_operator, const std::
exclusive_ = kernel_ptr->GetExclusive();
reverse_ = kernel_ptr->GetReverse();
is_dynamic_shape_ = inputs[kIndex0]->IsDynamicShape();
MS_LOG(ERROR) << "is_dynamic_shape_ = " << is_dynamic_shape_;
auto input_num = inputs.size();
if (input_num != kCumProdInputsNum) {
MS_LOG(ERROR) << "For '" << kernel_name_ << "', the number of inputs must be 2, but got " << input_num;