Searched defs:ConvFuncOptions (Results 1 – 2 of 2) sorted by relevance
12 template struct ConvFuncOptions<1>; variable13 template struct ConvFuncOptions<2>; variable14 template struct ConvFuncOptions<3>; variable
196 struct ConvFuncOptions { struct197 using padding_t = torch::nn::detail::conv_padding_t<D>;227 /// `ConvFuncOptions` specialized for `torch::nn::functional::conv1d`. argument