Uses of Enum Class
org.tensorflow.framework.VariableAggregation
Packages that use VariableAggregation
-
Uses of VariableAggregation in org.tensorflow.framework
Methods in org.tensorflow.framework that return VariableAggregationModifier and TypeMethodDescriptionstatic VariableAggregationVariableAggregation.forNumber(int value) 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(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static VariableAggregationReturns the enum constant of this class with the specified name.static VariableAggregation[]VariableAggregation.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 VariableAggregationModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<VariableAggregation> VariableAggregation.internalGetValueMap()Methods in org.tensorflow.framework with parameters of type VariableAggregationModifier and TypeMethodDescriptionVariableDef.Builder.setAggregation(VariableAggregation value) Indicates how a distributed variable will be aggregated. -
Uses of VariableAggregation in tensorflow
Methods in tensorflow that return VariableAggregationModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.SavedVariable.Builder.getAggregation().tensorflow.VariableAggregation aggregation = 5;SavedObjectGraphOuterClass.SavedVariable.getAggregation().tensorflow.VariableAggregation aggregation = 5;SavedObjectGraphOuterClass.SavedVariableOrBuilder.getAggregation().tensorflow.VariableAggregation aggregation = 5;Methods in tensorflow with parameters of type VariableAggregationModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.SavedVariable.Builder.setAggregation(VariableAggregation value) .tensorflow.VariableAggregation aggregation = 5;