public class KerasFlattenRnnPreprocessor extends BaseInputPreProcessor
| Constructor and Description |
|---|
KerasFlattenRnnPreprocessor(long depth,
long tsLength) |
| Modifier and Type | Method and Description |
|---|---|
INDArray |
backprop(INDArray epsilons,
int miniBatchSize,
LayerWorkspaceMgr workspaceMgr) |
KerasFlattenRnnPreprocessor |
clone() |
InputType |
getOutputType(InputType inputType) |
INDArray |
preProcess(INDArray input,
int miniBatchSize,
LayerWorkspaceMgr workspaceMgr) |
feedForwardMaskArraypublic KerasFlattenRnnPreprocessor(long depth,
long tsLength)
public INDArray preProcess(INDArray input, int miniBatchSize, LayerWorkspaceMgr workspaceMgr)
public INDArray backprop(INDArray epsilons, int miniBatchSize, LayerWorkspaceMgr workspaceMgr)
public KerasFlattenRnnPreprocessor clone()
clone in interface InputPreProcessorclone in class BaseInputPreProcessorpublic InputType getOutputType(InputType inputType) throws InvalidInputTypeException
InvalidInputTypeExceptionCopyright © 2018. All rights reserved.