Rate this Page

Template Class ZeroPadImpl#

Inheritance Relationships#

Base Type#

Class Documentation#

template<size_t D, typename Derived>
class ZeroPadImpl : public torch::nn::Cloneable<Derived>#

Base class for all (dimension-specialized) ZeroPad modules.

Public Functions

inline ZeroPadImpl(ExpandingArray<D * 2> padding)#
explicit ZeroPadImpl(const ZeroPadOptions<D> &options_)#
virtual void reset() override#

reset() must perform initialization of all members with reference semantics, most importantly parameters, buffers and submodules.

Tensor forward(const Tensor &input)#
virtual void pretty_print(std::ostream &stream) const override#

Pretty prints the ZeroPad{1,2}d module into the given stream.

Public Members

ZeroPadOptions<D> options#

The options with which this Module was constructed.