Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/api/src/nn/options/
Dactivation.cpp6 SELUOptions::SELUOptions(bool inplace) : inplace_(inplace) {} in SELUOptions() function in torch::nn::SELUOptions
/external/pytorch/torch/csrc/api/include/torch/nn/options/
Dactivation.h47 struct TORCH_API SELUOptions { struct