Uses of Class
org.nd4j.linalg.api.ops.impl.layers.recurrent.weights.SRUWeights
-
Packages that use SRUWeights Package Description org.nd4j.autodiff.samediff.ops org.nd4j.linalg.api.ops.impl.layers.recurrent org.nd4j.linalg.factory.ops -
-
Uses of SRUWeights in org.nd4j.autodiff.samediff.ops
Methods in org.nd4j.autodiff.samediff.ops with parameters of type SRUWeights Modifier and Type Method Description SDVariableSDRNN. sru(String name, SDVariable x, SDVariable initialC, SDVariable mask, SRUWeights SRUWeights)The SRU layer.SDVariableSDRNN. sru(String name, SDVariable x, SDVariable initialC, SRUWeights SRUWeights)The SRU layer.SDVariableSDRNN. sru(SDVariable x, SDVariable initialC, SDVariable mask, SRUWeights SRUWeights)The SRU layer.SDVariableSDRNN. sru(SDVariable x, SDVariable initialC, SRUWeights SRUWeights)The SRU layer.SDVariableSDRNN. sruCell(String name, SDVariable x, SDVariable cLast, SRUWeights SRUWeights)The SRU layer.SDVariableSDRNN. sruCell(SDVariable x, SDVariable cLast, SRUWeights SRUWeights)The SRU layer. -
Uses of SRUWeights in org.nd4j.linalg.api.ops.impl.layers.recurrent
Constructors in org.nd4j.linalg.api.ops.impl.layers.recurrent with parameters of type SRUWeights Constructor Description SRU(@NonNull SameDiff sameDiff, @NonNull SDVariable x, @NonNull SDVariable initialC, SDVariable mask, @NonNull SRUWeights weights)SRU(INDArray x, INDArray initialC, INDArray mask, SRUWeights sruWeights)SRU(INDArray x, INDArray initialC, SRUWeights sruWeights)SRUCell(SameDiff sameDiff, SDVariable x, SDVariable cLast, SRUWeights weights)SRUCell(INDArray x, INDArray cLast, SRUWeights sruWeights) -
Uses of SRUWeights in org.nd4j.linalg.factory.ops
Methods in org.nd4j.linalg.factory.ops with parameters of type SRUWeights Modifier and Type Method Description INDArrayNDRNN. sru(INDArray x, INDArray initialC, INDArray mask, SRUWeights SRUWeights)The SRU layer.INDArrayNDRNN. sru(INDArray x, INDArray initialC, SRUWeights SRUWeights)The SRU layer.INDArrayNDRNN. sruCell(INDArray x, INDArray cLast, SRUWeights SRUWeights)The SRU layer.
-