public class PermutePreprocessor extends BaseInputPreProcessor
| Constructor and Description |
|---|
PermutePreprocessor(int[] permutationIndices) |
| Modifier and Type | Method and Description |
|---|---|
INDArray |
backprop(INDArray output,
int miniBatchSize,
LayerWorkspaceMgr workspaceMgr) |
InputType |
getOutputType(InputType inputType) |
INDArray |
preProcess(INDArray input,
int miniBatchSize,
LayerWorkspaceMgr workspaceMgr) |
clone, feedForwardMaskArraypublic INDArray preProcess(INDArray input, int miniBatchSize, LayerWorkspaceMgr workspaceMgr)
public INDArray backprop(INDArray output, int miniBatchSize, LayerWorkspaceMgr workspaceMgr)
public InputType getOutputType(InputType inputType) throws InvalidInputTypeException
InvalidInputTypeExceptionCopyright © 2018. All rights reserved.