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