public class LastTimeStep extends BaseWrapperLayer
Layer.Builder<T extends Layer.Builder<T>>underlyingconstraints, iDropout, layerName| Constructor and Description |
|---|
LastTimeStep(Layer underlying) |
| Modifier and Type | Method and Description |
|---|---|
InputType |
getOutputType(int layerIndex,
InputType inputType)
For a given type of input to this layer, what is the type of the output?
|
Layer |
getUnderlying() |
Layer |
instantiate(NeuralNetConfiguration conf,
Collection<TrainingListener> trainingListeners,
int layerIndex,
org.nd4j.linalg.api.ndarray.INDArray layerParamsView,
boolean initializeParams) |
getL1ByParam, getL2ByParam, getMemoryReport, getPreProcessorForInputType, initializer, isPretrainParam, setNInclone, getUpdaterByParam, initializeConstraints, resetLayerDefaultConfigpublic LastTimeStep(Layer underlying)
public Layer getUnderlying()
public Layer instantiate(NeuralNetConfiguration conf, Collection<TrainingListener> trainingListeners, int layerIndex, org.nd4j.linalg.api.ndarray.INDArray layerParamsView, boolean initializeParams)
instantiate in class Layerpublic InputType getOutputType(int layerIndex, InputType inputType)
LayergetOutputType in class BaseWrapperLayerlayerIndex - Index of the layerinputType - Type of input for the layerCopyright © 2018. All rights reserved.