StructuredValue.Builder

publiczna statyczna klasa końcowa 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 typu tensorflow.StructuredValue

Metody publiczne

StructuredValue.Builder
addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
Wartość strukturalna
Wartość strukturalna
StructuredValue.Builder
jasne ()
StructuredValue.Builder
wyczyśćBoolValue ()
 Represents a boolean value.
StructuredValue.Builder
clearBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
StructuredValue.Builder
wyczyśćDictValue ()
 Represents a dict `Value`.
StructuredValue.Builder
clearField (pole com.google.protobuf.Descriptors.FieldDescriptor)
StructuredValue.Builder
clearFloat64Value ()
 Represents a double-precision floating-point value (a Python `float`).
StructuredValue.Builder
wyczyśćInt64Wartość ()
 Represents a signed integer value, limited to 64 bits.
StructuredValue.Builder
StructuredValue.Builder
wyczyść wartość listy ()
 Represents a list of `Value`.
StructuredValue.Builder
clearNamedTupleValue ()
 Represents Python's namedtuple.
StructuredValue.Builder
wyczyśćBrakWartość ()
 Represents None.
StructuredValue.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
StructuredValue.Builder
wyczyść wartość ciągu ()
 Represents a string of Unicode characters stored in a Python `str`.
StructuredValue.Builder
clearTensorDtypeValue ()
 Represents an enum value for dtype.
StructuredValue.Builder
wyczyśćTensorShapeValue ()
 Represents a TensorShape.
StructuredValue.Builder
clearTensorSpecValue ()
 Represents a value for tf.TensorSpec.
StructuredValue.Builder
wyczyśćTupleValue ()
 Represents a tuple of `Value`.
StructuredValue.Builder
clearTypeSpecValue ()
 Represents a value for tf.TypeSpec.
StructuredValue.Builder
klon ()
wartość logiczna
getBoolValue ()
 Represents a boolean value.
Specyfikacja BoundedTensorProto
getBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
BoundedTensorSpecProto.Builder
getBoundedTensorSpecValueBuilder ()
 Represents a value for tf.BoundedTensorSpec.
BoundedTensorSpecProtoOrBuilder
getBoundedTensorSpecValueOrBuilder ()
 Represents a value for tf.BoundedTensorSpec.
Wartość strukturalna
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Wartość dyktowana
getDictValue ()
 Represents a dict `Value`.
DictValue.Builder
getDictValueBuilder ()
 Represents a dict `Value`.
DictValueOrBuilder
getDictValueOrBuilder ()
 Represents a dict `Value`.
podwójnie
getFloat64Value ()
 Represents a double-precision floating-point value (a Python `float`).
długi
getInt64Value ()
 Represents a signed integer value, limited to 64 bits.
StructuredValue.KindCase
ListaWartości
getListValue ()
 Represents a list of `Value`.
Konstruktor wartości listy
getListValueBuilder ()
 Represents a list of `Value`.
ListValueOrBuilder
getListValueOrBuilder ()
 Represents a list of `Value`.
NazwanaTupleValue
getNamedTupleValue ()
 Represents Python's namedtuple.
NamedTupleValue.Builder
getNamedTupleValueBuilder ()
 Represents Python's namedtuple.
NazwanyTupleValueOrBuilder
getNamedTupleValueOrBuilder ()
 Represents Python's namedtuple.
BrakWartość
getNoneValue ()
 Represents None.
BrakWartość.Builder
getNoneValueBuilder ()
 Represents None.
BrakWartośćOrBuilder
getNoneValueOrBuilder ()
 Represents None.
