Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/options/
H A Dpooling.cpp22 template struct MaxUnpoolOptions<1>; variable
23 template struct MaxUnpoolOptions<2>; variable
24 template struct MaxUnpoolOptions<3>; variable
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/options/
H A Dpooling.h346 struct MaxUnpoolOptions { struct
347 MaxUnpoolOptions(ExpandingArray<D> kernel_size) in MaxUnpoolOptions() function