Home
last modified time | relevance | path

Searched defs:ConvOptions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/options/
H A Dconv.h104 struct ConvOptions { struct
108 ConvOptions( in ConvOptions() argument
166 /// `ConvOptions` specialized for the `Conv1d` module. argument
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/options/
H A Dconv.cpp6 template struct ConvOptions<1>; variable
7 template struct ConvOptions<2>; variable
8 template struct ConvOptions<3>; variable