public static class BaseNetworkSpace.LayerConf extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
duplicateConfig |
protected String[] |
inputs |
protected String |
layerName |
protected LayerSpace<?> |
layerSpace |
protected ParameterSpace<Integer> |
numLayers |
protected org.deeplearning4j.nn.conf.InputPreProcessor |
preProcessor |
| Constructor and Description |
|---|
LayerConf() |
protected LayerSpace<?> layerSpace
protected String layerName
protected String[] inputs
protected ParameterSpace<Integer> numLayers
protected boolean duplicateConfig
protected org.deeplearning4j.nn.conf.InputPreProcessor preProcessor
Copyright © 2020. All rights reserved.