public class TensorFlowCnnToFeedForwardPreProcessor extends CnnToFeedForwardPreProcessor
inputHeight, inputWidth, numChannels| Constructor and Description |
|---|
TensorFlowCnnToFeedForwardPreProcessor() |
TensorFlowCnnToFeedForwardPreProcessor(long inputHeight,
long inputWidth) |
TensorFlowCnnToFeedForwardPreProcessor(long inputHeight,
long inputWidth,
long numChannels) |
| Modifier and Type | Method and Description |
|---|---|
INDArray |
backprop(INDArray epsilons,
int miniBatchSize,
LayerWorkspaceMgr workspaceMgr) |
TensorFlowCnnToFeedForwardPreProcessor |
clone() |
INDArray |
preProcess(INDArray input,
int miniBatchSize,
LayerWorkspaceMgr workspaceMgr) |
canEqual, equals, feedForwardMaskArray, getInputHeight, getInputWidth, getNumChannels, getOutputType, hashCode, setInputHeight, setInputWidth, setNumChannels, toStringpublic TensorFlowCnnToFeedForwardPreProcessor(long inputHeight,
long inputWidth,
long numChannels)
public TensorFlowCnnToFeedForwardPreProcessor(long inputHeight,
long inputWidth)
public TensorFlowCnnToFeedForwardPreProcessor()
public INDArray preProcess(INDArray input, int miniBatchSize, LayerWorkspaceMgr workspaceMgr)
preProcess in interface InputPreProcessorpreProcess in class CnnToFeedForwardPreProcessorpublic INDArray backprop(INDArray epsilons, int miniBatchSize, LayerWorkspaceMgr workspaceMgr)
backprop in interface InputPreProcessorbackprop in class CnnToFeedForwardPreProcessorpublic TensorFlowCnnToFeedForwardPreProcessor clone()
clone in interface InputPreProcessorclone in class CnnToFeedForwardPreProcessorCopyright © 2018. All rights reserved.