StructuredValue

โครงสร้างคลาสสุดท้ายสาธารณะ StructuredValue

 `StructuredValue` represents a dynamically typed value representing various
 data structures that are inspired by Python data structures typically used in
 TensorFlow functions as inputs and outputs.
 For example when saving a Layer there may be a `training` argument. If the
 user passes a boolean True/False, that switches between two concrete
 TensorFlow functions. In order to switch between them in the same way after
 loading the SavedModel, we need to represent "True" and "False".
 A more advanced example might be a function which takes a list of
 dictionaries mapping from strings to Tensors. In order to map from
 user-specified arguments `[{"a": tf.constant(1.)}, {"q": tf.constant(3.)}]`
 after load to the right saved TensorFlow function, we need to represent the
 nested structure and the strings, recording that we have a trace for anything
 matching `[{"a": tf.TensorSpec(None, tf.float32)}, {"q": tf.TensorSpec([],
 tf.float64)}]` as an example.
 Likewise functions may return nested structures of Tensors, for example
 returning a dictionary mapping from strings to Tensors. In order for the
 loaded function to return the same structure we need to serialize it.
 This is an ergonomic aid for working with loaded SavedModels, not a promise
 to serialize all possible function signatures. For example we do not expect
 to pickle generic Python objects, and ideally we'd stay language-agnostic.
 
Protobuf ประเภท tensorflow.StructuredValue

คลาสที่ซ้อนกัน

ระดับ โครงสร้างค่าตัวสร้าง
 `StructuredValue` represents a dynamically typed value representing various
 data structures that are inspired by Python data structures typically used in
 TensorFlow functions as inputs and outputs. 
แจกแจง StructuredValue.KindCase

ค่าคงที่

ภายใน BOOL_VALUE_FIELD_NUMBER
ภายใน BOUNDED_TENSOR_SPEC_VALUE_FIELD_NUMBER
ภายใน DICT_VALUE_FIELD_NUMBER
ภายใน FLOAT64_VALUE_FIELD_NUMBER
ภายใน INT64_VALUE_FIELD_NUMBER
ภายใน LIST_VALUE_FIELD_NUMBER
ภายใน NAMED_TUPLE_VALUE_FIELD_NUMBER
ภายใน NONE_VALUE_FIELD_NUMBER
ภายใน STRING_VALUE_FIELD_NUMBER
ภายใน TENSOR_DTYPE_VALUE_FIELD_NUMBER
ภายใน TENSOR_SHAPE_VALUE_FIELD_NUMBER
ภายใน TENSOR_SPEC_VALUE_FIELD_NUMBER
ภายใน TUPLE_VALUE_FIELD_NUMBER
ภายใน TYPE_SPEC_VALUE_FIELD_NUMBER

วิธีการสาธารณะ

บูลีน
เท่ากับ (วัตถุ obj)
บูลีน
getBoolValue ()
 Represents a boolean value.
BoundedTensorSpecProto
getBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
BoundedTensorSpecProtoOrBuilder
getBoundedTensorSpecValueOrBuilder ()
 Represents a value for tf.BoundedTensorSpec.
โครงสร้างค่า คงที่
ค่าโครงสร้าง
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
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
รายการค่า
getListValue ()
 Represents a list of `Value`.
ListValueOrBuilder
getListValueOrBuilder ()
 Represents a list of `Value`.
ชื่อ TupleValue
getNamedTupleValue ()
 Represents Python's namedtuple.
ชื่อ TupleValueOrBuilder
getNamedTupleValueOrBuilder ()
 Represents Python's namedtuple.
ไม่มีค่า
getNoneValue ()
 Represents None.
ไม่มีValueOrBuilder
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.
เทนเซอร์รูปร่างโปรโต
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.
ค่าทูเพิล
getTupleValue ()
 Represents a tuple of `Value`.
TupleValueOrBuilder
getTupleValueOrBuilder ()
 Represents a tuple of `Value`.
ประเภท SpecProto
getTypeSpecValue ()
 Represents a value for tf.TypeSpec.
TypeSpecProtoOrBuilder
getTypeSpecValueOrBuilder ()
 Represents a value for tf.TypeSpec.
