StructuredValueOrBuilder

interfaz pública StructuredValueOrBuilder
Subclases indirectas conocidas

Métodos públicos

booleano abstracto
getBoolValue ()
 Represents a boolean value.
abstracto BoundedTensorSpecProto
getBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
resumen BoundedTensorSpecProtoOrBuilder
getBoundedTensorSpecValueOrBuilder ()
 Represents a value for tf.BoundedTensorSpec.
resumen DictValue
getDictValue ()
 Represents a dict `Value`.
resumen DictValueOrBuilder
getDictValueOrBuilder ()
 Represents a dict `Value`.
doble abstracto
getFloat64Value ()
 Represents a double-precision floating-point value (a Python `float`).
abstracto largo
getInt64Value ()
 Represents a signed integer value, limited to 64 bits.
resumen StructuredValue.KindCase
Resumen ListValue
getListValue ()
 Represents a list of `Value`.
resumen ListValueOrBuilder
getListValueOrBuilder ()
 Represents a list of `Value`.
resumen NamedTupleValue
getNamedTupleValue ()
 Represents Python's namedtuple.
resumen NamedTupleValueOrBuilder
getNamedTupleValueOrBuilder ()
 Represents Python's namedtuple.
resumen NoneValue
getNoneValue ()
 Represents None.
resumen NoneValueOrBuilder
getNoneValueOrBuilder ()
 Represents None.
cadena abstracta
getStringValue ()
 Represents a string of Unicode characters stored in a Python `str`.
resumen com.google.protobuf.ByteString
getStringValueBytes ()
 Represents a string of Unicode characters stored in a Python `str`.
Tipo de datos abstracto
getTensorDtypeValue ()
 Represents an enum value for dtype.
int abstracto
getTensorDtypeValueValue ()
 Represents an enum value for dtype.
abstracto TensorShapeProto
getTensorShapeValue ()
 Represents a TensorShape.
abstracto TensorShapeProtoOrBuilder
getTensorShapeValueOrBuilder ()
 Represents a TensorShape.
abstracto TensorSpecProto
getTensorSpecValue ()
 Represents a value for tf.TensorSpec.
abstracto TensorSpecProtoOrBuilder
getTensorSpecValueOrBuilder ()
 Represents a value for tf.TensorSpec.
resumen TupleValue
getTupleValue ()
 Represents a tuple of `Value`.
resumen TupleValueOrBuilder
getTupleValueOrBuilder ()
 Represents a tuple of `Value`.
Resumen TypeSpecProto
getTypeSpecValue ()
 Represents a value for tf.TypeSpec.
Resumen TypeSpecProtoOrBuilder
getTypeSpecValueOrBuilder ()
 Represents a value for tf.TypeSpec.
booleano abstracto
hasBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
booleano abstracto
hasDictValue ()
 Represents a dict `Value`.
booleano abstracto
hasListValue ()
 Represents a list of `Value`.
booleano abstracto
hasNamedTupleValue ()
 Represents Python's namedtuple.
booleano abstracto
hasNoneValue ()
 Represents None.
booleano abstracto
hasTensorShapeValue ()
 Represents a TensorShape.
booleano abstracto
hasTensorSpecValue ()
 Represents a value for tf.TensorSpec.
booleano abstracto
hasTupleValue ()
 Represents a tuple of `Value`.
booleano abstracto
hasTypeSpecValue ()
 Represents a value for tf.TypeSpec.

Métodos públicos

getBoolValue booleano abstracto público ()

 Represents a boolean value.
 
bool bool_value = 14;

public abstract BoundedTensorSpecProto getBoundedTensorSpecValue ()

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

public abstract BoundedTensorSpecProtoOrBuilder getBoundedTensorSpecValueOrBuilder ()

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

resumen público DictValue getDictValue ()

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

resumen público DictValueOrBuilder getDictValueOrBuilder ()

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

público abstracto doble getFloat64Value ()

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

public abstract long getInt64Value ()

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

resumen público StructuredValue.KindCase getKindCase ()

Resumen público ListValue getListValue ()

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

resumen público ListValueOrBuilder getListValueOrBuilder ()

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

resumen público NamedTupleValue getNamedTupleValue ()

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

resumen público NamedTupleValueOrBuilder getNamedTupleValueOrBuilder ()

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

resumen público NoneValue getNoneValue ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

resumen público NoneValueOrBuilder getNoneValueOrBuilder ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

cadena abstracta pública 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;

resumen público 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 abstracto público 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;

resumen público TensorShapeProto getTensorShapeValue ()

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

resumen público TensorShapeProtoOrBuilder getTensorShapeValueOrBuilder ()

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

resumen público TensorSpecProto getTensorSpecValue ()

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

resumen público TensorSpecProtoOrBuilder getTensorSpecValueOrBuilder ()

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

public abstract TupleValue getTupleValue ()

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

resumen público TupleValueOrBuilder getTupleValueOrBuilder ()

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

Resumen público TypeSpecProto getTypeSpecValue ()

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

Resumen público TypeSpecProtoOrBuilder getTypeSpecValueOrBuilder ()

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

público abstracto booleano hasBoundedTensorSpecValue ()

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

hasDictValue () booleano abstracto público

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

public abstract boolean hasListValue ()

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

público abstracto booleano hasNamedTupleValue ()

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

public abstract boolean hasNoneValue ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

público abstracto booleano hasTensorShapeValue ()

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

público abstracto booleano hasTensorSpecValue ()

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

hasTupleValue () booleano abstracto público

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

hasTypeSpecValue () booleano abstracto público

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