الواجهة العامة StructuredValueOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
منطقية مجردة | الحصول على قيمة بول () Represents a boolean value. |
مجردة BoundedTensorSpecProto | getBoundedTensorSpecValue () Represents a value for tf.BoundedTensorSpec. |
مجردة BoundedTensorSpecProtoOrBuilder | getBoundedTensorSpecValueOrBuilder () Represents a value for tf.BoundedTensorSpec. |
مجردة DictValue | الحصول على قيمة ديكت () Represents a dict `Value`. |
مجردة DictValueOrBuilder | getDictValueOrBuilder () Represents a dict `Value`. |
مجردة مزدوجة | getFloat64Value () Represents a double-precision floating-point value (a Python `float`). |
مجردة طويلة | الحصول علىInt64Value () Represents a signed integer value, limited to 64 bits. |
مجردة StructuredValue.KindCase | جيتكيند كيس () |
قيمة القائمة المجردة | الحصول على قيمة القائمة () Represents a list of `Value`. |
مجردة ListValueOrBuilder | getListValueOrBuilder () Represents a list of `Value`. |
مجردة NamedTupleValue | getNamedTupleValue () Represents Python's namedtuple. |
ملخص NamedTupleValueOrBuilder | getNamedTupleValueOrBuilder () Represents Python's namedtuple. |
مجردة بلا قيمة | الحصول على القيمة () Represents None. |
مجردة NonValueOrBuilder | getNoneValueOrBuilder () Represents None. |
سلسلة مجردة | الحصول على قيمة السلسلة () Represents a string of Unicode characters stored in a Python `str`. |
مجردة com.google.protobuf.ByteString | الحصول على StringValueBytes () Represents a string of Unicode characters stored in a Python `str`. |
نوع البيانات الملخص | الحصول على TensorDtypeValue () Represents an enum value for dtype. |
كثافة العمليات مجردة | الحصول على TensorDtypeValueValue () Represents an enum value for dtype. |
مجردة TensorShapeProto | الحصول على TensorShapeValue () Represents a TensorShape. |
مجردة TensorShapeProtoOrBuilder | الحصول على TensorShapeValueOrBuilder () Represents a TensorShape. |
مجردة TensorSpecProto | الحصول على TensorSpecValue () 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 | الحصول علىTypeSpecValue () 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`. |
منطقية مجردة | قيمة القائمة () Represents a list of `Value`. |
منطقية مجردة | hasNamedTupleValue () Represents Python's namedtuple. |
منطقية مجردة | لا يوجد قيمة () 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;
ملخص عام 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;
الملخص العام NonValueOrBuilder 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;