SavedConstant.Builder

public static final class SavedConstant.Builder

Protobuf type tensorflow.SavedConstant

Public Methods

SavedConstant.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SavedConstant
build()
SavedConstant
SavedConstant.Builder
clear()
SavedConstant.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
SavedConstant.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
SavedConstant.Builder
clearOperation()
 An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
SavedConstant.Builder
clone()
SavedConstant
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
String
getOperation()
 An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
com.google.protobuf.ByteString
getOperationBytes()
 An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
final boolean
SavedConstant.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedConstant.Builder
mergeFrom(com.google.protobuf.Message other)
final SavedConstant.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
SavedConstant.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SavedConstant.Builder
setOperation(String value)
 An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
SavedConstant.Builder
setOperationBytes(com.google.protobuf.ByteString value)
 An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
SavedConstant.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
final SavedConstant.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
org.tensorflow.proto.framework.SavedConstantOrBuilder
abstract String
getOperation()
 An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
abstract com.google.protobuf.ByteString
getOperationBytes()
 An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.

Public Methods

public SavedConstant.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public SavedConstant build ()

public SavedConstant buildPartial ()

public SavedConstant.Builder clear ()

public SavedConstant.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)

public SavedConstant.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public SavedConstant.Builder clearOperation ()

 An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
 
string operation = 1;

public SavedConstant.Builder clone ()

public SavedConstant getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public String getOperation ()

 An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
 
string operation = 1;

public com.google.protobuf.ByteString getOperationBytes ()

 An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
 
string operation = 1;

public final boolean isInitialized ()

public SavedConstant.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public SavedConstant.Builder mergeFrom (com.google.protobuf.Message other)

public final SavedConstant.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public SavedConstant.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public SavedConstant.Builder setOperation (String value)

 An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
 
string operation = 1;

public SavedConstant.Builder setOperationBytes (com.google.protobuf.ByteString value)

 An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
 
string operation = 1;

public SavedConstant.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)

public final SavedConstant.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)