Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/options/
H A Dpooling.cpp26 template struct LPPoolOptions<1>; variable
27 template struct LPPoolOptions<2>; variable
28 template struct LPPoolOptions<3>; variable
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/options/
H A Dpooling.h509 struct LPPoolOptions { struct
510 LPPoolOptions(double norm_type, ExpandingArray<D> kernel_size) in LPPoolOptions() argument