Class LSTMCellConfiguration
- java.lang.Object
-
- org.nd4j.linalg.api.ops.impl.layers.recurrent.config.LSTMCellConfiguration
-
public class LSTMCellConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description LSTMCellConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SDVariable[]args()int[]iArgs()double[]tArgs()Map<String,Object>toProperties()
-
-
-
Method Detail
-
args
public SDVariable[] args()
-
iArgs
public int[] iArgs()
-
tArgs
public double[] tArgs()
-
-