Uses of Enum
org.tensorflow.proto.VariableSynchronization
Packages that use VariableSynchronization
-
Uses of VariableSynchronization in org.tensorflow.proto
Subclasses with type arguments of type VariableSynchronization in org.tensorflow.protoModifier and TypeClassDescriptionenumIndicates when a distributed variable will be synced.Methods in org.tensorflow.proto that return VariableSynchronizationModifier and TypeMethodDescriptionstatic VariableSynchronizationVariableSynchronization.forNumber(int value) SavedObjectGraphOuterClass.SavedVariable.Builder.getSynchronization().tensorflow.VariableSynchronization synchronization = 4;SavedObjectGraphOuterClass.SavedVariable.getSynchronization().tensorflow.VariableSynchronization synchronization = 4;SavedObjectGraphOuterClass.SavedVariableOrBuilder.getSynchronization().tensorflow.VariableSynchronization synchronization = 4;VariableDef.Builder.getSynchronization()Indicates when a distributed variable will be synced.VariableDef.getSynchronization()Indicates when a distributed variable will be synced.VariableDefOrBuilder.getSynchronization()Indicates when a distributed variable will be synced.static VariableSynchronizationVariableSynchronization.valueOf(int value) Deprecated.static VariableSynchronizationVariableSynchronization.valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static VariableSynchronizationReturns the enum constant of this type with the specified name.static VariableSynchronization[]VariableSynchronization.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tensorflow.proto that return types with arguments of type VariableSynchronizationMethods in org.tensorflow.proto with parameters of type VariableSynchronizationModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.SavedVariable.Builder.setSynchronization(VariableSynchronization value) .tensorflow.VariableSynchronization synchronization = 4;VariableDef.Builder.setSynchronization(VariableSynchronization value) Indicates when a distributed variable will be synced.