public abstract class BaseInputPreProcessor extends Object implements InputPreProcessor
| Constructor and Description |
|---|
BaseInputPreProcessor() |
| Modifier and Type | Method and Description |
|---|---|
BaseInputPreProcessor |
clone() |
Pair<INDArray,MaskState> |
feedForwardMaskArray(INDArray maskArray,
MaskState currentMaskState,
int minibatchSize) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbackprop, getOutputType, preProcesspublic BaseInputPreProcessor clone()
clone in interface InputPreProcessorclone in class Objectpublic Pair<INDArray,MaskState> feedForwardMaskArray(INDArray maskArray, MaskState currentMaskState, int minibatchSize)
feedForwardMaskArray in interface InputPreProcessorCopyright © 2020. All rights reserved.