TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.clear() |
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.clearBytesValue() |
bytes bytes_value = 3;
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.clearFloatValue() |
double float_value = 1;
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.clearIntValue() |
Note that the data column might be of a shorter integral type.
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.clearKind() |
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.clearUintValue() |
uint_value should only be used if the default value can't fit in a
int64 (`int_value`).
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.clone() |
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DenseTensor.Builder.getDefaultValueBuilder() |
If this column is missing values in a row, the default_value will be
used to fill that row.
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.mergeFrom(TensorRepresentation.DefaultValue other) |
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.newBuilder() |
|
static TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.newBuilder(TensorRepresentation.DefaultValue prototype) |
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.newBuilderForType() |
|
protected TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.setBytesValue(com.google.protobuf.ByteString value) |
bytes bytes_value = 3;
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.setFloatValue(double value) |
double float_value = 1;
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.setIntValue(long value) |
Note that the data column might be of a shorter integral type.
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.setUintValue(long value) |
uint_value should only be used if the default value can't fit in a
int64 (`int_value`).
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
TensorRepresentation.DefaultValue.Builder |
TensorRepresentation.DefaultValue.toBuilder() |
|