Typedef torch::nn::functional::SELUFuncOptions¶
Defined in File activation.h
Typedef Documentation¶
-
using torch::nn::functional::SELUFuncOptions = SELUOptions¶
Options for
torch::nn::functional::selu
.See the documentation for
torch::nn::SELUOptions
class to learn what arguments are supported.Example:
namespace F = torch::nn::functional; F::selu(input, F::SELUFuncOptions(false));