Searched defs:ConstantPadOptions (Results 1 – 2 of 2) sorted by relevance
13 template struct ConstantPadOptions<1>; variable14 template struct ConstantPadOptions<2>; variable15 template struct ConstantPadOptions<3>; variable
141 struct TORCH_API ConstantPadOptions { struct142 ConstantPadOptions(ExpandingArray<D * 2> padding, double value) in ConstantPadOptions() function