| Package | Description |
|---|---|
| org.deeplearning4j.nn.conf.layers.recurrent |
| Modifier and Type | Method and Description |
|---|---|
static Bidirectional.Mode |
Bidirectional.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bidirectional.Mode[] |
Bidirectional.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Bidirectional.Builder |
Bidirectional.Builder.mode(Bidirectional.Mode mode) |
| Constructor and Description |
|---|
Bidirectional(Bidirectional.Mode mode,
Layer layer)
Create a Bidirectional wrapper for the specified layer
|
Copyright © 2018. All rights reserved.