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
ModuleHolder
subclass forFoldImpl
.See the documentation for
FoldImpl
class to learn what methods it provides, and examples of how to useFold
withtorch::nn::FoldOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.