public class Bidirectional extends LayerSpace<org.deeplearning4j.nn.conf.layers.Layer>
nn.conf.layers.recurrent.Bidirectional wraps a DL4J layerLayerSpace.Builder<T>| Modifier and Type | Field and Description |
|---|---|
protected LayerSpace<?> |
layerSpace |
dropOut, numParameters| Constructor and Description |
|---|
Bidirectional(LayerSpace<?> layerSpace) |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterSpace> |
collectLeaves() |
org.deeplearning4j.nn.conf.layers.Layer |
getValue(double[] parameterValues) |
boolean |
isLeaf() |
int |
numParameters() |
void |
setIndices(int... indices) |
setLayerOptionsBuilder, toString, toStringgetNestedSpacesprotected LayerSpace<?> layerSpace
public Bidirectional(LayerSpace<?> layerSpace)
public org.deeplearning4j.nn.conf.layers.Layer getValue(double[] parameterValues)
public int numParameters()
numParameters in interface ParameterSpace<org.deeplearning4j.nn.conf.layers.Layer>numParameters in class LayerSpace<org.deeplearning4j.nn.conf.layers.Layer>public List<ParameterSpace> collectLeaves()
collectLeaves in interface ParameterSpace<org.deeplearning4j.nn.conf.layers.Layer>collectLeaves in class LayerSpace<org.deeplearning4j.nn.conf.layers.Layer>public boolean isLeaf()
isLeaf in interface ParameterSpace<org.deeplearning4j.nn.conf.layers.Layer>isLeaf in class LayerSpace<org.deeplearning4j.nn.conf.layers.Layer>public void setIndices(int... indices)
setIndices in interface ParameterSpace<org.deeplearning4j.nn.conf.layers.Layer>setIndices in class LayerSpace<org.deeplearning4j.nn.conf.layers.Layer>Copyright © 2020. All rights reserved.