Uses of Class
org.nd4j.linalg.api.ops.impl.layers.recurrent.config.LSTMConfiguration
-
Packages that use LSTMConfiguration Package Description org.nd4j.autodiff.samediff.ops org.nd4j.linalg.api.ops.impl.layers.recurrent org.nd4j.linalg.factory.ops -
-
Uses of LSTMConfiguration in org.nd4j.autodiff.samediff.ops
Methods in org.nd4j.autodiff.samediff.ops with parameters of type LSTMConfiguration Modifier and Type Method Description SDVariableSDRNN. lstmblock(String name, SDVariable maxTSLength, SDVariable x, SDVariable cLast, SDVariable yLast, LSTMWeights LSTMWeights, LSTMConfiguration LSTMConfiguration)The LSTM blockSDVariableSDRNN. lstmblock(String name, SDVariable x, LSTMWeights LSTMWeights, LSTMConfiguration LSTMConfiguration)The LSTM blockSDVariableSDRNN. lstmblock(SDVariable maxTSLength, SDVariable x, SDVariable cLast, SDVariable yLast, LSTMWeights LSTMWeights, LSTMConfiguration LSTMConfiguration)The LSTM blockSDVariableSDRNN. lstmblock(SDVariable x, LSTMWeights LSTMWeights, LSTMConfiguration LSTMConfiguration)The LSTM blockSDVariable[]SDRNN. lstmCell(String[] names, SDVariable x, SDVariable cLast, SDVariable yLast, LSTMWeights LSTMWeights, LSTMConfiguration LSTMConfiguration)The LSTM cell.SDVariable[]SDRNN. lstmCell(SDVariable x, SDVariable cLast, SDVariable yLast, LSTMWeights LSTMWeights, LSTMConfiguration LSTMConfiguration)The LSTM cell. -
Uses of LSTMConfiguration in org.nd4j.linalg.api.ops.impl.layers.recurrent
Constructors in org.nd4j.linalg.api.ops.impl.layers.recurrent with parameters of type LSTMConfiguration Constructor Description LSTMBlock(@NonNull SameDiff sameDiff, SDVariable maxTSLength, SDVariable x, SDVariable cLast, SDVariable yLast, LSTMWeights weights, LSTMConfiguration configuration)LSTMBlock(INDArray x, INDArray cLast, INDArray yLast, INDArray maxTSLength, LSTMWeights lstmWeights, LSTMConfiguration lstmConfiguration)LSTMBlockCell(SameDiff sameDiff, SDVariable x, SDVariable cLast, SDVariable yLast, LSTMWeights weights, LSTMConfiguration configuration)LSTMBlockCell(INDArray x, INDArray cLast, INDArray yLast, LSTMWeights lstmWeights, LSTMConfiguration lstmConfiguration) -
Uses of LSTMConfiguration in org.nd4j.linalg.factory.ops
Methods in org.nd4j.linalg.factory.ops with parameters of type LSTMConfiguration Modifier and Type Method Description INDArrayNDRNN. lstmblock(INDArray maxTSLength, INDArray x, INDArray cLast, INDArray yLast, LSTMWeights LSTMWeights, LSTMConfiguration LSTMConfiguration)The LSTM blockINDArrayNDRNN. lstmblock(INDArray x, LSTMWeights LSTMWeights, LSTMConfiguration LSTMConfiguration)The LSTM blockINDArray[]NDRNN. lstmCell(INDArray x, INDArray cLast, INDArray yLast, LSTMWeights LSTMWeights, LSTMConfiguration LSTMConfiguration)The LSTM cell.
-