| Package | Description |
|---|---|
| org.nd4j.autodiff.samediff.ops | |
| org.nd4j.linalg.api.ops.impl.layers.recurrent |
| Modifier and Type | Method and Description |
|---|---|
GRUCellOutputs |
SDRNN.gru(SDVariable x,
SDVariable hLast,
GRUWeights weights)
|
GRUCellOutputs |
SDRNN.gru(String baseName,
SDVariable x,
SDVariable hLast,
GRUWeights weights)
The GRU cell.
|
| Constructor and Description |
|---|
GRUCell(SameDiff sameDiff,
SDVariable x,
SDVariable hLast,
GRUWeights weights) |
Copyright © 2019. All rights reserved.