public class LastTimeStep extends BaseWrapperLayer
Layer.Builder<T extends Layer.Builder<T>>
underlying
constraints, 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,
INDArray layerParamsView,
boolean initializeParams,
org.nd4j.linalg.api.buffer.DataType networkDataType) |
getGradientNormalization, getGradientNormalizationThreshold, getMemoryReport, getPreProcessorForInputType, getRegularizationByParam, initializer, isPretrainParam, setLayerName, setNIn
clone, getUpdaterByParam, initializeConstraints, resetLayerDefaultConfig, setDataType
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLayerName
public LastTimeStep(Layer underlying)
public Layer getUnderlying()
public Layer instantiate(NeuralNetConfiguration conf, Collection<TrainingListener> trainingListeners, int layerIndex, INDArray layerParamsView, boolean initializeParams, org.nd4j.linalg.api.buffer.DataType networkDataType)
instantiate
in class Layer
public InputType getOutputType(int layerIndex, InputType inputType)
Layer
getOutputType
in class BaseWrapperLayer
layerIndex
- Index of the layerinputType
- Type of input for the layerCopyright © 2019. All rights reserved.