Searched defs:ReplicationPadOptions (Results 1 – 2 of 2) sorted by relevance
9 template struct ReplicationPadOptions<1>; variable10 template struct ReplicationPadOptions<2>; variable11 template struct ReplicationPadOptions<3>; variable
56 struct TORCH_API ReplicationPadOptions { struct57 ReplicationPadOptions(ExpandingArray<D * 2> padding) : padding_(padding) {} in ReplicationPadOptions() function