Package | Description |
---|---|
org.tensorflow.framework | |
tensorflow |
Modifier and Type | Method and Description |
---|---|
static VariableAggregation |
VariableAggregation.forNumber(int value) |
VariableAggregation |
VariableDef.getAggregation()
Indicates how a distributed variable will be aggregated.
|
VariableAggregation |
VariableDef.Builder.getAggregation()
Indicates how a distributed variable will be aggregated.
|
VariableAggregation |
VariableDefOrBuilder.getAggregation()
Indicates how a distributed variable will be aggregated.
|
static VariableAggregation |
VariableAggregation.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static VariableAggregation |
VariableAggregation.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static VariableAggregation |
VariableAggregation.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<VariableAggregation> |
VariableAggregation.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
VariableDef.Builder |
VariableDef.Builder.setAggregation(VariableAggregation value)
Indicates how a distributed variable will be aggregated.
|
Modifier and Type | Method and Description |
---|---|
VariableAggregation |
SavedObjectGraphOuterClass.SavedVariableOrBuilder.getAggregation()
.tensorflow.VariableAggregation aggregation = 5; |
VariableAggregation |
SavedObjectGraphOuterClass.SavedVariable.getAggregation()
.tensorflow.VariableAggregation aggregation = 5; |
VariableAggregation |
SavedObjectGraphOuterClass.SavedVariable.Builder.getAggregation()
.tensorflow.VariableAggregation aggregation = 5; |
Modifier and Type | Method and Description |
---|---|
SavedObjectGraphOuterClass.SavedVariable.Builder |
SavedObjectGraphOuterClass.SavedVariable.Builder.setAggregation(VariableAggregation value)
.tensorflow.VariableAggregation aggregation = 5; |
Copyright © 2015–2019. All rights reserved.