Uses of Class
org.nd4j.linalg.api.ops.impl.layers.recurrent.weights.GRUWeights
-
Packages that use GRUWeights Package Description org.nd4j.autodiff.samediff.ops org.nd4j.linalg.api.ops.impl.layers.recurrent org.nd4j.linalg.factory.ops -
-
Uses of GRUWeights in org.nd4j.autodiff.samediff.ops
Methods in org.nd4j.autodiff.samediff.ops with parameters of type GRUWeights Modifier and Type Method Description SDVariable[]SDRNN. gruCell(String[] names, SDVariable x, SDVariable hLast, GRUWeights GRUWeights)The GRU cell.SDVariable[]SDRNN. gruCell(SDVariable x, SDVariable hLast, GRUWeights GRUWeights)The GRU cell. -
Uses of GRUWeights in org.nd4j.linalg.api.ops.impl.layers.recurrent
Constructors in org.nd4j.linalg.api.ops.impl.layers.recurrent with parameters of type GRUWeights Constructor Description GRUCell(SameDiff sameDiff, SDVariable x, SDVariable hLast, GRUWeights weights)GRUCell(INDArray x, INDArray hLast, GRUWeights gruWeights) -
Uses of GRUWeights in org.nd4j.linalg.factory.ops
Methods in org.nd4j.linalg.factory.ops with parameters of type GRUWeights Modifier and Type Method Description INDArray[]NDRNN. gruCell(INDArray x, INDArray hLast, GRUWeights GRUWeights)The GRU cell.
-