Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/options/
H A Dpadding.cpp13 template struct ConstantPadOptions<1>; variable
14 template struct ConstantPadOptions<2>; variable
15 template struct ConstantPadOptions<3>; variable
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/options/
H A Dpadding.h141 struct TORCH_API ConstantPadOptions { struct
142 ConstantPadOptions(ExpandingArray<D * 2> padding, double value) in ConstantPadOptions() function