Uses of Class
org.nd4j.parameterserver.ParameterServerSubscriber.UpdateType
-
Packages that use ParameterServerSubscriber.UpdateType Package Description org.nd4j.parameterserver -
-
Uses of ParameterServerSubscriber.UpdateType in org.nd4j.parameterserver
Methods in org.nd4j.parameterserver that return ParameterServerSubscriber.UpdateType Modifier and Type Method Description static ParameterServerSubscriber.UpdateTypeParameterServerSubscriber.UpdateType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParameterServerSubscriber.UpdateType[]ParameterServerSubscriber.UpdateType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-