Typedef torch::nn::functional::Conv2dFuncOptions#
Defined in File conv.h
Typedef Documentation#
-
using torch::nn::functional::Conv2dFuncOptions = ConvFuncOptions<2>#
ConvFuncOptionsspecialized fortorch::nn::functional::conv2d.Example:
namespace F = torch::nn::functional; F::conv2d(x, weight, F::Conv2dFuncOptions().stride(1));