| Package | Description |
|---|---|
| org.deeplearning4j.nn.conf.layers |
| Modifier and Type | Field and Description |
|---|---|
protected SpaceToDepthLayer.DataFormat |
SpaceToDepthLayer.dataFormat |
protected SpaceToDepthLayer.DataFormat |
SpaceToDepthLayer.Builder.dataFormat
Data format for input activations.
|
| Modifier and Type | Method and Description |
|---|---|
static SpaceToDepthLayer.DataFormat |
SpaceToDepthLayer.DataFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceToDepthLayer.DataFormat[] |
SpaceToDepthLayer.DataFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
SpaceToDepthLayer.Builder.dataFormat(SpaceToDepthLayer.DataFormat dataFormat) |
| Constructor and Description |
|---|
Builder(int blockSize,
SpaceToDepthLayer.DataFormat dataFormat) |
Copyright © 2019. All rights reserved.