Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/options/
H A Dpooling.cpp14 template struct AdaptiveMaxPoolOptions<ExpandingArray<1>>; variable
15 template struct AdaptiveMaxPoolOptions<ExpandingArrayWithOptionalElem<2>>; variable
16 template struct AdaptiveMaxPoolOptions<ExpandingArrayWithOptionalElem<3>>; variable
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/options/
H A Dpooling.h192 struct AdaptiveMaxPoolOptions { struct
193 AdaptiveMaxPoolOptions(output_size_t output_size) in AdaptiveMaxPoolOptions() argument