public abstract class BaseUpsamplingLayer extends NoParamLayer
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BaseUpsamplingLayer.UpsamplingBuilder<T extends BaseUpsamplingLayer.UpsamplingBuilder<T>> |
Layer.Builder<T extends Layer.Builder<T>>| Modifier and Type | Field and Description |
|---|---|
protected int[] |
size |
constraints, iDropout, layerName| Modifier | Constructor and Description |
|---|---|
protected |
BaseUpsamplingLayer(BaseUpsamplingLayer.UpsamplingBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
BaseUpsamplingLayer |
clone() |
InputPreProcessor |
getPreProcessorForInputType(InputType inputType)
For the given type of input to this layer, what preprocessor (if any) is required?
Returns null if no preprocessor is required, otherwise returns an appropriate InputPreProcessor for this layer, such as a CnnToFeedForwardPreProcessor |
getGradientNormalization, getGradientNormalizationThreshold, getRegularizationByParam, initializer, isPretrainParam, setNIngetMemoryReport, getOutputType, getUpdaterByParam, initializeConstraints, instantiate, resetLayerDefaultConfig, setDataTypeequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLayerNameprotected BaseUpsamplingLayer(BaseUpsamplingLayer.UpsamplingBuilder builder)
public BaseUpsamplingLayer clone()
public InputPreProcessor getPreProcessorForInputType(InputType inputType)
LayerInputPreProcessor for this layer, such as a CnnToFeedForwardPreProcessorgetPreProcessorForInputType in class LayerinputType - InputType to this layerCopyright © 2019. All rights reserved.