BoundedTensorSpecProto.Builder

public static final class BoundedTensorSpecProto.Builder

 A protobuf to represent tf.BoundedTensorSpec.
 
Protobuf type tensorflow.BoundedTensorSpecProto

Public Methods

BoundedTensorSpecProto.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
BoundedTensorSpecProto
BoundedTensorSpecProto
BoundedTensorSpecProto.Builder
BoundedTensorSpecProto.Builder
clearDtype ()
.tensorflow.DataType dtype = 3;
BoundedTensorSpecProto.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor field)
BoundedTensorSpecProto.Builder
clearMaximum ()
.tensorflow.TensorProto maximum = 5;
BoundedTensorSpecProto.Builder
clearMinimum ()
.tensorflow.TensorProto minimum = 4;
BoundedTensorSpecProto.Builder
clearName ()
string name = 1;
BoundedTensorSpecProto.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
BoundedTensorSpecProto.Builder
clearShape ()
.tensorflow.TensorShapeProto shape = 2;
BoundedTensorSpecProto.Builder
BoundedTensorSpecProto
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
DataType
getDtype ()
.tensorflow.DataType dtype = 3;
int
getDtypeValue ()
.tensorflow.DataType dtype = 3;
TensorProto
getMaximum ()
.tensorflow.TensorProto maximum = 5;
TensorProto.Builder
getMaximumBuilder ()
.tensorflow.TensorProto maximum = 5;
TensorProtoOrBuilder
getMaximumOrBuilder ()
.tensorflow.TensorProto maximum = 5;
TensorProto
getMinimum ()
.tensorflow.TensorProto minimum = 4;
TensorProto.Builder
getMinimumBuilder ()
.tensorflow.TensorProto minimum = 4;
TensorProtoOrBuilder
getMinimumOrBuilder ()
.tensorflow.TensorProto minimum = 4;
String
getName ()
string name = 1;
com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
TensorShapeProto
getShape ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProto.Builder
getShapeBuilder ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
boolean
hasMaximum ()
.tensorflow.TensorProto maximum = 5;
boolean
hasMinimum ()
.tensorflow.TensorProto minimum = 4;
boolean
hasShape ()
.tensorflow.TensorShapeProto shape = 2;
final boolean
BoundedTensorSpecProto.Builder
mergeFrom (com.google.protobuf.Message other)
BoundedTensorSpecProto.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
BoundedTensorSpecProto.Builder
mergeMaximum ( TensorProto value)
.tensorflow.TensorProto maximum = 5;
BoundedTensorSpecProto.Builder
mergeMinimum ( TensorProto value)
.tensorflow.TensorProto minimum = 4;
BoundedTensorSpecProto.Builder
mergeShape ( TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 2;
final BoundedTensorSpecProto.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
BoundedTensorSpecProto.Builder
setDtype ( DataType value)
.tensorflow.DataType dtype = 3;
BoundedTensorSpecProto.Builder
setDtypeValue (int value)
.tensorflow.DataType dtype = 3;
BoundedTensorSpecProto.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
BoundedTensorSpecProto.Builder
setMaximum ( TensorProto.Builder builderForValue)
.tensorflow.TensorProto maximum = 5;
BoundedTensorSpecProto.Builder
setMaximum ( TensorProto value)
.tensorflow.TensorProto maximum = 5;
BoundedTensorSpecProto.Builder
setMinimum ( TensorProto value)
.tensorflow.TensorProto minimum = 4;
BoundedTensorSpecProto.Builder
setMinimum ( TensorProto.Builder builderForValue)
.tensorflow.TensorProto minimum = 4;
BoundedTensorSpecProto.Builder
setName (String value)
string name = 1;
BoundedTensorSpecProto.Builder
setNameBytes (com.google.protobuf.ByteString value)
string name = 1;
BoundedTensorSpecProto.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
BoundedTensorSpecProto.Builder
setShape ( TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 2;
BoundedTensorSpecProto.Builder
setShape ( TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto shape = 2;
final BoundedTensorSpecProto.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Inherited Methods

Public Methods

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

public BoundedTensorSpecProto build ()

public BoundedTensorSpecProto buildPartial ()

public BoundedTensorSpecProto.Builder clearDtype ()

.tensorflow.DataType dtype = 3;

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

public BoundedTensorSpecProto.Builder clearMaximum ()

.tensorflow.TensorProto maximum = 5;

public BoundedTensorSpecProto.Builder clearMinimum ()

.tensorflow.TensorProto minimum = 4;

public BoundedTensorSpecProto.Builder clearName ()

string name = 1;

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

public BoundedTensorSpecProto.Builder clearShape ()

.tensorflow.TensorShapeProto shape = 2;

public BoundedTensorSpecProto getDefaultInstanceForType ()

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

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

public DataType getDtype ()

.tensorflow.DataType dtype = 3;

public int getDtypeValue ()

.tensorflow.DataType dtype = 3;

public TensorProto getMaximum ()

.tensorflow.TensorProto maximum = 5;

public TensorProto.Builder getMaximumBuilder ()

.tensorflow.TensorProto maximum = 5;

public TensorProtoOrBuilder getMaximumOrBuilder ()

.tensorflow.TensorProto maximum = 5;

public TensorProto getMinimum ()

.tensorflow.TensorProto minimum = 4;

public TensorProto.Builder getMinimumBuilder ()

.tensorflow.TensorProto minimum = 4;

public TensorProtoOrBuilder getMinimumOrBuilder ()

.tensorflow.TensorProto minimum = 4;

public String getName ()

string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

string name = 1;

public TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProto.Builder getShapeBuilder ()

.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

public boolean hasMaximum ()

.tensorflow.TensorProto maximum = 5;

public boolean hasMinimum ()

.tensorflow.TensorProto minimum = 4;

public boolean hasShape ()

.tensorflow.TensorShapeProto shape = 2;

public final boolean isInitialized ()

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

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

Throws
IOException

public BoundedTensorSpecProto.Builder mergeMaximum ( TensorProto value)

.tensorflow.TensorProto maximum = 5;

public BoundedTensorSpecProto.Builder mergeMinimum ( TensorProto value)

.tensorflow.TensorProto minimum = 4;

public BoundedTensorSpecProto.Builder mergeShape ( TensorShapeProto value)

.tensorflow.TensorShapeProto shape = 2;

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

public BoundedTensorSpecProto.Builder setDtype ( DataType value)

.tensorflow.DataType dtype = 3;

public BoundedTensorSpecProto.Builder setDtypeValue (int value)

.tensorflow.DataType dtype = 3;

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

public BoundedTensorSpecProto.Builder setMaximum ( TensorProto.Builder builderForValue)

.tensorflow.TensorProto maximum = 5;

public BoundedTensorSpecProto.Builder setMaximum ( TensorProto value)

.tensorflow.TensorProto maximum = 5;

public BoundedTensorSpecProto.Builder setMinimum ( TensorProto value)

.tensorflow.TensorProto minimum = 4;

public BoundedTensorSpecProto.Builder setMinimum ( TensorProto.Builder builderForValue)

.tensorflow.TensorProto minimum = 4;

public BoundedTensorSpecProto.Builder setName (String value)

string name = 1;

public BoundedTensorSpecProto.Builder setNameBytes (com.google.protobuf.ByteString value)

string name = 1;

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

public BoundedTensorSpecProto.Builder setShape ( TensorShapeProto value)

.tensorflow.TensorShapeProto shape = 2;

public BoundedTensorSpecProto.Builder setShape ( TensorShapeProto.Builder builderForValue)

.tensorflow.TensorShapeProto shape = 2;

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