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.
Abstract 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`.
نوع داده انتزاعی
getTensorDtypeValue ()
 Represents an enum value for dtype.
انتزاعی
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;

عمومی انتزاعی بولی hasTensorShapeValue ()

 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;