Typedef torch::nn::ReplicationPad1dOptions¶
Defined in File padding.h
Typedef Documentation¶
-
using torch::nn::ReplicationPad1dOptions = ReplicationPadOptions<1>¶
ReplicationPadOptions
specialized for theReplicationPad1d
module.Example:
ReplicationPad1d model(ReplicationPad1dOptions({3, 1}));