StructuredValueOrBuilder

공개 인터페이스 StructuredValueOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 부울
getBool값 ()
 Represents a boolean value.
추상 BoundedTensorSpecProto
getBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
추상 BoundedTensorSpecProtoOrBuilder
getBoundedTensorSpecValueOrBuilder ()
 Represents a value for tf.BoundedTensorSpec.
추상 DictValue
getDict값 ()
 Represents a dict `Value`.
추상 DictValueOrBuilder
getDictValueOrBuilder ()
 Represents a dict `Value`.
추상 더블
getFloat64값 ()
 Represents a double-precision floating-point value (a Python `float`).
추상적인 긴
getInt64값 ()
 Represents a signed integer value, limited to 64 bits.
추상 StructuredValue.KindCase
추상 목록값
getList값 ()
 Represents a list of `Value`.
추상 ListValueOrBuilder
getListValueOrBuilder ()
 Represents a list of `Value`.
추상 NamedTupleValue
getNamedTupleValue ()
 Represents Python's namedtuple.
NamedTupleValueOrBuilder 추상
getNamedTupleValueOrBuilder ()
 Represents Python's namedtuple.
추상 없음값
getNone값 ()
 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
getTensorShape값 ()
 Represents a TensorShape.
추상 TensorShapeProtoOrBuilder
getTensorShapeValueOrBuilder ()
 Represents a TensorShape.
추상 TensorSpecProto
getTensorSpec값 ()
 Represents a value for tf.TensorSpec.
추상 TensorSpecProtoOrBuilder
getTensorSpecValueOrBuilder ()
 Represents a value for tf.TensorSpec.
추상 튜플값
getTupleValue ()
 Represents a tuple of `Value`.
추상 TupleValueOrBuilder
getTupleValueOrBuilder ()
 Represents a tuple of `Value`.
추상 TypeSpecProto
getTypeSpec값 ()
 Represents a value for tf.TypeSpec.
추상 TypeSpecProtoOrBuilder
getTypeSpecValueOrBuilder ()
 Represents a value for tf.TypeSpec.
추상 부울
hasBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
추상 부울
hasDict값 ()
 Represents a dict `Value`.
추상 부울
hasList값 ()
 Represents a list of `Value`.
추상 부울
hasNamedTupleValue ()
 Represents Python's namedtuple.
추상 부울
hasNone값 ()
 Represents None.
추상 부울
hasTensorShape값 ()
 Represents a TensorShape.
추상 부울
hasTensorSpec값 ()
 Represents a value for tf.TensorSpec.
추상 부울
hasTupleValue ()
 Represents a tuple of `Value`.
추상 부울
hasTypeSpec값 ()
 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;

공개 추상 TypeSpecProto getTypeSpecValue ()

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

공개 추상 TypeSpecProtoOrBuilder getTypeSpecValueOrBuilder ()

 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;