@Deprecated public class TensorFlowCnnToFeedForwardPreProcessor extends CnnToFeedForwardPreProcessor
format, inputHeight, inputWidth, numChannels| Constructor and Description |
|---|
TensorFlowCnnToFeedForwardPreProcessor()
Deprecated.
|
TensorFlowCnnToFeedForwardPreProcessor(long inputHeight,
long inputWidth)
Deprecated.
|
TensorFlowCnnToFeedForwardPreProcessor(long inputHeight,
long inputWidth,
long numChannels)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
INDArray |
backprop(INDArray epsilons,
int miniBatchSize,
LayerWorkspaceMgr workspaceMgr)
Deprecated.
|
TensorFlowCnnToFeedForwardPreProcessor |
clone()
Deprecated.
|
INDArray |
preProcess(INDArray input,
int miniBatchSize,
LayerWorkspaceMgr workspaceMgr)
Deprecated.
|
canEqual, equals, feedForwardMaskArray, getFormat, getInputHeight, getInputWidth, getNumChannels, getOutputType, hashCode, setFormat, setInputHeight, setInputWidth, setNumChannels, toString@Deprecated public TensorFlowCnnToFeedForwardPreProcessor(long inputHeight, long inputWidth, long numChannels)
@Deprecated public TensorFlowCnnToFeedForwardPreProcessor(long inputHeight, long inputWidth)
@Deprecated 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 © 2021. All rights reserved.