Class BaseInputPreProcessor
- java.lang.Object
-
- org.deeplearning4j.nn.conf.preprocessor.BaseInputPreProcessor
-
- All Implemented Interfaces:
Serializable,Cloneable,InputPreProcessor
- Direct Known Subclasses:
ComposableInputPreProcessor,KerasFlattenRnnPreprocessor,PermutePreprocessor,ReshapePreprocessor
public abstract class BaseInputPreProcessor extends Object implements InputPreProcessor
- Author:
- Adam Gibson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseInputPreProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseInputPreProcessorclone()Pair<INDArray,MaskState>feedForwardMaskArray(INDArray maskArray, MaskState currentMaskState, int minibatchSize)-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.deeplearning4j.nn.conf.InputPreProcessor
backprop, getOutputType, preProcess
-
-
-
-
Method Detail
-
clone
public BaseInputPreProcessor clone()
- Specified by:
clonein interfaceInputPreProcessor- Overrides:
clonein classObject
-
feedForwardMaskArray
public Pair<INDArray,MaskState> feedForwardMaskArray(INDArray maskArray, MaskState currentMaskState, int minibatchSize)
- Specified by:
feedForwardMaskArrayin interfaceInputPreProcessor
-
-