StructuredValueOrBuilder

genel arayüz StructuredValueOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut boole
getBoolValue ()
 Represents a boolean value.
özet SınırlıTensorSpecProto
getBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
özet SınırlıTensorSpecProtoOrBuilder
getBoundedTensorSpecValueOrBuilder ()
 Represents a value for tf.BoundedTensorSpec.
soyut Dikt Değeri
getDictValue ()
 Represents a dict `Value`.
özet DictValueOrBuilder
getDictValueOrBuilder ()
 Represents a dict `Value`.
soyut çift
getFloat64Value ()
 Represents a double-precision floating-point value (a Python `float`).
soyut uzun
getInt64Value ()
 Represents a signed integer value, limited to 64 bits.
abstract StructuredValue.KindCase
özet Liste Değeri
getListValue ()
 Represents a list of `Value`.
özet ListValueOrBuilder
getListValueOrBuilder ()
 Represents a list of `Value`.
özet NamedTupleValue
getNamedTupleValue ()
 Represents Python's namedtuple.
özet NamedTupleValueOrBuilder
getNamedTupleValueOrBuilder ()
 Represents Python's namedtuple.
özet HiçbiriDeğer
getNoneValue ()
 Represents None.
özet YokValueOrBuilder
getNoneValueOrBuilder ()
 Represents None.
soyut Dize
getStringValue ()
 Represents a string of Unicode characters stored in a Python `str`.
abstract com.google.protobuf.ByteString
getStringValueBytes ()
 Represents a string of Unicode characters stored in a Python `str`.
özet Veri Türü
getTensorDtypeValue ()
 Represents an enum value for dtype.
soyut int
getTensorDtypeValueValue ()
 Represents an enum value for dtype.
soyut TensorShapeProto
getTensorShapeValue ()
 Represents a TensorShape.
soyut TensorShapeProtoOrBuilder
getTensorShapeValueOrBuilder ()
 Represents a TensorShape.
soyut TensorSpecProto
getTensorSpecValue ()
 Represents a value for tf.TensorSpec.
soyut TensorSpecProtoOrBuilder
getTensorSpecValueOrBuilder ()
 Represents a value for tf.TensorSpec.
soyut TupleValue
getTupleValue ()
 Represents a tuple of `Value`.
özet TupleValueOrBuilder
getTupleValueOrBuilder ()
 Represents a tuple of `Value`.
özet TypeSpecProto
getTypeSpecValue ()
 Represents a value for tf.TypeSpec.
özet TypeSpecProtoOrBuilder
getTypeSpecValueOrBuilder ()
 Represents a value for tf.TypeSpec.
soyut boole
hasBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
soyut boole
hasDictValue ()
 Represents a dict `Value`.
soyut boole
hasListValue ()
 Represents a list of `Value`.
soyut boole
hasNamedTupleValue ()
 Represents Python's namedtuple.
soyut boole
hasNoneValue ()
 Represents None.
soyut boole
hasTensorShapeValue ()
 Represents a TensorShape.
soyut boole
hasTensorSpecValue ()
 Represents a value for tf.TensorSpec.
soyut boole
hasTupleValue ()
 Represents a tuple of `Value`.
soyut boole
hasTypeSpecValue ()
 Represents a value for tf.TypeSpec.

Genel Yöntemler

genel soyut boolean getBoolValue ()

 Represents a boolean value.
 
bool bool_value = 14;

genel özet BoundedTensorSpecProto getBoundedTensorSpecValue ()

 Represents a value for tf.BoundedTensorSpec.
 
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35;

genel özet BoundedTensorSpecProtoOrBuilder getBoundedTensorSpecValueOrBuilder ()

 Represents a value for tf.BoundedTensorSpec.
 
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35;

genel özet DictValue getDictValue ()

 Represents a dict `Value`.
 
.tensorflow.DictValue dict_value = 53;

genel özet DictValueOrBuilder getDictValueOrBuilder ()

 Represents a dict `Value`.
 
.tensorflow.DictValue dict_value = 53;

genel soyut çift getFloat64Value ()

 Represents a double-precision floating-point value (a Python `float`).
 
double float64_value = 11;

genel özet uzun getInt64Value ()

 Represents a signed integer value, limited to 64 bits.
 Larger values from Python's arbitrary-precision integers are unsupported.
 
sint64 int64_value = 12;

genel özet StructuredValue.KindCase getKindCase ()

genel özet ListValue getListValue ()

 Represents a list of `Value`.
 
.tensorflow.ListValue list_value = 51;

