Searched defs:LPPoolOptions (Results 1 – 2 of 2) sorted by relevance
26 template struct LPPoolOptions<1>; variable27 template struct LPPoolOptions<2>; variable28 template struct LPPoolOptions<3>; variable
509 struct LPPoolOptions { struct510 LPPoolOptions(double norm_type, ExpandingArray<D> kernel_size) in LPPoolOptions() argument