Uses of Enum Class
org.tensorflow.framework.VariableSynchronization
Packages that use VariableSynchronization
-
Uses of VariableSynchronization in org.tensorflow.framework
Methods in org.tensorflow.framework that return VariableSynchronizationModifier and TypeMethodDescriptionstatic VariableSynchronizationVariableSynchronization.forNumber(int value) 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(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static VariableSynchronizationReturns the enum constant of this class with the specified name.static VariableSynchronization[]VariableSynchronization.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tensorflow.framework that return types with arguments of type VariableSynchronizationModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<VariableSynchronization> VariableSynchronization.internalGetValueMap()Methods in org.tensorflow.framework with parameters of type VariableSynchronizationModifier and TypeMethodDescriptionVariableDef.Builder.setSynchronization(VariableSynchronization value) Indicates when a distributed variable will be synced. -
Uses of VariableSynchronization in tensorflow
Methods in tensorflow that return VariableSynchronizationModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.SavedVariable.Builder.getSynchronization().tensorflow.VariableSynchronization synchronization = 4;SavedObjectGraphOuterClass.SavedVariable.getSynchronization().tensorflow.VariableSynchronization synchronization = 4;SavedObjectGraphOuterClass.SavedVariableOrBuilder.getSynchronization().tensorflow.VariableSynchronization synchronization = 4;Methods in tensorflow with parameters of type VariableSynchronizationModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.SavedVariable.Builder.setSynchronization(VariableSynchronization value) .tensorflow.VariableSynchronization synchronization = 4;