Shortcuts

Template Class ReflectionPadImpl

Inheritance Relationships

Base Type

Class Documentation

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

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

Public Functions

inline ReflectionPadImpl(ExpandingArray<D * 2> padding)
explicit ReflectionPadImpl(const ReflectionPadOptions<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 ReflectionPad{1,2}d module into the given stream.

Public Members

ReflectionPadOptions<D> options

The options with which this Module was constructed.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources