Class Fold¶
Defined in File fold.h
Page Contents
Inheritance Relationships¶
Base Type¶
public torch::nn::ModuleHolder< FoldImpl >(Template Class ModuleHolder)
Class Documentation¶
-
class Fold : public torch::nn::ModuleHolder<FoldImpl>¶
A
ModuleHoldersubclass forFoldImpl.See the documentation for
FoldImplclass to learn what methods it provides, and examples of how to useFoldwithtorch::nn::FoldOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.