StructuredValueOrBuilder

ממשק ציבורי StructuredValueOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

בוליאני מופשט
getBoolValue ()
 Represents a boolean value.
תקציר BoundedTensorSpecProto
getBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
תקציר BoundedTensorSpecProtoOrBuilder
getBoundedTensorSpecValueOrBuilder ()
 Represents a value for tf.BoundedTensorSpec.
מופשט DictValue
getDictValue ()
 Represents a dict `Value`.
מופשט DictValueOrBuilder
getDictValueOrBuilder ()
 Represents a dict `Value`.
כפול מופשט
getFloat64Value ()
 Represents a double-precision floating-point value (a Python `float`).
מופשט ארוך
getInt64Value ()
 Represents a signed integer value, limited to 64 bits.
מופשט StructuredValue.KindCase
תקציר ListValue
getListValue ()
 Represents a list of `Value`.
תקציר ListValueOrBuilder
getListValueOrBuilder ()
 Represents a list of `Value`.
תקציר NamedTupleValue
getNamedTupleValue ()
 Represents Python's namedtuple.
תקציר NamedTupleValueOrBuilder
getNamedTupleValueOrBuilder ()
 Represents Python's namedtuple.
מופשט NoneValue
getNoneValue ()
 Represents None.
תקציר NoneValueOrBuilder
getNoneValueOrBuilder ()
 Represents None.
מחרוזת מופשטת
getStringValue ()
 Represents a string of Unicode characters stored in a Python `str`.
תקציר com.google.protobuf.ByteString
getStringValueBytes ()
 Represents a string of Unicode characters stored in a Python `str`.
תקציר DataType
getTensorDtypeValue ()
 Represents an enum value for dtype.
מופשט int
getTensorDtypeValueValue ()
 Represents an enum value for dtype.
מופשט TensorShapeProto
getTensorShapeValue ()
 Represents a TensorShape.
מופשט TensorShapeProtoOrBuilder
getTensorShapeValueOrBuilder ()
 Represents a TensorShape.
תקציר TensorSpecProto
getTensorSpecValue ()
 Represents a value for tf.TensorSpec.
תקציר TensorSpecProtoOrBuilder
getTensorSpecValueOrBuilder ()
 Represents a value for tf.TensorSpec.
מופשט TupleValue
getTupleValue ()
 Represents a tuple of `Value`.
תקציר TupleValueOrBuilder
getTupleValueOrBuilder ()
 Represents a tuple of `Value`.
מופשט TypeSpecProto
getTypeSpecValue ()
 Represents a value for tf.TypeSpec.
תקציר TypeSpecProtoOrBuilder
getTypeSpecValueOrBuilder ()
 Represents a value for tf.TypeSpec.
בוליאני מופשט
hasBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
בוליאני מופשט
hasDictValue ()
 Represents a dict `Value`.
בוליאני מופשט
hasListValue ()
 Represents a list of `Value`.
בוליאני מופשט
hasNamedTupleValue ()
 Represents Python's namedtuple.
בוליאני מופשט
hasNoneValue ()
 Represents None.
בוליאני מופשט
hasTensorShapeValue ()
 Represents a TensorShape.
בוליאני מופשט
hasTensorSpecValue ()
 Represents a value for tf.TensorSpec.
בוליאני מופשט
hasTupleValue ()
 Represents a tuple of `Value`.
בוליאני מופשט
hasTypeSpecValue ()
 Represents a value for tf.TypeSpec.

שיטות ציבוריות

תקציר בוליאני ציבורי getBoolValue ()

 Represents a boolean value.
 
bool bool_value = 14;

תקציר ציבורי BoundedTensorSpecProto getBoundedTensorSpecValue ()

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

תקציר ציבורי BoundedTensorSpecProtoOrBuilder getBoundedTensorSpecValueOrBuilder ()

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

תקציר ציבורי DictValue getDictValue ()

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

תקציר ציבורי של DictValueOrBuilder getDictValueOrBuilder ()

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

תקציר ציבורי כפול getFloat64Value ()

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

תקציר ציבורי ארוך getInt64Value ()

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

תקציר ציבורי StructuredValue.KindCase getKindCase ()

תקציר ציבורי ListValue getListValue ()

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

תקציר ציבורי ListValueOrBuilder getListValueOrBuilder ()

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

תקציר ציבורי NamedTupleValue getNamedTupleValue ()

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

תקציר ציבורי NamedTupleValueOrBuilder getNamedTupleValueOrBuilder ()

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

תקציר ציבורי NoneValue getNoneValue ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

תקציר ציבורי NoneValueOrBuilder getNoneValueOrBuilder ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

מחרוזת תקציר ציבורי 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;

תקציר ציבורי 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;

תקציר ציבורי DataType getTensorDtypeValue ()

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

תקציר ציבורי int getTensorDtypeValueValue ()

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

תקציר ציבורי TensorShapeProto getTensorShapeValue ()

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

תקציר ציבורי TensorShapeProtoOrBuilder getTensorShapeValueOrBuilder ()

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

תקציר ציבורי TensorSpecProto getTensorSpecValue ()

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

תקציר ציבורי TensorSpecProtoOrBuilder getTensorSpecValueOrBuilder ()

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

תקציר ציבורי TupleValue getTupleValue ()

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

תקציר ציבורי TupleValueOrBuilder getTupleValueOrBuilder ()

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

תקציר ציבורי TypeSpecProto getTypeSpecValue ()

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

תקציר ציבורי TypeSpecProtoOrBuilder getTypeSpecValueOrBuilder ()

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

תקציר ציבורי בוליאני hasBoundedTensorSpecValue ()

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

תקציר ציבורי בוליאני hasDictValue ()

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

תקציר ציבורי בוליאני hasListValue ()

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

תקציר ציבורי בוליאני hasNamedTupleValue ()

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

תקציר ציבורי בוליאני hasNoneValue ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

תקציר בוליאני ציבורי ישTensorShapeValue ()

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

תקציר ציבורי בוליאני hasTensorSpecValue ()

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

תקציר ציבורי בוליאני hasTupleValue ()

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

hasTypeSpecValue בוליאני תקציר ציבורי ()

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