Typedef torch::nn::functional::Conv3dFuncOptions¶
Defined in File conv.h
Typedef Documentation¶
-
using
torch::nn::functional
::
Conv3dFuncOptions
= ConvFuncOptions<3>¶ ConvFuncOptions
specialized fortorch::nn::functional::conv3d
.Example:
namespace F = torch::nn::functional; F::conv3d(x, weight, F::Conv3dFuncOptions().stride(1));