StructuredValue.Builder

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

 `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

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

โครงสร้างค่าตัวสร้าง
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ช่อง ค่าอ็อบเจ็กต์)
ค่าโครงสร้าง
ค่าโครงสร้าง
โครงสร้างค่าตัวสร้าง
โครงสร้างค่าตัวสร้าง
clearBoolValue ()
 Represents a boolean value.
โครงสร้างค่าตัวสร้าง
clearBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
โครงสร้างค่าตัวสร้าง
clearDictValue ()
 Represents a dict `Value`.
โครงสร้างค่าตัวสร้าง
clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor)
โครงสร้างค่าตัวสร้าง
clearFloat64มูลค่า ()
 Represents a double-precision floating-point value (a Python `float`).
โครงสร้างค่าตัวสร้าง
clearInt64Value ()
 Represents a signed integer value, limited to 64 bits.
โครงสร้างค่าตัวสร้าง
โครงสร้างค่าตัวสร้าง
clearListValue ()
 Represents a list of `Value`.
โครงสร้างค่าตัวสร้าง
clearNamedTupleValue ()
 Represents Python's namedtuple.
โครงสร้างค่าตัวสร้าง
clearNoneValue ()
 Represents None.
โครงสร้างค่าตัวสร้าง
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
โครงสร้างค่าตัวสร้าง
clearStringValue ()
 Represents a string of Unicode characters stored in a Python `str`.
โครงสร้างค่าตัวสร้าง
ล้างค่า TensorDtype ()
 Represents an enum value for dtype.
โครงสร้างค่าตัวสร้าง
clearTensorShapeValue ()
 Represents a TensorShape.
โครงสร้างค่าตัวสร้าง
clearTensorSpecValue ()
 Represents a value for tf.TensorSpec.
โครงสร้างค่าตัวสร้าง
clearTupleValue ()
 Represents a tuple of `Value`.
โครงสร้างค่าตัวสร้าง
clearTypeSpecValue ()
 Represents a value for tf.TypeSpec.
โครงสร้างค่าตัวสร้าง
บูลีน
getBoolValue ()
 Represents a boolean value.
BoundedTensorSpecProto
getBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
BoundedTensorSpecProto.Builder
getBoundedTensorSpecValueBuilder ()
 Represents a value for tf.BoundedTensorSpec.
BoundedTensorSpecProtoOrBuilder
getBoundedTensorSpecValueOrBuilder ()
 Represents a value for tf.BoundedTensorSpec.
ค่าโครงสร้าง
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
com.google.protobuf.Descriptors.Descriptor
DictValue
getDictValue ()
 Represents a dict `Value`.
DictValue.ตัวสร้าง
getDictValueBuilder ()
 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`.
ListValue.ตัวสร้าง
getListValueBuilder ()
 Represents a list of `Value`.
ListValueOrBuilder
getListValueOrBuilder ()
 Represents a list of `Value`.
ชื่อ TupleValue
getNamedTupleValue ()
 Represents Python's namedtuple.
ชื่อ TupleValue.Builder
getNamedTupleValueBuilder ()
 Represents Python's namedtuple.
ชื่อ TupleValueOrBuilder
getNamedTupleValueOrBuilder ()
 Represents Python's namedtuple.
ไม่มีค่า
getNoneValue ()
 Represents None.
ไม่มีค่าตัวสร้าง
getNoneValueBuilder ()
 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.
TensorShapeProto.Builder
getTensorShapeValueBuilder ()
 Represents a TensorShape.
TensorShapeProtoOrBuilder
getTensorShapeValueOrBuilder ()
 Represents a TensorShape.
TensorSpecProto
getTensorSpecValue ()
 Represents a value for tf.TensorSpec.
TensorSpecProto.Builder
getTensorSpecValueBuilder ()
 Represents a value for tf.TensorSpec.
TensorSpecProtoOrBuilder
getTensorSpecValueOrBuilder ()
 Represents a value for tf.TensorSpec.
ค่าทูเพิล
getTupleValue ()
 Represents a tuple of `Value`.
