| Package | Description |
|---|---|
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
GRUBlockCell.create(Scope scope,
Operand<T> x,
Operand<T> hPrev,
Operand<T> wRu,
Operand<T> wC,
Operand<T> bRu,
Operand<T> bC)
Factory method to create a class wrapping a new GRUBlockCell operation.
|
Copyright © 2015–2019. All rights reserved.