public static interface TensorRepresentation.DefaultValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getBytesValue()
optional bytes bytes_value = 3; |
double |
getFloatValue()
optional double float_value = 1; |
long |
getIntValue()
Note that the data column might be of a shorter integral type.
|
TensorRepresentation.DefaultValue.KindCase |
getKindCase() |
long |
getUintValue()
uint_value should only be used if the default value can't fit in a
int64 (`int_value`).
|
boolean |
hasBytesValue()
optional bytes bytes_value = 3; |
boolean |
hasFloatValue()
optional double float_value = 1; |
boolean |
hasIntValue()
Note that the data column might be of a shorter integral type.
|
boolean |
hasUintValue()
uint_value should only be used if the default value can't fit in a
int64 (`int_value`).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFloatValue()
optional double float_value = 1;double getFloatValue()
optional double float_value = 1;boolean hasIntValue()
Note that the data column might be of a shorter integral type. It's the user's responsitiblity to make sure the default value fits that type.
optional int64 int_value = 2;long getIntValue()
Note that the data column might be of a shorter integral type. It's the user's responsitiblity to make sure the default value fits that type.
optional int64 int_value = 2;boolean hasBytesValue()
optional bytes bytes_value = 3;com.google.protobuf.ByteString getBytesValue()
optional bytes bytes_value = 3;boolean hasUintValue()
uint_value should only be used if the default value can't fit in a int64 (`int_value`).
optional uint64 uint_value = 4;long getUintValue()
uint_value should only be used if the default value can't fit in a int64 (`int_value`).
optional uint64 uint_value = 4;TensorRepresentation.DefaultValue.KindCase getKindCase()
Copyright © 2020 Gojek. All rights reserved.