Package com.yahoo.tensor.functions
Class ScalarFunctions.Selu
- java.lang.Object
-
- com.yahoo.tensor.functions.ScalarFunctions.Selu
-
- All Implemented Interfaces:
java.util.function.DoubleUnaryOperator
- Enclosing class:
- ScalarFunctions
public static class ScalarFunctions.Selu extends java.lang.Object implements java.util.function.DoubleUnaryOperator
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
applyAsDouble(double operand)
java.lang.String
toString()
-