| Package | Description |
|---|---|
| org.deeplearning4j.nn.conf.inputs |
| Modifier and Type | Method and Description |
|---|---|
abstract InputType.Type |
InputType.getType() |
InputType.Type |
InputType.InputTypeFeedForward.getType() |
InputType.Type |
InputType.InputTypeRecurrent.getType() |
InputType.Type |
InputType.InputTypeConvolutional.getType() |
InputType.Type |
InputType.InputTypeConvolutional3D.getType() |
InputType.Type |
InputType.InputTypeConvolutionalFlat.getType() |
static InputType.Type |
InputType.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputType.Type[] |
InputType.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.