StructuredValueOrBuilder

interfaccia pubblica StructuredValueOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

booleano astratto
getBoolValue ()
 Represents a boolean value.
abstract BoundedTensorSpecProto
getBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
abstract BoundedTensorSpecProtoOrBuilder
getBoundedTensorSpecValueOrBuilder ()
 Represents a value for tf.BoundedTensorSpec.
DictValue astratto
getDictValue ()
 Represents a dict `Value`.
astratto DictValueOrBuilder
getDictValueOrBuilder ()
 Represents a dict `Value`.
doppio astratto
getFloat64Value ()
 Represents a double-precision floating-point value (a Python `float`).
astratto lungo
getInt64Valore ()
 Represents a signed integer value, limited to 64 bits.
abstract StructuredValue.KindCase
valore di elenco astratto
getListValue ()
 Represents a list of `Value`.
astratto ListValueOrBuilder
getListValueOrBuilder ()
 Represents a list of `Value`.
abstract NamedTupleValue
getNamedTupleValue ()
 Represents Python's namedtuple.
abstract NamedTupleValueOrBuilder
getNamedTupleValueOrBuilder ()
 Represents Python's namedtuple.
abstract NoneValue
getNoneValue ()
 Represents None.
abstract NoneValueOrBuilder
getNoneValueOrBuilder ()
 Represents None.
stringa astratta
getStringValue ()
 Represents a string of Unicode characters stored in a Python `str`.
astratto com.google.protobuf.ByteString
getStringValueBytes ()
 Represents a string of Unicode characters stored in a Python `str`.
tipo di dati astratto
getTensorDtypeValue ()
 Represents an enum value for dtype.
astratto int
getTensorDtypeValueValue ()
 Represents an enum value for dtype.
astratto TensorShapeProto
getTensorShapeValue ()
 Represents a TensorShape.
astratto TensorShapeProtoOrBuilder
getTensorShapeValueOrBuilder ()
 Represents a TensorShape.
astratto TensorSpecProto
getTensorSpecValue ()
 Represents a value for tf.TensorSpec.
astratto TensorSpecProtoOrBuilder
getTensorSpecValueOrBuilder ()
 Represents a value for tf.TensorSpec.
TupleValue astratto
getTupleValue ()
 Represents a tuple of `Value`.
TupleValueOrBuilder astratto
getTupleValueOrBuilder ()
 Represents a tuple of `Value`.
abstract TypeSpecProto
getTypeSpecValue ()
 Represents a value for tf.TypeSpec.
abstract TypeSpecProtoOrBuilder
getTypeSpecValueOrBuilder ()
 Represents a value for tf.TypeSpec.
booleano astratto
haBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
booleano astratto
hasDictValue ()
 Represents a dict `Value`.
booleano astratto
hasListValue ()
 Represents a list of `Value`.
booleano astratto
hasNamedTupleValue ()
 Represents Python's namedtuple.
booleano astratto
hasNoneValue ()
 Represents None.
booleano astratto
hasTensorShapeValue ()
 Represents a TensorShape.
booleano astratto
hasTensorSpecValue ()
 Represents a value for tf.TensorSpec.
booleano astratto
hasTupleValue ()
 Represents a tuple of `Value`.
booleano astratto
hasTypeSpecValue ()
 Represents a value for tf.TypeSpec.

Metodi pubblici

pubblico astratto booleano getBoolValue ()

 Represents a boolean value.
 
bool bool_value = 14;

estratto pubblico BoundedTensorSpecProto getBoundedTensorSpecValue ()

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

abstract pubblico BoundedTensorSpecProtoOrBuilder getBoundedTensorSpecValueOrBuilder ()

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

estratto pubblico DictValue getDictValue ()

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

estratto pubblico DictValueOrBuilder getDictValueOrBuilder ()

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

pubblico astratto doppio getFloat64Value ()

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

pubblico astratto lungo getInt64Value ()

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

abstract pubblico StructuredValue.KindCase getKindCase ()

estratto pubblico ListValue getListValue ()

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

estratto pubblico ListValueOrBuilder getListValueOrBuilder ()

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

estratto pubblico NamedTupleValue getNamedTupleValue ()

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

abstract pubblico NamedTupleValueOrBuilder getNamedTupleValueOrBuilder ()

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

estratto pubblico NoneValue getNoneValue ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

abstract pubblico NoneValueOrBuilder getNoneValueOrBuilder ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

stringa astratta pubblica 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;

estratto pubblico 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;

public abstract DataType getTensorDtypeValue ()

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

public abstract int getTensorDtypeValueValue ()

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

estratto pubblico TensorShapeProto getTensorShapeValue ()

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

public abstract TensorShapeProtoOrBuilder getTensorShapeValueOrBuilder ()

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

estratto pubblico TensorSpecProto getTensorSpecValue ()

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

public abstract TensorSpecProtoOrBuilder getTensorSpecValueOrBuilder ()

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

estratto pubblico TupleValue getTupleValue ()

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

public abstract TupleValueOrBuilder getTupleValueOrBuilder ()

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

estratto pubblico TypeSpecProto getTypeSpecValue ()

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

public abstract TypeSpecProtoOrBuilder getTypeSpecValueOrBuilder ()

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

pubblico astratto booleano hasBoundedTensorSpecValue ()

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

pubblico astratto booleano hasDictValue ()

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

hasListValue pubblico astratto booleano ()

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

booleano astratto pubblico hasNamedTupleValue ()

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

public abstract booleano hasNoneValue ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

pubblico astratto booleano hasTensorShapeValue ()

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

pubblico astratto booleano hasTensorSpecValue ()

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

pubblico astratto booleano hasTupleValue ()

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

pubblico astratto booleano hasTypeSpecValue ()

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