สุดท้าย com.google.protobuf.UnknownFieldSet
บูลีน
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.
ภายใน
บูลีนสุดท้าย
StructuredValue.Builder แบบคงที่
newBuilder (ต้นแบบ StructuredValue )
StructuredValue.Builder แบบคงที่
โครงสร้างค่าตัวสร้าง
โครงสร้างค่า คงที่
parseDelimitedFrom (อินพุต InputStream)
โครงสร้างค่า คงที่
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
โครงสร้างค่า คงที่
parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
โครงสร้างค่า คงที่
parseFrom (com.google.protobuf.CodedInputStream อินพุต)
โครงสร้างค่า คงที่
parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
โครงสร้างค่า คงที่
parseFrom (ข้อมูล ByteBuffer)
โครงสร้างค่า คงที่
parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
โครงสร้างค่า คงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString)
โครงสร้างค่า คงที่
parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
โครงสร้างค่า คงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
โครงสร้างค่าตัวสร้าง
เป็นโมฆะ
writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

วิธีการสืบทอด

ค่าคงที่

รอบชิงชนะเลิศแบบคงที่สาธารณะ BOOL_VALUE_FIELD_NUMBER

ค่าคงที่: 14

int คงที่สาธารณะขั้นสุดท้าย BOUNDED_TENSOR_SPEC_VALUE_FIELD_NUMBER

ค่าคงที่: 35

สาธารณะคงสุดท้าย int DICT_VALUE_FIELD_NUMBER

ค่าคงที่: 53

สาธารณะคงสุดท้าย int FLOAT64_VALUE_FIELD_NUMBER

ค่าคงที่: 11

สาธารณะคงสุดท้าย int INT64_VALUE_FIELD_NUMBER

ค่าคงที่: 12

รายการสุดท้ายคงที่สาธารณะ LIST_VALUE_FIELD_NUMBER

ค่าคงที่: 51

int สุดท้ายคงที่สาธารณะ NAMED_TUPLE_VALUE_FIELD_NUMBER

ค่าคงที่: 54

int สุดท้ายแบบคงที่สาธารณะ NONE_VALUE_FIELD_NUMBER

ค่าคงที่: 1

สาธารณะคงสุดท้าย int STRING_VALUE_FIELD_NUMBER

ค่าคงที่: 13

สาธารณะคงสุดท้าย int TENSOR_DTYPE_VALUE_FIELD_NUMBER

ค่าคงที่: 32

สาธารณะคงสุดท้าย int TENSOR_SHAPE_VALUE_FIELD_NUMBER

ค่าคงที่: 31

สาธารณะคงสุดท้าย int TENSOR_SPEC_VALUE_FIELD_NUMBER

ค่าคงที่: 33

สาธารณะคงสุดท้าย int TUPLE_VALUE_FIELD_NUMBER

ค่าคงที่: 52

int สุดท้ายคงที่สาธารณะ TYPE_SPEC_VALUE_FIELD_NUMBER

ค่าคงที่: 34

วิธีการสาธารณะ

บูลีนสาธารณะ เท่ากับ (Object obj)

บูลีนสาธารณะ 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;

โครงสร้าง คงที่สาธารณะ getDefaultInstance ()

โครงสร้าง สาธารณะค่า getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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;

สาธารณะ ไม่มีค่า getNoneValue ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

สาธารณะ NoneValueOrBuilder getNoneValueOrBuilder ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

สาธารณะ getParserForType ()

สาธารณะ int getSerializedSize ()

สตริงสาธารณะ 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 สาธารณะ รับ TensorSpecValue ()

 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;

สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()

บูลีนสาธารณะ 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;

สาธารณะ int hashCode ()

บูลีนสุดท้ายสาธารณะ isInitialized ()

สาธารณะคง StructuredValue.Builder newBuilder (ต้นแบบ StructuredValue )

โครงสร้างสาธารณะคง StructuredValue.Builder newBuilder ()

โครงสร้างสาธารณะ StructuredValue.Builder newBuilderForType ()

โครงสร้างสาธารณะคง StructuredValue parseDelimitedFrom (InputStream อินพุต)

ขว้าง
IOข้อยกเว้น

