Uses of Enum
org.tensorflow.proto.VariableAggregation
Packages that use VariableAggregation
-
Uses of VariableAggregation in org.tensorflow.proto
Subclasses with type arguments of type VariableAggregation in org.tensorflow.protoModifier and TypeClassDescriptionenumIndicates how a distributed variable will be aggregated.Methods in org.tensorflow.proto that return VariableAggregationModifier and TypeMethodDescriptionstatic VariableAggregationVariableAggregation.forNumber(int value) SavedObjectGraphOuterClass.SavedVariable.Builder.getAggregation().tensorflow.VariableAggregation aggregation = 5;SavedObjectGraphOuterClass.SavedVariable.getAggregation().tensorflow.VariableAggregation aggregation = 5;SavedObjectGraphOuterClass.SavedVariableOrBuilder.getAggregation().tensorflow.VariableAggregation aggregation = 5;VariableDef.Builder.getAggregation()Indicates how a distributed variable will be aggregated.VariableDef.getAggregation()Indicates how a distributed variable will be aggregated.VariableDefOrBuilder.getAggregation()Indicates how a distributed variable will be aggregated.static VariableAggregationVariableAggregation.valueOf(int value) Deprecated.static VariableAggregationVariableAggregation.valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static VariableAggregationReturns the enum constant of this type with the specified name.static VariableAggregation[]VariableAggregation.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 VariableAggregationMethods in org.tensorflow.proto with parameters of type VariableAggregationModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.SavedVariable.Builder.setAggregation(VariableAggregation value) .tensorflow.VariableAggregation aggregation = 5;VariableDef.Builder.setAggregation(VariableAggregation value) Indicates how a distributed variable will be aggregated.