TupleValue.ตัวสร้าง
getTupleValueBuilder ()
 Represents a tuple of `Value`.
TupleValueOrBuilder
getTupleValueOrBuilder ()
 Represents a tuple of `Value`.
ประเภท SpecProto
getTypeSpecValue ()
 Represents a value for tf.TypeSpec.
TypeSpecProto.Builder
getTypeSpecValueBuilder ()
 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.
บูลีนสุดท้าย
โครงสร้างค่าตัวสร้าง
mergeBoundedTensorSpecValue (ค่า BoundedTensorSpecProto )
 Represents a value for tf.BoundedTensorSpec.
โครงสร้างค่าตัวสร้าง
mergeDictValue (ค่า DictValue )
 Represents a dict `Value`.
โครงสร้างค่าตัวสร้าง
mergeFrom (com.google.protobuf.ข้อความ อื่น ๆ )
โครงสร้างค่าตัวสร้าง
mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
โครงสร้างค่าตัวสร้าง
mergeListValue (ค่า ListValue )
 Represents a list of `Value`.
โครงสร้างค่าตัวสร้าง
mergeNamedTupleValue ( ค่า NamedTupleValue )
 Represents Python's namedtuple.
โครงสร้างค่าตัวสร้าง
mergeNoneValue (ค่า NoneValue )
 Represents None.
โครงสร้างค่าตัวสร้าง
mergeTensorShapeValue (ค่า TensorShapeProto )
 Represents a TensorShape.
โครงสร้างค่าตัวสร้าง
mergeTensorSpecValue (ค่า TensorSpecProto )
 Represents a value for tf.TensorSpec.
โครงสร้างค่าตัวสร้าง
mergeTupleValue (ค่า TupleValue )
 Represents a tuple of `Value`.
โครงสร้างค่าตัวสร้าง
mergeTypeSpecValue (ค่า TypeSpecProto )
 Represents a value for tf.TypeSpec.
StructuredValue.Builder สุดท้าย
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
โครงสร้างค่าตัวสร้าง
setBoolValue (ค่าบูลีน)
 Represents a boolean value.
โครงสร้างค่าตัวสร้าง
setBoundedTensorSpecValue (ค่า BoundedTensorSpecProto )
 Represents a value for tf.BoundedTensorSpec.
โครงสร้างค่าตัวสร้าง
setBoundedTensorSpecValue ( BoundedTensorSpecProto.Builder builderForValue)
 Represents a value for tf.BoundedTensorSpec.
โครงสร้างค่าตัวสร้าง
setDictValue ( DictValue.Builder builderForValue)
 Represents a dict `Value`.
โครงสร้างค่าตัวสร้าง
setDictValue (ค่า DictValue )
 Represents a dict `Value`.
โครงสร้างค่าตัวสร้าง
setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
โครงสร้างค่าตัวสร้าง
setFloat64Value (ค่าสองเท่า)
 Represents a double-precision floating-point value (a Python `float`).
โครงสร้างค่าตัวสร้าง
setInt64Value (ค่ายาว)
 Represents a signed integer value, limited to 64 bits.
โครงสร้างค่าตัวสร้าง
setListValue ( ListValue.Builder builderForValue)
 Represents a list of `Value`.
โครงสร้างค่าตัวสร้าง
setListValue (ค่า ListValue )
 Represents a list of `Value`.
โครงสร้างค่าตัวสร้าง
setNamedTupleValue ( NamedTupleValue.Builder builderForValue)
 Represents Python's namedtuple.
โครงสร้างค่าตัวสร้าง
setNamedTupleValue ( ค่า NamedTupleValue )
 Represents Python's namedtuple.
โครงสร้างค่าตัวสร้าง
setNoneValue ( NoneValue.Builder builderForValue)
 Represents None.
โครงสร้างค่าตัวสร้าง
setNoneValue (ค่า NoneValue )
 Represents None.
โครงสร้างค่าตัวสร้าง
setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)
โครงสร้างค่าตัวสร้าง
setStringValue (ค่าสตริง)
 Represents a string of Unicode characters stored in a Python `str`.
