Home
last modified time | relevance | path

Searched refs:SELU_LAMBDA (Results 1 – 2 of 2) sorted by relevance

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dmshadow_op.h50 __constant__ const float SELU_LAMBDA = 1.0507009873554804934193349852946; variable
55 const float SELU_LAMBDA = 1.0507009873554804934193349852946; variable
382 MXNET_UNARY_MATH_OP_NC(selu, DType(SELU_LAMBDA) *
386 DType(SELU_LAMBDA) * (a > DType(0) ? DType(1) : DType(SELU_ALPHA + a)));
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dmshadow_op.h50 __constant__ const float SELU_LAMBDA = 1.0507009873554804934193349852946; variable
55 const float SELU_LAMBDA = 1.0507009873554804934193349852946; variable
382 MXNET_UNARY_MATH_OP_NC(selu, DType(SELU_LAMBDA) *
386 DType(SELU_LAMBDA) * (a > DType(0) ? DType(1) : DType(SELU_ALPHA + a)));