Uses of Class
org.deeplearning4j.nn.conf.inputs.InputType.Type
-
Packages that use InputType.Type Package Description org.deeplearning4j.nn.conf.inputs -
-
Uses of InputType.Type in org.deeplearning4j.nn.conf.inputs
Methods in org.deeplearning4j.nn.conf.inputs that return InputType.Type Modifier and Type Method Description abstract InputType.TypeInputType. getType()InputType.TypeInputType.InputTypeConvolutional. getType()InputType.TypeInputType.InputTypeConvolutional3D. getType()InputType.TypeInputType.InputTypeConvolutionalFlat. getType()InputType.TypeInputType.InputTypeFeedForward. getType()InputType.TypeInputType.InputTypeRecurrent. getType()static InputType.TypeInputType.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.
-