Typedef torch::nn::Conv3dOptions¶
Defined in File conv.h
Typedef Documentation¶
-
using
torch::nn
::
Conv3dOptions
= ConvOptions<3>¶ ConvOptions
specialized for theConv3d
module.Example:
Conv3d model(Conv3dOptions(3, 2, 3).stride(1).bias(false));