Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/options/
H A Dpooling.cpp10 template struct MaxPoolOptions<1>; variable
11 template struct MaxPoolOptions<2>; variable
12 template struct MaxPoolOptions<3>; variable
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/options/
H A Dpooling.h108 struct MaxPoolOptions { struct
109 MaxPoolOptions(ExpandingArray<D> kernel_size) in MaxPoolOptions() function