โครงสร้างสาธารณะคง StructuredValue parseDelimitedFrom (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ StructuredValue parseFrom แบบคงที่ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

โครงสร้างสาธารณะคง StructuredValue parseFrom (com.google.protobuf.CodedInputStream อินพุต)

ขว้าง
IOข้อยกเว้น

โครงสร้างสาธารณะคง StructuredValue parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

โครงสร้างสาธารณะคง StructuredValue parseFrom (ข้อมูล ByteBuffer)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

โครงสร้างสาธารณะคง StructuredValue parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ StructuredValue parseFrom แบบคงที่ (ข้อมูล com.google.protobuf.ByteString)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ StructuredValue parseFrom แบบคงที่ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ StructuredValue parseFrom แบบคงที่ (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

โครงสร้างสาธารณะ StructuredValue.Builder toBuilder ()

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

ขว้าง
IOข้อยกเว้น
,
โครงสร้างคลาสสุดท้ายสาธารณะ StructuredValue

 `StructuredValue` represents a dynamically typed value representing various
 data structures that are inspired by Python data structures typically used in
 TensorFlow functions as inputs and outputs.
 For example when saving a Layer there may be a `training` argument. If the
 user passes a boolean True/False, that switches between two concrete
 TensorFlow functions. In order to switch between them in the same way after
 loading the SavedModel, we need to represent "True" and "False".
 A more advanced example might be a function which takes a list of
 dictionaries mapping from strings to Tensors. In order to map from
 user-specified arguments `[{"a": tf.constant(1.)}, {"q": tf.constant(3.)}]`
 after load to the right saved TensorFlow function, we need to represent the
 nested structure and the strings, recording that we have a trace for anything
 matching `[{"a": tf.TensorSpec(None, tf.float32)}, {"q": tf.TensorSpec([],
 tf.float64)}]` as an example.
 Likewise functions may return nested structures of Tensors, for example
 returning a dictionary mapping from strings to Tensors. In order for the
 loaded function to return the same structure we need to serialize it.
 This is an ergonomic aid for working with loaded SavedModels, not a promise
 to serialize all possible function signatures. For example we do not expect
 to pickle generic Python objects, and ideally we'd stay language-agnostic.
 
Protobuf ประเภท tensorflow.StructuredValue

คลาสที่ซ้อนกัน

ระดับ โครงสร้างค่าตัวสร้าง
 `StructuredValue` represents a dynamically typed value representing various
 data structures that are inspired by Python data structures typically used in
 TensorFlow functions as inputs and outputs. 
แจกแจง StructuredValue.KindCase

ค่าคงที่

ภายใน BOOL_VALUE_FIELD_NUMBER
ภายใน BOUNDED_TENSOR_SPEC_VALUE_FIELD_NUMBER
ภายใน DICT_VALUE_FIELD_NUMBER
ภายใน FLOAT64_VALUE_FIELD_NUMBER
ภายใน INT64_VALUE_FIELD_NUMBER
ภายใน LIST_VALUE_FIELD_NUMBER
ภายใน NAMED_TUPLE_VALUE_FIELD_NUMBER
ภายใน NONE_VALUE_FIELD_NUMBER
ภายใน STRING_VALUE_FIELD_NUMBER
ภายใน TENSOR_DTYPE_VALUE_FIELD_NUMBER
ภายใน TENSOR_SHAPE_VALUE_FIELD_NUMBER
ภายใน TENSOR_SPEC_VALUE_FIELD_NUMBER
ภายใน TUPLE_VALUE_FIELD_NUMBER
ภายใน TYPE_SPEC_VALUE_FIELD_NUMBER

วิธีการสาธารณะ

บูลีน
เท่ากับ (วัตถุ obj)
บูลีน
getBoolValue ()
 Represents a boolean value.
BoundedTensorSpecProto
getBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
BoundedTensorSpecProtoOrBuilder
getBoundedTensorSpecValueOrBuilder ()
 Represents a value for tf.BoundedTensorSpec.
โครงสร้างค่า คงที่
ค่าโครงสร้าง
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
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
รายการค่า
getListValue ()
 Represents a list of `Value`.
ListValueOrBuilder
getListValueOrBuilder ()
 Represents a list of `Value`.
ชื่อ TupleValue
getNamedTupleValue ()
 Represents Python's namedtuple.
ชื่อ TupleValueOrBuilder
getNamedTupleValueOrBuilder ()
 Represents Python's namedtuple.
ไม่มีค่า
getNoneValue ()
 Represents None.
ไม่มีValueOrBuilder
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.
เทนเซอร์รูปร่างโปรโต
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.
ค่าทูเพิล
getTupleValue ()
 Represents a tuple of `Value`.
TupleValueOrBuilder
getTupleValueOrBuilder ()
 Represents a tuple of `Value`.
ประเภท SpecProto
getTypeSpecValue ()
 Represents a value for tf.TypeSpec.
TypeSpecProtoOrBuilder
getTypeSpecValueOrBuilder ()
 Represents a value for tf.TypeSpec.
สุดท้าย com.google.protobuf.UnknownFieldSet
บูลีน
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.
ภายใน
บูลีนสุดท้าย
StructuredValue.Builder แบบคงที่
newBuilder (ต้นแบบ StructuredValue )
StructuredValue.Builder แบบคงที่
โครงสร้างค่าตัวสร้าง
โครงสร้างค่า คงที่
parseDelimitedFrom (อินพุต InputStream)
โครงสร้างค่า คงที่
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
โครงสร้างค่า คงที่
parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
โครงสร้างค่า คงที่
parseFrom (com.google.protobuf.CodedInputStream อินพุต)
โครงสร้างค่า คงที่
parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
โครงสร้างค่า คงที่
parseFrom (ข้อมูล ByteBuffer)
โครงสร้างค่า คงที่
parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
โครงสร้างค่า คงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString)
โครงสร้างค่า คงที่
parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
โครงสร้างค่า คงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
โครงสร้างค่าตัวสร้าง
เป็นโมฆะ
writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

วิธีการสืบทอด

ค่าคงที่

รอบชิงชนะเลิศแบบคงที่สาธารณะ BOOL_VALUE_FIELD_NUMBER

ค่าคงที่: 14

int คงที่สาธารณะขั้นสุดท้าย BOUNDED_TENSOR_SPEC_VALUE_FIELD_NUMBER

ค่าคงที่: 35

สาธารณะคงสุดท้าย int DICT_VALUE_FIELD_NUMBER

ค่าคงที่: 53

สาธารณะคงสุดท้าย int FLOAT64_VALUE_FIELD_NUMBER

ค่าคงที่: 11

สาธารณะคงสุดท้าย int INT64_VALUE_FIELD_NUMBER

ค่าคงที่: 12

รายการสุดท้ายคงที่สาธารณะ LIST_VALUE_FIELD_NUMBER

ค่าคงที่: 51

int สุดท้ายคงที่สาธารณะ NAMED_TUPLE_VALUE_FIELD_NUMBER

ค่าคงที่: 54

int สุดท้ายแบบคงที่สาธารณะ NONE_VALUE_FIELD_NUMBER

ค่าคงที่: 1

สาธารณะคงสุดท้าย int STRING_VALUE_FIELD_NUMBER

ค่าคงที่: 13

สาธารณะคงสุดท้าย int TENSOR_DTYPE_VALUE_FIELD_NUMBER

ค่าคงที่: 32

สาธารณะคงสุดท้าย int TENSOR_SHAPE_VALUE_FIELD_NUMBER

ค่าคงที่: 31

สาธารณะคงสุดท้าย int TENSOR_SPEC_VALUE_FIELD_NUMBER

ค่าคงที่: 33

สาธารณะคงสุดท้าย int TUPLE_VALUE_FIELD_NUMBER

ค่าคงที่: 52

int สุดท้ายคงที่สาธารณะ TYPE_SPEC_VALUE_FIELD_NUMBER

ค่าคงที่: 34

วิธีการสาธารณะ

บูลีนสาธารณะ เท่ากับ (Object obj)

บูลีนสาธารณะ 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;

โครงสร้าง คงที่สาธารณะ getDefaultInstance ()

โครงสร้าง สาธารณะค่า getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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;

สาธารณะ ไม่มีค่า getNoneValue ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

สาธารณะ NoneValueOrBuilder getNoneValueOrBuilder ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

สาธารณะ getParserForType ()

สาธารณะ int getSerializedSize ()

สตริงสาธารณะ 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 สาธารณะ รับ TensorSpecValue ()

 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;

สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()

บูลีนสาธารณะ 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;

สาธารณะ int hashCode ()

บูลีนสุดท้ายสาธารณะ isInitialized ()

สาธารณะคง StructuredValue.Builder newBuilder (ต้นแบบ StructuredValue )

โครงสร้างสาธารณะคง StructuredValue.Builder newBuilder ()

โครงสร้างสาธารณะ StructuredValue.Builder newBuilderForType ()

โครงสร้างสาธารณะคง StructuredValue parseDelimitedFrom (InputStream อินพุต)

ขว้าง
IOข้อยกเว้น

โครงสร้างสาธารณะคง StructuredValue parseDelimitedFrom (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ StructuredValue parseFrom แบบคงที่ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

โครงสร้างสาธารณะคง StructuredValue parseFrom (com.google.protobuf.CodedInputStream อินพุต)

ขว้าง
IOข้อยกเว้น

โครงสร้างสาธารณะคง StructuredValue parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

โครงสร้างสาธารณะคง StructuredValue parseFrom (ข้อมูล ByteBuffer)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

โครงสร้างสาธารณะคง StructuredValue parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ StructuredValue parseFrom แบบคงที่ (ข้อมูล com.google.protobuf.ByteString)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ StructuredValue parseFrom แบบคงที่ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ StructuredValue parseFrom แบบคงที่ (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

โครงสร้างสาธารณะ StructuredValue.Builder toBuilder ()

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

ขว้าง
IOข้อยกเว้น