Searched defs:MaxPoolOptions (Results 1 – 2 of 2) sorted by relevance
10 template struct MaxPoolOptions<1>; variable11 template struct MaxPoolOptions<2>; variable12 template struct MaxPoolOptions<3>; variable
108 struct MaxPoolOptions { struct109 MaxPoolOptions(ExpandingArray<D> kernel_size) in MaxPoolOptions() function