public abstract class BaseInputPreProcessor extends java.lang.Object implements InputPreProcessor
Constructor and Description |
---|
BaseInputPreProcessor() |
Modifier and Type | Method and Description |
---|---|
BaseInputPreProcessor |
clone() |
Pair<org.nd4j.linalg.api.ndarray.INDArray,MaskState> |
feedForwardMaskArray(org.nd4j.linalg.api.ndarray.INDArray maskArray,
MaskState currentMaskState,
int minibatchSize) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
backprop, getOutputType, preProcess
public BaseInputPreProcessor clone()
clone
in interface InputPreProcessor
clone
in class java.lang.Object
public Pair<org.nd4j.linalg.api.ndarray.INDArray,MaskState> feedForwardMaskArray(org.nd4j.linalg.api.ndarray.INDArray maskArray, MaskState currentMaskState, int minibatchSize)
feedForwardMaskArray
in interface InputPreProcessor