Rate this Page

Class Upsample#

Inheritance Relationships#

Base Type#

Class Documentation#

class Upsample : public torch::nn::ModuleHolder<UpsampleImpl>#

A ModuleHolder subclass for UpsampleImpl.

See the documentation for UpsampleImpl class to learn what methods it provides, and examples of how to use Upsample with torch::nn::UpsampleOptions. See the documentation for ModuleHolder to learn about PyTorch’s module storage semantics.

Public Types

using Impl = UpsampleImpl#