Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/options/
H A Dpadding.cpp9 template struct ReplicationPadOptions<1>; variable
10 template struct ReplicationPadOptions<2>; variable
11 template struct ReplicationPadOptions<3>; variable
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/options/
H A Dpadding.h56 struct TORCH_API ReplicationPadOptions { struct
57 ReplicationPadOptions(ExpandingArray<D * 2> padding) : padding_(padding) {} in ReplicationPadOptions() function