โครงสร้างค่าตัวสร้าง
setStringValueBytes (ค่า com.google.protobuf.ByteString)
 Represents a string of Unicode characters stored in a Python `str`.
โครงสร้างค่าตัวสร้าง
setTensorDtypeValue (ค่าประเภท ข้อมูล )
 Represents an enum value for dtype.
โครงสร้างค่าตัวสร้าง
setTensorDtypeValueValue (ค่า int)
 Represents an enum value for dtype.
โครงสร้างค่าตัวสร้าง
setTensorShapeValue ( TensorShapeProto.Builder builderForValue)
 Represents a TensorShape.
โครงสร้างค่าตัวสร้าง
setTensorShapeValue (ค่า TensorShapeProto )
 Represents a TensorShape.
โครงสร้างค่าตัวสร้าง
setTensorSpecValue ( TensorSpecProto.Builder builderForValue)
 Represents a value for tf.TensorSpec.
โครงสร้างค่าตัวสร้าง
setTensorSpecValue (ค่า TensorSpecProto )
 Represents a value for tf.TensorSpec.
โครงสร้างค่าตัวสร้าง
setTupleValue (ค่า TupleValue )
 Represents a tuple of `Value`.
โครงสร้างค่าตัวสร้าง
setTupleValue ( TupleValue.Builder builderForValue)
 Represents a tuple of `Value`.
โครงสร้างค่าตัวสร้าง
setTypeSpecValue ( TypeSpecProto.Builder builderForValue)
 Represents a value for tf.TypeSpec.
โครงสร้างค่าตัวสร้าง
setTypeSpecValue (ค่า TypeSpecProto )
 Represents a value for tf.TypeSpec.
StructuredValue.Builder สุดท้าย
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

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

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

โครงสร้างสาธารณะ StructuredValue.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ฟิลด์ ค่าอ็อบเจ็กต์)

สร้าง StructuredValue สาธารณะ ()

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

โครงสร้างสาธารณะ StructuredValue.Builder ชัดเจน ()

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

 Represents a boolean value.
 
bool bool_value = 14;

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

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

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

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

โครงสร้าง สาธารณะ StructuredValue.Builder clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor)

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

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

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

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

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

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

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

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

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

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

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

โครงสร้างสาธารณะ StructuredValue.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

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

 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;

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

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

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

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

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

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

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

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

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

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

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

บูลีนสาธารณะ getBoolValue ()

 Represents a boolean value.
 
bool bool_value = 14;

สาธารณะ BoundedTensorSpecProto getBoundedTensorSpecValue ()

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

สาธารณะ BoundedTensorSpecProto.Builder getBoundedTensorSpecValueBuilder ()

 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;

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

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

สาธารณะ com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

DictValue สาธารณะ getDictValue ()

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

DictValue.Builder สาธารณะ getDictValueBuilder ()

 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;

ListValue.Builder สาธารณะ getListValueBuilder ()

 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;

สาธารณะ NamedTupleValue.Builder getNamedTupleValueBuilder ()

 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;

สาธารณะ NoneValue.Builder getNoneValueBuilder ()

 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;

สาธารณะ TensorShapeProto.Builder getTensorShapeValueBuilder ()

 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;

สาธารณะ TensorSpecProto.Builder getTensorSpecValueBuilder ()

 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;

TupleValue.Builder สาธารณะ getTupleValueBuilder ()

 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;

TypeSpecProto.Builder สาธารณะ getTypeSpecValueBuilder ()

 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;

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

โครงสร้างสาธารณะ StructuredValue.Builder ผสาน BoundedTensorSpecValue (ค่า BoundedTensorSpecProto )

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

โครงสร้างสาธารณะ StructuredValue.Builder mergeDictValue (ค่า DictValue )

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

โครงสร้างสาธารณะ StructuredValue.Builder ผสานจาก (com.google.protobuf.Message อื่น ๆ )

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

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

โครงสร้างสาธารณะ StructuredValue.Builder mergeListValue (ค่า ListValue )

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

โครงสร้างสาธารณะ StructuredValue.Builder mergeNamedTupleValue (ค่า NamedTupleValue )

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

