Searched defs:MaxUnpoolOptions (Results 1 – 2 of 2) sorted by relevance
22 template struct MaxUnpoolOptions<1>; variable23 template struct MaxUnpoolOptions<2>; variable24 template struct MaxUnpoolOptions<3>; variable
346 struct MaxUnpoolOptions { struct347 MaxUnpoolOptions(ExpandingArray<D> kernel_size) in MaxUnpoolOptions() function