Minor changes

avx_docs
dangqingqing 8 years ago
parent f56084b451
commit abeb3aae84

@ -79,10 +79,10 @@ void PadGrad<DEVICE_TYPE_CPU>(real* inGrad,
*
* Argument in this Function:
* \param pad_ A struct object contains the padding size in each dimension.
* It has six integers. The channelStart and channelEnd indicates
* It has six integers. The channelStart and channelEnd indicate
* how many zeros to add before and after the input in channel
* dimension. And the heightStart and heightEnd indicates padding
* in height dimension. The widthStart and widthEnd indicates the
* dimension. And the heightStart and heightEnd indicate padding
* in height dimension. The widthStart and widthEnd indicate the
* padding in width dimension.
* \param inputs A 4D tensor, only one input.
* \param outputs A 4D tensor, the output value after padding.

@ -19,8 +19,9 @@ limitations under the License. */
namespace paddle {
/**
* @brief response normalization across feature maps
* namely normalize in number of size_ channels
* \brief This layer pads zeros to inputs according to the specify dimension.
* The input and output is a 4D tensor. Padding zeros from the 2nd to
* the 4th dimenstion according padc_, padh_ and padw_.
*/
class PadLayer : public Layer {
public:

Loading…
Cancel
Save