Uses of Class
org.tensorflow.proto.VariableDef.Builder
Packages that use VariableDef.Builder
-
Uses of VariableDef.Builder in org.tensorflow.proto
Subclasses with type arguments of type VariableDef.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtocol buffer representing a Variable.Methods in org.tensorflow.proto that return VariableDef.BuilderModifier and TypeMethodDescriptionVariableDef.Builder.clear()VariableDef.Builder.clearAggregation()Indicates how a distributed variable will be aggregated.VariableDef.Builder.clearInitializerName()Name of the initializer op.VariableDef.Builder.clearInitialValueName()Name of the tensor holding the variable's initial value.VariableDef.Builder.clearIsResource()Whether to represent this as a ResourceVariable.VariableDef.Builder.clearSaveSliceInfoDef()Support for saving variables as slices of a larger variable.VariableDef.Builder.clearSnapshotName()Name of the snapshot tensor.VariableDef.Builder.clearSynchronization()Indicates when a distributed variable will be synced.VariableDef.Builder.clearTrainable()Whether this variable should be trained.VariableDef.Builder.clearVariableName()Name of the variable tensor.VariableDef.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) VariableDef.Builder.mergeFrom(VariableDef other) VariableDef.Builder.mergeSaveSliceInfoDef(SaveSliceInfoDef value) Support for saving variables as slices of a larger variable.static VariableDef.BuilderVariableDef.newBuilder()static VariableDef.BuilderVariableDef.newBuilder(VariableDef prototype) VariableDef.newBuilderForType()protected VariableDef.BuilderVariableDef.newBuilderForType(AbstractMessage.BuilderParent parent) VariableDef.Builder.setAggregation(VariableAggregation value) Indicates how a distributed variable will be aggregated.VariableDef.Builder.setAggregationValue(int value) Indicates how a distributed variable will be aggregated.VariableDef.Builder.setInitializerName(String value) Name of the initializer op.VariableDef.Builder.setInitializerNameBytes(ByteString value) Name of the initializer op.VariableDef.Builder.setInitialValueName(String value) Name of the tensor holding the variable's initial value.VariableDef.Builder.setInitialValueNameBytes(ByteString value) Name of the tensor holding the variable's initial value.VariableDef.Builder.setIsResource(boolean value) Whether to represent this as a ResourceVariable.VariableDef.Builder.setSaveSliceInfoDef(SaveSliceInfoDef value) Support for saving variables as slices of a larger variable.VariableDef.Builder.setSaveSliceInfoDef(SaveSliceInfoDef.Builder builderForValue) Support for saving variables as slices of a larger variable.VariableDef.Builder.setSnapshotName(String value) Name of the snapshot tensor.VariableDef.Builder.setSnapshotNameBytes(ByteString value) Name of the snapshot tensor.VariableDef.Builder.setSynchronization(VariableSynchronization value) Indicates when a distributed variable will be synced.VariableDef.Builder.setSynchronizationValue(int value) Indicates when a distributed variable will be synced.VariableDef.Builder.setTrainable(boolean value) Whether this variable should be trained.VariableDef.Builder.setVariableName(String value) Name of the variable tensor.VariableDef.Builder.setVariableNameBytes(ByteString value) Name of the variable tensor.VariableDef.toBuilder()