@ -54,7 +54,6 @@ int ArgMinMaxCPUKernel::Run() {
return ret;
}
ret = ArgMinMaxBaseCPUKernel::Run();
ArgMinMaxBaseCPUKernel::FreeTmpMemory();
} // namespace mindspore::kernel
@ -173,7 +173,6 @@ int ScaleCPUKernel::Run() {
MS_LOG(ERROR) << "Scale error error_code[" << ret << "]";
return RET_ERROR;
FreeTmpBuffer();
return RET_OK;
@ -80,7 +80,6 @@ int ArgMinMaxInt8CPUKernel::Run() {
Int8ArgMinMaxDim3(input_data, output_data, in_shape, param, &in_quant_arg_, &out_quant_arg_);
break;
FreeTmpMemory();