StructuredValueOrBuilder

सार्वजनिक इंटरफ़ेस StructuredValueOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

अमूर्त बूलियन
getBoolValue ()
 Represents a boolean value.
सार BoundedTensorSpecProto
getBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
सार BoundedTensorSpecProtoOrBuilder
getBoundedTensorSpecValueOrBuilder ()
 Represents a value for tf.BoundedTensorSpec.
सार DictValue
getDictValue ()
 Represents a dict `Value`.
सार DictValueOrBuilder
getDictValueOrBuilder ()
 Represents a dict `Value`.
सार दोहरा
getFloat64Value ()
 Represents a double-precision floating-point value (a Python `float`).
अमूर्त लंबा
getInt64Value ()
 Represents a signed integer value, limited to 64 bits.
सार StructuredValue.KindCase
सार सूची मान
getListValue ()
 Represents a list of `Value`.
सार ListValueOrBuilder
getListValueOrBuilder ()
 Represents a list of `Value`.
सार NamedTupleValue
getNamedTupleValue ()
 Represents Python's namedtuple.
सार NamedTupleValueOrBuilder
getNamedTupleValueOrBuilder ()
 Represents Python's namedtuple.
सार कोई नहीं मूल्य
getNoneValue ()
 Represents None.
सार NoneValueOrBuilder
getNoneValueOrBuilder ()
 Represents None.
सार स्ट्रिंग
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`.
सार डेटा प्रकार
getTensorDtypeValue ()
 Represents an enum value for dtype.
सार इंट
getTensorDtypeValueValue ()
 Represents an enum value for dtype.
सार TensorShapeProto
getTensorShapeValue ()
 Represents a TensorShape.
सार TensorShapeProtoOrBuilder
getTensorShapeValueOrBuilder ()
 Represents a TensorShape.
सार TensorSpecProto
getTensorSpecValue ()
 Represents a value for tf.TensorSpec.
सार TensorSpecProtoOrBuilder
getTensorSpecValueOrBuilder ()
 Represents a value for tf.TensorSpec.
सार TupleValue
getTupleValue ()
 Represents a tuple of `Value`.
सार TupleValueOrBuilder
getTupleValueOrBuilder ()
 Represents a tuple of `Value`.
सार टाइपस्पेकप्रोटो
getTypeSpecValue ()
 Represents a value for tf.TypeSpec.
सार टाइपस्पेकप्रोटोऑरबिल्डर
getTypeSpecValueOrBuilder ()
 Represents a value for tf.TypeSpec.
अमूर्त बूलियन
hasBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
अमूर्त बूलियन
hasDictValue ()
 Represents a dict `Value`.
अमूर्त बूलियन
हैलिस्टवैल्यू ()
 Represents a list of `Value`.
अमूर्त बूलियन
hasNamedTupleValue ()
 Represents Python's namedtuple.
अमूर्त बूलियन
hasNoneValue ()
 Represents None.
अमूर्त बूलियन
hasTensorShapeValue ()
 Represents a TensorShape.
अमूर्त बूलियन
hasTensorSpecValue ()
 Represents a value for tf.TensorSpec.
अमूर्त बूलियन
hasTupleValue ()
 Represents a tuple of `Value`.
अमूर्त बूलियन
hasTypeSpecValue ()
 Represents a value for tf.TypeSpec.

सार्वजनिक तरीके

सार्वजनिक सार बूलियन getBoolValue ()

 Represents a boolean value.
 
bool bool_value = 14;

सार्वजनिक सार BoundedTensorSpecProto getBoundedTensorSpecValue ()

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

सार्वजनिक सार BoundedTensorSpecProtoOrBuilder getBoundedTensorSpecValueOrBuilder ()

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

सार्वजनिक सार DictValue getDictValue ()

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

सार्वजनिक सार DictValueOrBuilder getDictValueOrBuilder ()

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

सार्वजनिक सार डबल getFloat64Value ()

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

सार्वजनिक सार लंबा getInt64Value ()

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

सार्वजनिक सार StructuredValue.KindCase getKindCase ()

सार्वजनिक सार ListValue getListValue ()

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

सार्वजनिक सार ListValueOrBuilder getListValueOrBuilder ()

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

सार्वजनिक सार NamedTupleValue getNamedTupleValue ()

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

सार्वजनिक सार NamedTupleValueOrBuilder getNamedTupleValueOrBuilder ()

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

सार्वजनिक सार NoneValue getNoneValue ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

सार्वजनिक सार NoneValueOrBuilder getNoneValueOrBuilder ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

सार्वजनिक सार स्ट्रिंग 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;

सार्वजनिक सार 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;

सार्वजनिक सार डेटा प्रकार getTensorDtypeValue ()

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

सार्वजनिक सार int getTensorDtypeValueValue ()

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

सार्वजनिक सार TensorShapeProto getTensorShapeValue ()

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

सार्वजनिक सार TensorShapeProtoOrBuilder getTensorShapeValueOrBuilder ()

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

सार्वजनिक सार TensorSpecProto getTensorSpecValue ()

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

सार्वजनिक सार TensorSpecProtoOrBuilder getTensorSpecValueOrBuilder ()

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

सार्वजनिक सार TupleValue getTupleValue ()

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

सार्वजनिक सार TupleValueOrBuilder getTupleValueOrBuilder ()

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

सार्वजनिक सार टाइपस्पेकप्रोटो गेटटाइपस्पेकवैल्यू ()

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

सार्वजनिक सार टाइपस्पेकप्रोटोऑरबिल्डर गेटटाइपस्पेकवैल्यूऑरबिल्डर ()

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

सार्वजनिक सार बूलियन hasBoundedTensorSpecValue ()

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

सार्वजनिक सार बूलियन hasDictValue ()

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

सार्वजनिक सार बूलियन hasListValue ()

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

सार्वजनिक सार बूलियन hasNamedTupleValue ()

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

सार्वजनिक सार बूलियन hasNoneValue ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

सार्वजनिक सार बूलियन hasTensorShapeValue ()

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

सार्वजनिक सार बूलियन hasTensorSpecValue ()

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

सार्वजनिक सार बूलियन hasTupleValue ()

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

सार्वजनिक सार बूलियन hasTypeSpecValue ()

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