Uses of Class
org.nd4j.linalg.api.ops.impl.layers.recurrent.weights.LSTMWeights
-
Packages that use LSTMWeights Package Description org.nd4j.autodiff.samediff.ops org.nd4j.linalg.api.ops.impl.layers.recurrent org.nd4j.linalg.factory.ops -
-
Uses of LSTMWeights in org.nd4j.autodiff.samediff.ops
Methods in org.nd4j.autodiff.samediff.ops with parameters of type LSTMWeights 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 LSTMWeights in org.nd4j.linalg.api.ops.impl.layers.recurrent
Constructors in org.nd4j.linalg.api.ops.impl.layers.recurrent with parameters of type LSTMWeights 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 LSTMWeights in org.nd4j.linalg.factory.ops
Methods in org.nd4j.linalg.factory.ops with parameters of type LSTMWeights 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.
-