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, wait
backprop, getOutputType, preProcess
public BaseInputPreProcessor clone()
clone
in interface InputPreProcessor
clone
in class Object
public Pair<INDArray,MaskState> feedForwardMaskArray(INDArray maskArray, MaskState currentMaskState, int minibatchSize)
feedForwardMaskArray
in interface InputPreProcessor
Copyright © 2021. All rights reserved.