Refine code.

del_some_in_makelist
hedaoyuan 8 years ago
parent a850dec991
commit f453b7137f

@ -126,14 +126,11 @@ public:
inputData += inputChannels * inputHeight * inputWidth; inputData += inputChannels * inputHeight * inputWidth;
outputData += outputChannels * outputHeight * outputWidth; outputData += outputChannels * outputHeight * outputWidth;
} }
#ifdef PADDLE_MOBILE_INFERENCE
if (Device == DEVICE_TYPE_CPU) {
memory_.reset();
}
#endif
} }
}; };
#ifdef PADDLE_MOBILE_INFERENCE
/* /*
* \brief Forward calculation of convolution, optimized for mobile. * \brief Forward calculation of convolution, optimized for mobile.
*/ */
@ -284,6 +281,8 @@ public:
} }
}; };
#endif
/* /*
* \brief Backward input calculation of convolution. * \brief Backward input calculation of convolution.
*/ */

Loading…
Cancel
Save