Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/options/
H A Dactivation.h531 struct TORCH_API SoftshrinkOptions { struct
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/options/
H A Dactivation.cpp22 SoftshrinkOptions::SoftshrinkOptions(double lambda) : lambda_(lambda) {} in SoftshrinkOptions() function in torch::nn::SoftshrinkOptions