อินเทอร์เฟซสาธารณะ 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 | getKindCase () |
| รายการค่า นามธรรม | 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. |
| นามธรรม ไม่มีค่า | 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`. |
| ประเภทข้อมูล นามธรรม | รับ TensorDtypeValue () 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. |
| บูลีนนามธรรม | ไม่มีค่า () Represents None. |
| บูลีนนามธรรม | hasTensorShapeValue () Represents a TensorShape. |
| บูลีนนามธรรม | hasTensorSpecValue () Represents a value for tf.TensorSpec. |
| บูลีนนามธรรม | มี TupleValue () 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; บทคัดย่อสาธารณะ 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;