Class Softmax
- java.lang.Object
-
- org.apache.wayang.basic.model.op.Op
-
- org.apache.wayang.basic.model.op.nn.Softmax
-
- All Implemented Interfaces:
java.io.Serializable
public class Softmax extends Op
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Op.DType
getDType()
int
inputsRequired()
-
Methods inherited from class org.apache.wayang.basic.model.op.Op
getFromList, getName, with
-
-
-
-
Method Detail
-
inputsRequired
public int inputsRequired()
- Specified by:
inputsRequired
in classOp
-
-