interfejs publiczny StructuredValueOrBuilder
Znane podklasy pośrednie |
Metody publiczne
abstrakcyjna wartość logiczna | getBoolValue () Represents a boolean value. |
streszczenie BoundedTensorSpecProto | getBoundedTensorSpecValue () Represents a value for tf.BoundedTensorSpec. |
streszczenie BoundedTensorSpecProtoOrBuilder | getBoundedTensorSpecValueOrBuilder () Represents a value for tf.BoundedTensorSpec. |
abstrakcyjna wartość | getDictValue () Represents a dict `Value`. |
streszczenie DictValueOrBuilder | getDictValueOrBuilder () Represents a dict `Value`. |
abstrakcyjny dublet | getFloat64Value () Represents a double-precision floating-point value (a Python `float`). |
streszczenie długie | getInt64Value () Represents a signed integer value, limited to 64 bits. |
streszczenie StructuredValue.KindCase | getKindCase () |
abstrakcyjna wartość listy | getListValue () Represents a list of `Value`. |
streszczenie ListValueOrBuilder | getListValueOrBuilder () Represents a list of `Value`. |
streszczenie NamedTupleValue | getNamedTupleValue () Represents Python's namedtuple. |
streszczenie NamedTupleValueOrBuilder | getNamedTupleValueOrBuilder () Represents Python's namedtuple. |
streszczenie BrakWartość | getNoneValue () Represents None. |
streszczenie NoneValueOrBuilder | getNoneValueOrBuilder () Represents None. |
abstrakcyjny ciąg | getStringValue () Represents a string of Unicode characters stored in a Python `str`. |
streszczenie com.google.protobuf.ByteString | getStringValueBytes () Represents a string of Unicode characters stored in a Python `str`. |
abstrakcyjny typ danych | getTensorDtypeValue () Represents an enum value for dtype. |
streszczenie wew | getTensorDtypeValueValue () Represents an enum value for dtype. |
abstrakcyjny TensorShapeProto | getTensorShapeValue () Represents a TensorShape. |
abstrakcyjny TensorShapeProtoOrBuilder | getTensorShapeValueOrBuilder () Represents a TensorShape. |
streszczenie TensorSpecProto | getTensorSpecValue () Represents a value for tf.TensorSpec. |
streszczenie TensorSpecProtoOrBuilder | getTensorSpecValueOrBuilder () Represents a value for tf.TensorSpec. |
abstrakcyjna wartość krotki | uzyskajTupleValue () Represents a tuple of `Value`. |
abstrakcyjny TupleValueOrBuilder | getTupleValueOrBuilder () Represents a tuple of `Value`. |
streszczenie TypSpecProto | getTypeSpecValue () Represents a value for tf.TypeSpec. |
streszczenie TypeSpecProtoOrBuilder | getTypeSpecValueOrBuilder () Represents a value for tf.TypeSpec. |
abstrakcyjna wartość logiczna | hasBoundedTensorSpecValue () Represents a value for tf.BoundedTensorSpec. |
abstrakcyjna wartość logiczna | maDictValue () Represents a dict `Value`. |
abstrakcyjna wartość logiczna | maListValue () Represents a list of `Value`. |
abstrakcyjna wartość logiczna | maNamedTupleValue () Represents Python's namedtuple. |
abstrakcyjna wartość logiczna | nie ma żadnej wartości () Represents None. |
abstrakcyjna wartość logiczna | maTensorShapeValue () Represents a TensorShape. |
abstrakcyjna wartość logiczna | maTensorSpecValue () Represents a value for tf.TensorSpec. |
abstrakcyjna wartość logiczna | maTupleValue () Represents a tuple of `Value`. |
abstrakcyjna wartość logiczna | maTypeSpecValue () Represents a value for tf.TypeSpec. |
Metody publiczne
publiczna abstrakcja logiczna getBoolValue ()
Represents a boolean value.
bool bool_value = 14;
publiczny streszczenie BoundedTensorSpecProto getBoundedTensorSpecValue ()
Represents a value for tf.BoundedTensorSpec.
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35;
public streszczenie BoundedTensorSpecProtoOrBuilder getBoundedTensorSpecValueOrBuilder ()
Represents a value for tf.BoundedTensorSpec.
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35;
publiczne streszczenie DictValue getDictValue ()
Represents a dict `Value`.
.tensorflow.DictValue dict_value = 53;
publiczne streszczenie DictValueOrBuilder getDictValueOrBuilder ()
Represents a dict `Value`.
.tensorflow.DictValue dict_value = 53;
publiczne streszczenie podwójne getFloat64Value ()
Represents a double-precision floating-point value (a Python `float`).
double float64_value = 11;
publiczne streszczenie długie getInt64Value ()
Represents a signed integer value, limited to 64 bits. Larger values from Python's arbitrary-precision integers are unsupported.
sint64 int64_value = 12;
publiczne streszczenie ListValue getListValue ()
Represents a list of `Value`.
.tensorflow.ListValue list_value = 51;
publiczne streszczenie ListValueOrBuilder getListValueOrBuilder ()
Represents a list of `Value`.
.tensorflow.ListValue list_value = 51;
publiczne streszczenie NamedTupleValue getNamedTupleValue ()
Represents Python's namedtuple.
.tensorflow.NamedTupleValue named_tuple_value = 54;
publiczne streszczenie NamedTupleValueOrBuilder getNamedTupleValueOrBuilder ()
Represents Python's namedtuple.
.tensorflow.NamedTupleValue named_tuple_value = 54;
publiczne streszczenie NoneValue getNoneValue ()
Represents None.
.tensorflow.NoneValue none_value = 1;
publiczne streszczenie NoneValueOrBuilder getNoneValueOrBuilder ()
Represents None.
.tensorflow.NoneValue none_value = 1;
publiczny ciąg abstrakcyjny 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;
publiczne streszczenie 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 abstrakcyjny typ danych getTensorDtypeValue ()
Represents an enum value for dtype.
.tensorflow.DataType tensor_dtype_value = 32;
publiczne streszczenie int getTensorDtypeValueValue ()
Represents an enum value for dtype.
.tensorflow.DataType tensor_dtype_value = 32;
publiczne streszczenie TensorShapeProto getTensorShapeValue ()
Represents a TensorShape.
.tensorflow.TensorShapeProto tensor_shape_value = 31;
publiczne streszczenie TensorShapeProtoOrBuilder getTensorShapeValueOrBuilder ()
Represents a TensorShape.
.tensorflow.TensorShapeProto tensor_shape_value = 31;
publiczne streszczenie TensorSpecProto getTensorSpecValue ()
Represents a value for tf.TensorSpec.
.tensorflow.TensorSpecProto tensor_spec_value = 33;
publiczne streszczenie TensorSpecProtoOrBuilder getTensorSpecValueOrBuilder ()
Represents a value for tf.TensorSpec.
.tensorflow.TensorSpecProto tensor_spec_value = 33;
publiczne streszczenie TupleValue getTupleValue ()
Represents a tuple of `Value`.
.tensorflow.TupleValue tuple_value = 52;
publiczne streszczenie TupleValueOrBuilder getTupleValueOrBuilder ()
Represents a tuple of `Value`.
.tensorflow.TupleValue tuple_value = 52;
publiczne streszczenie TypeSpecProto getTypeSpecValue ()
Represents a value for tf.TypeSpec.
.tensorflow.TypeSpecProto type_spec_value = 34;
publiczne streszczenie TypeSpecProtoOrBuilder getTypeSpecValueOrBuilder ()
Represents a value for tf.TypeSpec.
.tensorflow.TypeSpecProto type_spec_value = 34;
publiczna wartość logiczna abstrakcyjna hasBoundedTensorSpecValue ()
Represents a value for tf.BoundedTensorSpec.
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35;
publiczna wartość logiczna abstrakcyjna maDictValue ()
Represents a dict `Value`.
.tensorflow.DictValue dict_value = 53;
publiczna wartość logiczna abstrakcyjna hasListValue ()
Represents a list of `Value`.
.tensorflow.ListValue list_value = 51;
publiczna wartość logiczna abstrakcyjna maNamedTupleValue ()
Represents Python's namedtuple.
.tensorflow.NamedTupleValue named_tuple_value = 54;
publiczna wartość logiczna abstrakcyjna maNoneValue ()
Represents None.
.tensorflow.NoneValue none_value = 1;
publiczna wartość logiczna abstrakcyjna maTensorShapeValue ()
Represents a TensorShape.
.tensorflow.TensorShapeProto tensor_shape_value = 31;
publiczna wartość logiczna abstrakcyjna hasTensorSpecValue ()
Represents a value for tf.TensorSpec.
.tensorflow.TensorSpecProto tensor_spec_value = 33;
publiczna wartość logiczna abstrakcyjna hasTupleValue ()
Represents a tuple of `Value`.
.tensorflow.TupleValue tuple_value = 52;
publiczna wartość logiczna abstrakcyjna hasTypeSpecValue ()
Represents a value for tf.TypeSpec.
.tensorflow.TypeSpecProto type_spec_value = 34;