public abstract class BaseInputPreProcessor extends Object implements InputPreProcessor
Constructor and Description |
---|
BaseInputPreProcessor() |
Modifier and Type | Method and Description |
---|---|
BaseInputPreProcessor |
clone() |
org.nd4j.linalg.primitives.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 Object
public org.nd4j.linalg.primitives.Pair<org.nd4j.linalg.api.ndarray.INDArray,MaskState> feedForwardMaskArray(org.nd4j.linalg.api.ndarray.INDArray maskArray, MaskState currentMaskState, int minibatchSize)
feedForwardMaskArray
in interface InputPreProcessor
Copyright © 2017. All rights reserved.