โครงสร้างสาธารณะ StructuredValue.Builder mergeNoneValue (ค่า NoneValue )

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

โครงสร้างสาธารณะ StructuredValue.Builder ผสาน TensorShapeValue (ค่า TensorShapeProto )

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

โครงสร้างสาธารณะ StructuredValue.Builder ผสาน TensorSpecValue (ค่า TensorSpecProto )

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

โครงสร้างสาธารณะ StructuredValue.Builder ผสาน TupleValue (ค่า TupleValue )

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

โครงสร้างสาธารณะ StructuredValue.Builder mergeTypeSpecValue (ค่า TypeSpecProto )

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

โครงสร้างสุดท้ายสาธารณะ StructuredValue.Builder ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

โครงสร้างสาธารณะ StructuredValue.Builder setBoolValue (ค่าบูลีน)

 Represents a boolean value.
 
bool bool_value = 14;

โครงสร้างสาธารณะ StructuredValue.Builder setBoundedTensorSpecValue (ค่า BoundedTensorSpecProto )

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

โครงสร้างสาธารณะ StructuredValue.Builder setBoundedTensorSpecValue ( BoundedTensorSpecProto.Builder builderForValue)

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

โครงสร้างสาธารณะ StructuredValue.Builder setDictValue ( DictValue.Builder builderForValue)

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

โครงสร้างสาธารณะ StructuredValue.Builder setDictValue (ค่า DictValue )

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

โครงสร้างสาธารณะ StructuredValue.Builder setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)

โครงสร้างสาธารณะ StructuredValue.Builder setFloat64Value (ค่าสองเท่า)

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

โครงสร้างสาธารณะ StructuredValue.Builder setInt64Value (ค่ายาว)

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

โครงสร้างสาธารณะ StructuredValue.Builder setListValue ( ListValue.Builder builderForValue)

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

โครงสร้างสาธารณะ StructuredValue.Builder setListValue (ค่า ListValue )

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

โครงสร้างสาธารณะ StructuredValue.Builder setNamedTupleValue ( NamedTupleValue.Builder builderForValue)

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

โครงสร้างสาธารณะ StructuredValue.Builder setNamedTupleValue (ค่า NamedTupleValue )

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

โครงสร้างสาธารณะ StructuredValue.Builder setNoneValue ( NoneValue.Builder builderForValue)

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

โครงสร้างสาธารณะ StructuredValue.Builder setNoneValue (ค่า NoneValue )

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

โครงสร้างสาธารณะ StructuredValue.Builder setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)

โครงสร้างสาธารณะ StructuredValue.Builder setStringValue (ค่าสตริง)

 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;

โครงสร้างสาธารณะ StructuredValue.Builder setStringValueBytes (ค่า com.google.protobuf.ByteString)

 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;

โครงสร้างสาธารณะ StructuredValue.Builder setTensorDtypeValue (ค่า DataType )

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

โครงสร้างสาธารณะ StructuredValue.Builder setTensorDtypeValueValue (ค่า int)

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

โครงสร้างสาธารณะ StructuredValue.Builder setTensorShapeValue ( TensorShapeProto.Builder builderForValue)

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

โครงสร้างสาธารณะ StructuredValue.Builder setTensorShapeValue (ค่า TensorShapeProto )

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

โครงสร้างสาธารณะ StructuredValue.Builder setTensorSpecValue ( TensorSpecProto.Builder builderForValue)

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

โครงสร้างสาธารณะ StructuredValue.Builder setTensorSpecValue (ค่า TensorSpecProto )

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

โครงสร้างสาธารณะ StructuredValue.Builder setTupleValue (ค่า TupleValue )

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

โครงสร้างสาธารณะ StructuredValue.Builder setTupleValue ( TupleValue.Builder builderForValue)

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

StructuredValue.Builder สาธารณะ setTypeSpecValue ( TypeSpecProto.Builder builderForValue)

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

โครงสร้างสาธารณะ StructuredValue.Builder setTypeSpecValue (ค่า TypeSpecProto )

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

โครงสร้างสุดท้ายสาธารณะ StructuredValue.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)