Typedef torch::nn::functional::GLUFuncOptions#
Defined in File activation.h
Typedef Documentation#
-
using torch::nn::functional::GLUFuncOptions = GLUOptions#
Options for
torch::nn::functional::glu.See the documentation for
torch::nn::GLUOptionsclass to learn what arguments are supported.Example:
namespace F = torch::nn::functional; F::glu(input, GLUFuncOptions(1));