Package | Description |
---|---|
deepnetts.net.layers |
Neural network layers, which are main building blocks of a neural network.
|
Modifier and Type | Method and Description |
---|---|
static LayerType |
LayerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LayerType[] |
LayerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.