genel özet ListValueOrBuilder getListValueOrBuilder ()

 Represents a list of `Value`.
 
.tensorflow.ListValue list_value = 51;

genel özet NamedTupleValue getNamedTupleValue ()

 Represents Python's namedtuple.
 
.tensorflow.NamedTupleValue named_tuple_value = 54;

genel özet NamedTupleValueOrBuilder getNamedTupleValueOrBuilder ()

 Represents Python's namedtuple.
 
.tensorflow.NamedTupleValue named_tuple_value = 54;

genel özet YokValue getNoneValue ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

genel özet YokValueOrBuilder getNoneValueOrBuilder ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

genel özet String getStringValue ()

 Represents a string of Unicode characters stored in a Python `str`.
 In Python 3, this is exactly what type `str` is.
 In Python 2, this is the UTF-8 encoding of the characters.
 For strings with ASCII characters only (as often used in TensorFlow code)
 there is effectively no difference between the language versions.
 The obsolescent `unicode` type of Python 2 is not supported here.
 
string string_value = 13;

genel özet com.google.protobuf.ByteString getStringValueBytes ()

 Represents a string of Unicode characters stored in a Python `str`.
 In Python 3, this is exactly what type `str` is.
 In Python 2, this is the UTF-8 encoding of the characters.
 For strings with ASCII characters only (as often used in TensorFlow code)
 there is effectively no difference between the language versions.
 The obsolescent `unicode` type of Python 2 is not supported here.
 
string string_value = 13;

genel özet DataType getTensorDtypeValue ()

 Represents an enum value for dtype.
 
.tensorflow.DataType tensor_dtype_value = 32;

genel soyut int getTensorDtypeValueValue ()

 Represents an enum value for dtype.
 
.tensorflow.DataType tensor_dtype_value = 32;

genel özet TensorShapeProto getTensorShapeValue ()

 Represents a TensorShape.
 
.tensorflow.TensorShapeProto tensor_shape_value = 31;

genel özet TensorShapeProtoOrBuilder getTensorShapeValueOrBuilder ()

 Represents a TensorShape.
 
.tensorflow.TensorShapeProto tensor_shape_value = 31;

genel özet TensorSpecProto getTensorSpecValue ()

 Represents a value for tf.TensorSpec.
 
.tensorflow.TensorSpecProto tensor_spec_value = 33;

genel özet TensorSpecProtoOrBuilder getTensorSpecValueOrBuilder ()

 Represents a value for tf.TensorSpec.
 
.tensorflow.TensorSpecProto tensor_spec_value = 33;

genel özet TupleValue getTupleValue ()

 Represents a tuple of `Value`.
 
.tensorflow.TupleValue tuple_value = 52;

genel özet TupleValueOrBuilder getTupleValueOrBuilder ()

 Represents a tuple of `Value`.
 
.tensorflow.TupleValue tuple_value = 52;

genel özet TypeSpecProto getTypeSpecValue ()

 Represents a value for tf.TypeSpec.
 
.tensorflow.TypeSpecProto type_spec_value = 34;

genel özet TypeSpecProtoOrBuilder getTypeSpecValueOrBuilder ()

 Represents a value for tf.TypeSpec.
 
.tensorflow.TypeSpecProto type_spec_value = 34;

genel soyut boolean hasBoundedTensorSpecValue ()

 Represents a value for tf.BoundedTensorSpec.
 
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35;

genel soyut boolean hasDictValue ()

 Represents a dict `Value`.
 
.tensorflow.DictValue dict_value = 53;

genel soyut boolean hasListValue ()

 Represents a list of `Value`.
 
.tensorflow.ListValue list_value = 51;

genel soyut boolean hasNamedTupleValue ()

 Represents Python's namedtuple.
 
.tensorflow.NamedTupleValue named_tuple_value = 54;

genel soyut boolean hasNoneValue ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

genel soyut boolean hasTensorShapeValue ()

 Represents a TensorShape.
 
.tensorflow.TensorShapeProto tensor_shape_value = 31;

genel soyut boolean hasTensorSpecValue ()

 Represents a value for tf.TensorSpec.
 
.tensorflow.TensorSpecProto tensor_spec_value = 33;

genel soyut boolean hasTupleValue ()

 Represents a tuple of `Value`.
 
.tensorflow.TupleValue tuple_value = 52;

genel soyut boolean hasTypeSpecValue ()

 Represents a value for tf.TypeSpec.
 
.tensorflow.TypeSpecProto type_spec_value = 34;