Strunowy
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`.
Typ danych
getTensorDtypeValue ()
 Represents an enum value for dtype.
wew
getTensorDtypeValueValue ()
 Represents an enum value for dtype.
TensorShapeProto
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.
Wartość krotki
uzyskajTupleValue ()
 Represents a tuple of `Value`.
Kreator wartości krotki
getTupleValueBuilder ()
 Represents a tuple of `Value`.
TupleValueOrBuilder
getTupleValueOrBuilder ()
 Represents a tuple of `Value`.
TypSpecProto
getTypeSpecValue ()
 Represents a value for tf.TypeSpec.
TypSpecProto.Builder
getTypeSpecValueBuilder ()
 Represents a value for tf.TypeSpec.
WpiszSpecProtoOrBuilder
getTypeSpecValueOrBuilder ()
 Represents a value for tf.TypeSpec.
wartość logiczna
hasBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
wartość logiczna
maDictValue ()
 Represents a dict `Value`.
wartość logiczna
maListValue ()
 Represents a list of `Value`.
wartość logiczna
maNamedTupleValue ()
 Represents Python's namedtuple.
wartość logiczna
nie ma żadnej wartości ()
 Represents None.
wartość logiczna
maTensorShapeValue ()
 Represents a TensorShape.
wartość logiczna
maTensorSpecValue ()
 Represents a value for tf.TensorSpec.
wartość logiczna
maTupleValue ()
 Represents a tuple of `Value`.
wartość logiczna
maTypeSpecValue ()
 Represents a value for tf.TypeSpec.
końcowa wartość logiczna
StructuredValue.Builder
mergeBoundedTensorSpecValue (wartość BoundedTensorSpecProto )
 Represents a value for tf.BoundedTensorSpec.
StructuredValue.Builder
mergeDictValue (wartość DictValue )
 Represents a dict `Value`.
StructuredValue.Builder
mergeFrom (com.google.protobuf.Wiadomość inna)
StructuredValue.Builder
mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
StructuredValue.Builder
mergeListValue (wartość ListValue )
 Represents a list of `Value`.
StructuredValue.Builder
mergeNamedTupleValue (wartość NamedTupleValue )
 Represents Python's namedtuple.
StructuredValue.Builder
mergeNoneValue (wartość NoneValue )
 Represents None.
StructuredValue.Builder
mergeTensorShapeValue (wartość TensorShapeProto )
 Represents a TensorShape.
StructuredValue.Builder
mergeTensorSpecValue (wartość TensorSpecProto )
 Represents a value for tf.TensorSpec.
StructuredValue.Builder
mergeTupleValue (wartość TupleValue )
 Represents a tuple of `Value`.
StructuredValue.Builder
mergeTypeSpecValue (wartość TypeSpecProto )
 Represents a value for tf.TypeSpec.
końcowy StructuredValue.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)
StructuredValue.Builder
setBoolValue (wartość logiczna)
 Represents a boolean value.
StructuredValue.Builder
setBoundedTensorSpecValue (wartość BoundedTensorSpecProto )
 Represents a value for tf.BoundedTensorSpec.
StructuredValue.Builder
setBoundedTensorSpecValue ( BoundedTensorSpecProto.Builder builderForValue)
 Represents a value for tf.BoundedTensorSpec.
StructuredValue.Builder
setDictValue ( DictValue.Builder builderForValue)
 Represents a dict `Value`.
StructuredValue.Builder
setDictValue (wartość DictValue )
 Represents a dict `Value`.
StructuredValue.Builder
setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
StructuredValue.Builder
setFloat64Value (podwójna wartość)
 Represents a double-precision floating-point value (a Python `float`).
StructuredValue.Builder
setInt64Value (długa wartość)
 Represents a signed integer value, limited to 64 bits.
StructuredValue.Builder
setListValue ( ListValue.Builder builderForValue)
 Represents a list of `Value`.
StructuredValue.Builder
setListValue (wartość ListValue )
 Represents a list of `Value`.
StructuredValue.Builder
setNamedTupleValue ( NamedTupleValue.Builder builderForValue)
 Represents Python's namedtuple.
StructuredValue.Builder
setNamedTupleValue (wartość NamedTupleValue )
 Represents Python's namedtuple.
StructuredValue.Builder
setNoneValue ( NoneValue.Builder builderForValue)
 Represents None.
StructuredValue.Builder
setNoneValue (wartość NoneValue )
 Represents None.
StructuredValue.Builder
setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)
StructuredValue.Builder
setStringValue (wartość ciągu)
 Represents a string of Unicode characters stored in a Python `str`.
StructuredValue.Builder
setStringValueBytes (wartość com.google.protobuf.ByteString)
 Represents a string of Unicode characters stored in a Python `str`.
StructuredValue.Builder
setTensorDtypeValue (wartość typu danych )
 Represents an enum value for dtype.
StructuredValue.Builder
setTensorDtypeValueValue (wartość int)
 Represents an enum value for dtype.
StructuredValue.Builder
setTensorShapeValue ( TensorShapeProto.Builder builderForValue)
 Represents a TensorShape.
StructuredValue.Builder
setTensorShapeValue (wartość TensorShapeProto )
 Represents a TensorShape.
StructuredValue.Builder
setTensorSpecValue ( TensorSpecProto.Builder builderForValue)
 Represents a value for tf.TensorSpec.
StructuredValue.Builder
setTensorSpecValue (wartość TensorSpecProto )
 Represents a value for tf.TensorSpec.
StructuredValue.Builder
setTupleValue (wartość TupleValue )
 Represents a tuple of `Value`.
StructuredValue.Builder
setTupleValue ( TupleValue.Builder builderForValue)
 Represents a tuple of `Value`.
StructuredValue.Builder
setTypeSpecValue ( TypeSpecProto.Builder builderForValue)
 Represents a value for tf.TypeSpec.
StructuredValue.Builder
setTypeSpecValue (wartość TypeSpecProto )
 Represents a value for tf.TypeSpec.
końcowy StructuredValue.Builder
setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)

Metody dziedziczone

Metody publiczne

public StructuredValue.Builder addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

publiczna kompilacja StructuredValue ()

public StructuredValue buildPartial ()

public StructuredValue.Builder wyczyść ()

public StructuredValue.Builder clearBoolValue ()

 Represents a boolean value.
 
bool bool_value = 14;

public StructuredValue.Builder clearBoundedTensorSpecValue ()

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

public StructuredValue.Builder clearDictValue ()

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

public StructuredValue.Builder clearField (pole com.google.protobuf.Descriptors.FieldDescriptor)

public StructuredValue.Builder clearFloat64Value ()

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

public 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;

public StructuredValue.Builder clearKind ()

public StructuredValue.Builder clearListValue ()

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

public StructuredValue.Builder clearNamedTupleValue ()

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

public StructuredValue.Builder clearNoneValue ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

public StructuredValue.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public 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;

public StructuredValue.Builder clearTensorDtypeValue ()

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

public StructuredValue.Builder clearTensorShapeValue ()

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

public StructuredValue.Builder clearTensorSpecValue ()

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

public StructuredValue.Builder clearTupleValue ()

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

public StructuredValue.Builder clearTypeSpecValue ()

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

publiczny klon StructuredValue.Builder ()

publiczna wartość logiczna getBoolValue ()

 Represents a boolean value.
 
bool bool_value = 14;

public BoundedTensorSpecProto getBoundedTensorSpecValue ()

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

public BoundedTensorSpecProto.Builder getBoundedTensorSpecValueBuilder ()

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

public BoundedTensorSpecProtoOrBuilder getBoundedTensorSpecValueOrBuilder ()

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

public StructuredValue getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

publiczny DictValue getDictValue ()

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

publiczny DictValue.Builder getDictValueBuilder ()

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

publiczny DictValueOrBuilder getDictValueOrBuilder ()

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

publiczny podwójny getFloat64Value ()

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

publiczny długi getInt64Value ()

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

public StructuredValue.KindCase getKindCase ()

publiczna wartość listy getListValue ()

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

public ListValue.Builder getListValueBuilder ()

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

public ListValueOrBuilder getListValueOrBuilder ()

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

public NamedTupleValue getNamedTupleValue ()

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

public NamedTupleValue.Builder getNamedTupleValueBuilder ()

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

public NamedTupleValueOrBuilder getNamedTupleValueOrBuilder ()

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

public NoneValue getNoneValue ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

public NoneValue.Builder getNoneValueBuilder ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

public NoneValueOrBuilder getNoneValueOrBuilder ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

publiczny ciąg 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;

public 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;

publiczny typ danych getTensorDtypeValue ()

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

public int getTensorDtypeValueValue ()

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

publiczny TensorShapeProto getTensorShapeValue ()

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

publiczny TensorShapeProto.Builder getTensorShapeValueBuilder ()

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

publiczny TensorShapeProtoOrBuilder getTensorShapeValueOrBuilder ()

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

publiczny TensorSpecProto getTensorSpecValue ()

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

public TensorSpecProto.Builder getTensorSpecValueBuilder ()

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

public TensorSpecProtoOrBuilder getTensorSpecValueOrBuilder ()

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

publiczna wartość TupleValue getTupleValue ()

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

public TupleValue.Builder getTupleValueBuilder ()

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

publiczny TupleValueOrBuilder getTupleValueOrBuilder ()

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

public TypeSpecProto getTypeSpecValue ()

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

public TypeSpecProto.Builder getTypeSpecValueBuilder ()

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

public TypeSpecProtoOrBuilder getTypeSpecValueOrBuilder ()

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

publiczna wartość logiczna hasBoundedTensorSpecValue ()

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

publiczna wartość logiczna maDictValue ()

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

publiczna wartość logiczna hasListValue ()

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

publiczna wartość logiczna maNamedTupleValue ()

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

publiczna wartość logiczna maNoneValue ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

publiczna wartość logiczna maTensorShapeValue ()

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

publiczna wartość logiczna hasTensorSpecValue ()

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

publiczna wartość logiczna hasTupleValue ()

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

publiczna wartość logiczna hasTypeSpecValue ()

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

publiczna końcowa wartość logiczna isInitialized ()

public StructuredValue.Builder mergeBoundedTensorSpecValue (wartość BoundedTensorSpecProto )

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

public StructuredValue.Builder mergeDictValue (wartość DictValue )

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

public StructuredValue.Builder mergeFrom (com.google.protobuf.Message other)

public StructuredValue.Builder mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public StructuredValue.Builder mergeListValue (wartość ListValue )

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

public StructuredValue.Builder mergeNamedTupleValue (wartość NamedTupleValue )

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

public StructuredValue.Builder mergeNoneValue (wartość NoneValue )

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

public StructuredValue.Builder mergeTensorShapeValue (wartość TensorShapeProto )

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

public StructuredValue.Builder mergeTensorSpecValue (wartość TensorSpecProto )

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

public StructuredValue.Builder mergeTupleValue (wartość TupleValue )

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

public StructuredValue.Builder mergeTypeSpecValue (wartość TypeSpecProto )

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

publiczny końcowy StructuredValue.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public StructuredValue.Builder setBoolValue (wartość logiczna)

 Represents a boolean value.
 
bool bool_value = 14;

public StructuredValue.Builder setBoundedTensorSpecValue (wartość BoundedTensorSpecProto )

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

public StructuredValue.Builder setBoundedTensorSpecValue ( BoundedTensorSpecProto.Builder builderForValue)

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

publiczny StructuredValue.Builder setDictValue ( DictValue.Builder builderForValue)

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

public StructuredValue.Builder setDictValue (wartość DictValue )

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

public StructuredValue.Builder setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

public StructuredValue.Builder setFloat64Value (podwójna wartość)

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

public StructuredValue.Builder setInt64Value (długa wartość)

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

public StructuredValue.Builder setListValue ( ListValue.Builder builderForValue)

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

public StructuredValue.Builder setListValue (wartość ListValue )

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

public StructuredValue.Builder setNamedTupleValue ( NamedTupleValue.Builder builderForValue)

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

public StructuredValue.Builder setNamedTupleValue (wartość NamedTupleValue )

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

public StructuredValue.Builder setNoneValue ( NoneValue.Builder builderForValue)

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

public StructuredValue.Builder setNoneValue (wartość NoneValue )

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

public StructuredValue.Builder setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)

public StructuredValue.Builder setStringValue (wartość ciągu)

 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;

public StructuredValue.Builder setStringValueBytes (wartość 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;

public StructuredValue.Builder setTensorDtypeValue (wartość typu danych )

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

public StructuredValue.Builder setTensorDtypeValueValue (wartość int)

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

public StructuredValue.Builder setTensorShapeValue ( TensorShapeProto.Builder builderForValue)

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

public StructuredValue.Builder setTensorShapeValue (wartość TensorShapeProto )

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

publiczny StructuredValue.Builder setTensorSpecValue ( TensorSpecProto.Builder builderForValue)

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

public StructuredValue.Builder setTensorSpecValue (wartość TensorSpecProto )

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

public StructuredValue.Builder setTupleValue (wartość TupleValue )

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

publiczny StructuredValue.Builder setTupleValue ( TupleValue.Builder builderForValue)

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

public StructuredValue.Builder setTypeSpecValue ( TypeSpecProto.Builder builderForValue)

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

public StructuredValue.Builder setTypeSpecValue (wartość TypeSpecProto )

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

publiczny końcowy StructuredValue.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)