FixedLenFeatureProto.Builder

public static final class FixedLenFeatureProto.Builder

Protobuf type tensorflow.FixedLenFeatureProto

Public Methods

FixedLenFeatureProto.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
FixedLenFeatureProto
build()
FixedLenFeatureProto
FixedLenFeatureProto.Builder
clear()
FixedLenFeatureProto.Builder
clearDefaultValue()
.tensorflow.TensorProto default_value = 3;
FixedLenFeatureProto.Builder
clearDtype()
.tensorflow.DataType dtype = 1;
FixedLenFeatureProto.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
FixedLenFeatureProto.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
FixedLenFeatureProto.Builder
clearShape()
.tensorflow.TensorShapeProto shape = 2;
FixedLenFeatureProto.Builder
clearValuesOutputTensorName()
string values_output_tensor_name = 4;
FixedLenFeatureProto.Builder
clone()
FixedLenFeatureProto
TensorProto
getDefaultValue()
.tensorflow.TensorProto default_value = 3;
TensorProto.Builder
getDefaultValueBuilder()
.tensorflow.TensorProto default_value = 3;
TensorProtoOrBuilder
getDefaultValueOrBuilder()
.tensorflow.TensorProto default_value = 3;
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
DataType
getDtype()
.tensorflow.DataType dtype = 1;
int
getDtypeValue()
.tensorflow.DataType dtype = 1;
TensorShapeProto
getShape()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProto.Builder
getShapeBuilder()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 2;
String
getValuesOutputTensorName()
string values_output_tensor_name = 4;
com.google.protobuf.ByteString
getValuesOutputTensorNameBytes()
string values_output_tensor_name = 4;
boolean
hasDefaultValue()
.tensorflow.TensorProto default_value = 3;
boolean
hasShape()
.tensorflow.TensorShapeProto shape = 2;
final boolean
FixedLenFeatureProto.Builder
mergeDefaultValue(TensorProto value)
.tensorflow.TensorProto default_value = 3;
FixedLenFeatureProto.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FixedLenFeatureProto.Builder
mergeFrom(com.google.protobuf.Message other)
FixedLenFeatureProto.Builder
mergeShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 2;
final FixedLenFeatureProto.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
FixedLenFeatureProto.Builder
setDefaultValue(TensorProto value)
.tensorflow.TensorProto default_value = 3;
FixedLenFeatureProto.Builder
setDefaultValue(TensorProto.Builder builderForValue)
.tensorflow.TensorProto default_value = 3;
FixedLenFeatureProto.Builder
setDtype(DataType value)
.tensorflow.DataType dtype = 1;
FixedLenFeatureProto.Builder
setDtypeValue(int value)
.tensorflow.DataType dtype = 1;
FixedLenFeatureProto.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
FixedLenFeatureProto.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
FixedLenFeatureProto.Builder
setShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 2;
FixedLenFeatureProto.Builder
setShape(TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto shape = 2;
final FixedLenFeatureProto.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
FixedLenFeatureProto.Builder
setValuesOutputTensorName(String value)
string values_output_tensor_name = 4;
FixedLenFeatureProto.Builder
setValuesOutputTensorNameBytes(com.google.protobuf.ByteString value)
string values_output_tensor_name = 4;

Inherited Methods

Public Methods

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

public FixedLenFeatureProto build ()

public FixedLenFeatureProto buildPartial ()

public FixedLenFeatureProto.Builder clearDefaultValue ()

.tensorflow.TensorProto default_value = 3;

public FixedLenFeatureProto.Builder clearDtype ()

.tensorflow.DataType dtype = 1;

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

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

public FixedLenFeatureProto.Builder clearShape ()

.tensorflow.TensorShapeProto shape = 2;

public FixedLenFeatureProto.Builder clearValuesOutputTensorName ()

string values_output_tensor_name = 4;

public FixedLenFeatureProto getDefaultInstanceForType ()

public TensorProto getDefaultValue ()

.tensorflow.TensorProto default_value = 3;

public TensorProto.Builder getDefaultValueBuilder ()

.tensorflow.TensorProto default_value = 3;

public TensorProtoOrBuilder getDefaultValueOrBuilder ()

.tensorflow.TensorProto default_value = 3;

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

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

public DataType getDtype ()

.tensorflow.DataType dtype = 1;

public int getDtypeValue ()

.tensorflow.DataType dtype = 1;

public TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProto.Builder getShapeBuilder ()

.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

public String getValuesOutputTensorName ()

string values_output_tensor_name = 4;

public com.google.protobuf.ByteString getValuesOutputTensorNameBytes ()

string values_output_tensor_name = 4;

public boolean hasDefaultValue ()

.tensorflow.TensorProto default_value = 3;

public boolean hasShape ()

.tensorflow.TensorShapeProto shape = 2;

public final boolean isInitialized ()

public FixedLenFeatureProto.Builder mergeDefaultValue (TensorProto value)

.tensorflow.TensorProto default_value = 3;

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

Throws
IOException

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

public FixedLenFeatureProto.Builder mergeShape (TensorShapeProto value)

.tensorflow.TensorShapeProto shape = 2;

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

public FixedLenFeatureProto.Builder setDefaultValue (TensorProto value)

.tensorflow.TensorProto default_value = 3;

public FixedLenFeatureProto.Builder setDefaultValue (TensorProto.Builder builderForValue)

.tensorflow.TensorProto default_value = 3;

public FixedLenFeatureProto.Builder setDtype (DataType value)

.tensorflow.DataType dtype = 1;

public FixedLenFeatureProto.Builder setDtypeValue (int value)

.tensorflow.DataType dtype = 1;

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

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

public FixedLenFeatureProto.Builder setShape (TensorShapeProto value)

.tensorflow.TensorShapeProto shape = 2;

public FixedLenFeatureProto.Builder setShape (TensorShapeProto.Builder builderForValue)

.tensorflow.TensorShapeProto shape = 2;

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

public FixedLenFeatureProto.Builder setValuesOutputTensorName (String value)

string values_output_tensor_name = 4;

public FixedLenFeatureProto.Builder setValuesOutputTensorNameBytes (com.google.protobuf.ByteString value)

string values_output_tensor_name = 4;