Rate this Page

Typedef torch::nn::Conv1dOptions#

Typedef Documentation#

using torch::nn::Conv1dOptions = ConvOptions<1>#

ConvOptions specialized for the Conv1d module.

Example:

Conv1d model(Conv1dOptions(3, 2, 3).stride(1).bias(false));