Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/options/
H A Dpadding.h14 struct TORCH_API ReflectionPadOptions { struct
15 ReflectionPadOptions(ExpandingArray<D * 2> padding) : padding_(padding) {} in ReflectionPadOptions() function
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/options/
H A Dpadding.cpp6 template struct ReflectionPadOptions<1>; variable
7 template struct ReflectionPadOptions<2>; variable