Searched defs:AdaptiveMaxPoolOptions (Results 1 – 2 of 2) sorted by relevance
14 template struct AdaptiveMaxPoolOptions<ExpandingArray<1>>; variable15 template struct AdaptiveMaxPoolOptions<ExpandingArrayWithOptionalElem<2>>; variable16 template struct AdaptiveMaxPoolOptions<ExpandingArrayWithOptionalElem<3>>; variable
192 struct AdaptiveMaxPoolOptions { struct193 AdaptiveMaxPoolOptions(output_size_t output_size) in AdaptiveMaxPoolOptions() argument