interfaz pública StructuredValueOrBuilder
Subclases indirectas conocidas |
Métodos públicos
booleano abstracto | obtenerBoolValue () Represents a boolean value. |
resumen BoundedTensorSpecProto | getBoundedTensorSpecValue () Represents a value for tf.BoundedTensorSpec. |
abstracto BoundedTensorSpecProtoOrBuilder | getBoundedTensorSpecValueOrBuilder () Represents a value for tf.BoundedTensorSpec. |
resumen DictValue | obtenerDictValue () Represents a dict `Value`. |
resumen DictValueOrBuilder | getDictValueOrBuilder () Represents a dict `Value`. |
doble abstracto | obtenerFloat64Value () Represents a double-precision floating-point value (a Python `float`). |
abstracto largo | obtenerInt64Value () Represents a signed integer value, limited to 64 bits. |
resumen StructuredValue.KindCase | |
valor de lista abstracto | obtenerValorLista () 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 NingunoValor | obtenerNingunoValor () Represents None. |
abstracto NingunoValueOrBuilder | getNoneValueOrBuilder () Represents None. |
cadena abstracta | obtenerStringValue () Represents a string of Unicode characters stored in a Python `str`. |
resumen com.google.protobuf.ByteString | obtenerStringValueBytes () Represents a string of Unicode characters stored in a Python `str`. |
tipo de datos abstracto | getTensorDtypeValue () Represents an enum value for dtype. |
resumen entero | getTensorDtypeValueValue () Represents an enum value for dtype. |
resumen TensorShapeProto | obtenerTensorShapeValue () Represents a TensorShape. |
abstracto TensorShapeProtoOrBuilder | getTensorShapeValueOrBuilder () Represents a TensorShape. |
TensorSpecProto abstracto | obtenerTensorSpecValue () Represents a value for tf.TensorSpec. |
TensorSpecProtoOrBuilder abstracto | getTensorSpecValueOrBuilder () Represents a value for tf.TensorSpec. |
valortuple abstracto | obtenerValorTupla () Represents a tuple of `Value`. |
resumen TupleValueOrBuilder | getTupleValueOrBuilder () Represents a tuple of `Value`. |
resumen TypeSpecProto | getTypeSpecValue () Represents a value for tf.TypeSpec. |
abstracto TypeSpecProtoOrBuilder | getTypeSpecValueOrBuilder () Represents a value for tf.TypeSpec. |
booleano abstracto | tieneBoundedTensorSpecValue () Represents a value for tf.BoundedTensorSpec. |
booleano abstracto | tieneDictValue () Represents a dict `Value`. |
booleano abstracto | tieneListValue () Represents a list of `Value`. |
booleano abstracto | tieneNamedTupleValue () Represents Python's namedtuple. |
booleano abstracto | no tiene ningún valor () Represents None. |
booleano abstracto | tieneTensorShapeValue () Represents a TensorShape. |
booleano abstracto | tieneTensorSpecValue () Represents a value for tf.TensorSpec. |
booleano abstracto | tieneTupleValue () Represents a tuple of `Value`. |
booleano abstracto | tieneTypeSpecValue () Represents a value for tf.TypeSpec. |
Métodos públicos
getBoolValue booleano abstracto público ()
Represents a boolean value.
bool bool_value = 14;
resumen público BoundedTensorSpecProto getBoundedTensorSpecValue ()
Represents a value for tf.BoundedTensorSpec.
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35;
resumen público 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;
resumen público doble getFloat64Value ()
Represents a double-precision floating-point value (a Python `float`).
double float64_value = 11;
resumen público largo 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 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 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;
Tipo de datos abstracto público getTensorDtypeValue ()
Represents an enum value for dtype.
.tensorflow.DataType tensor_dtype_value = 32;
resumen público 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;
resumen público 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;
TypeSpecProto abstracto público para getTypeSpecValue ()
Represents a value for tf.TypeSpec.
.tensorflow.TypeSpecProto type_spec_value = 34;
público abstracto TypeSpecProtoOrBuilder getTypeSpecValueOrBuilder ()
Represents a value for tf.TypeSpec.
.tensorflow.TypeSpecProto type_spec_value = 34;
hasBoundedTensorSpecValue booleano abstracto público ()
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;
hasListValue booleano abstracto público ()
Represents a list of `Value`.
.tensorflow.ListValue list_value = 51;
resumen público booleano hasNamedTupleValue ()
Represents Python's namedtuple.
.tensorflow.NamedTupleValue named_tuple_value = 54;
resumen público booleano hasNoneValue ()
Represents None.
.tensorflow.NoneValue none_value = 1;
hasTensorShapeValue booleano abstracto público ()
Represents a TensorShape.
.tensorflow.TensorShapeProto tensor_shape_value = 31;
hasTensorSpecValue booleano abstracto público ()
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;
interfaz pública StructuredValueOrBuilder
Subclases indirectas conocidas |
Métodos públicos
booleano abstracto | obtenerBoolValue () Represents a boolean value. |
resumen BoundedTensorSpecProto | getBoundedTensorSpecValue () Represents a value for tf.BoundedTensorSpec. |
abstracto BoundedTensorSpecProtoOrBuilder | getBoundedTensorSpecValueOrBuilder () Represents a value for tf.BoundedTensorSpec. |
resumen DictValue | obtenerDictValue () Represents a dict `Value`. |
resumen DictValueOrBuilder | getDictValueOrBuilder () Represents a dict `Value`. |
doble abstracto | obtenerFloat64Value () Represents a double-precision floating-point value (a Python `float`). |
abstracto largo | obtenerInt64Value () Represents a signed integer value, limited to 64 bits. |
resumen StructuredValue.KindCase | |
valor de lista abstracto | obtenerValorLista () 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 NingunoValor | obtenerNingunoValor () Represents None. |
abstracto NingunoValueOrBuilder | getNoneValueOrBuilder () Represents None. |
cadena abstracta | obtenerStringValue () Represents a string of Unicode characters stored in a Python `str`. |
resumen com.google.protobuf.ByteString | obtenerStringValueBytes () Represents a string of Unicode characters stored in a Python `str`. |
tipo de datos abstracto | getTensorDtypeValue () Represents an enum value for dtype. |
resumen entero | getTensorDtypeValueValue () Represents an enum value for dtype. |
resumen TensorShapeProto | obtenerTensorShapeValue () Represents a TensorShape. |
abstracto TensorShapeProtoOrBuilder | getTensorShapeValueOrBuilder () Represents a TensorShape. |
TensorSpecProto abstracto | obtenerTensorSpecValue () Represents a value for tf.TensorSpec. |
TensorSpecProtoOrBuilder abstracto | getTensorSpecValueOrBuilder () Represents a value for tf.TensorSpec. |
valortuple abstracto | obtenerValorTupla () Represents a tuple of `Value`. |
resumen TupleValueOrBuilder | getTupleValueOrBuilder () Represents a tuple of `Value`. |
resumen TypeSpecProto | getTypeSpecValue () Represents a value for tf.TypeSpec. |
abstracto TypeSpecProtoOrBuilder | getTypeSpecValueOrBuilder () Represents a value for tf.TypeSpec. |
booleano abstracto | tieneBoundedTensorSpecValue () Represents a value for tf.BoundedTensorSpec. |
booleano abstracto | tieneDictValue () Represents a dict `Value`. |
booleano abstracto | tieneListValue () Represents a list of `Value`. |
booleano abstracto | tieneNamedTupleValue () Represents Python's namedtuple. |
booleano abstracto | no tiene ningún valor () Represents None. |
booleano abstracto | tieneTensorShapeValue () Represents a TensorShape. |
booleano abstracto | tieneTensorSpecValue () Represents a value for tf.TensorSpec. |
booleano abstracto | tieneTupleValue () Represents a tuple of `Value`. |
booleano abstracto | tieneTypeSpecValue () Represents a value for tf.TypeSpec. |
Métodos públicos
getBoolValue booleano abstracto público ()
Represents a boolean value.
bool bool_value = 14;
resumen público BoundedTensorSpecProto getBoundedTensorSpecValue ()
Represents a value for tf.BoundedTensorSpec.
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35;
resumen público 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;
doble abstracto público getFloat64Value ()
Represents a double-precision floating-point value (a Python `float`).
double float64_value = 11;
resumen público largo 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 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 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;
Tipo de datos abstracto público getTensorDtypeValue ()
Represents an enum value for dtype.
.tensorflow.DataType tensor_dtype_value = 32;
resumen público 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;
resumen público 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;
TypeSpecProto abstracto público para getTypeSpecValue ()
Represents a value for tf.TypeSpec.
.tensorflow.TypeSpecProto type_spec_value = 34;
público abstracto TypeSpecProtoOrBuilder getTypeSpecValueOrBuilder ()
Represents a value for tf.TypeSpec.
.tensorflow.TypeSpecProto type_spec_value = 34;
hasBoundedTensorSpecValue booleano abstracto público ()
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;
hasListValue booleano abstracto público ()
Represents a list of `Value`.
.tensorflow.ListValue list_value = 51;
resumen público booleano hasNamedTupleValue ()
Represents Python's namedtuple.
.tensorflow.NamedTupleValue named_tuple_value = 54;
resumen público booleano hasNoneValue ()
Represents None.
.tensorflow.NoneValue none_value = 1;
hasTensorShapeValue booleano abstracto público ()
Represents a TensorShape.
.tensorflow.TensorShapeProto tensor_shape_value = 31;
hasTensorSpecValue booleano abstracto público ()
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;