StructuredValue.Builder

공개 정적 최종 클래스 StructuredValue.Builder

 `StructuredValue` represents a dynamically typed value representing various
 data structures that are inspired by Python data structures typically used in
 TensorFlow functions as inputs and outputs.
 For example when saving a Layer there may be a `training` argument. If the
 user passes a boolean True/False, that switches between two concrete
 TensorFlow functions. In order to switch between them in the same way after
 loading the SavedModel, we need to represent "True" and "False".
 A more advanced example might be a function which takes a list of
 dictionaries mapping from strings to Tensors. In order to map from
 user-specified arguments `[{"a": tf.constant(1.)}, {"q": tf.constant(3.)}]`
 after load to the right saved TensorFlow function, we need to represent the
 nested structure and the strings, recording that we have a trace for anything
 matching `[{"a": tf.TensorSpec(None, tf.float32)}, {"q": tf.TensorSpec([],
 tf.float64)}]` as an example.
 Likewise functions may return nested structures of Tensors, for example
 returning a dictionary mapping from strings to Tensors. In order for the
 loaded function to return the same structure we need to serialize it.
 This is an ergonomic aid for working with loaded SavedModels, not a promise
 to serialize all possible function signatures. For example we do not expect
 to pickle generic Python objects, and ideally we'd stay language-agnostic.
 
Protobuf 유형 tensorflow.StructuredValue

공개 방법

StructuredValue.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
구조화된 가치
짓다 ()
구조화된 가치
StructuredValue.Builder
StructuredValue.Builder
클리어부울값 ()
 Represents a boolean value.
StructuredValue.Builder
ClearBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
StructuredValue.Builder
클리어딕트값 ()
 Represents a dict `Value`.
StructuredValue.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
StructuredValue.Builder
클리어플로트64값 ()
 Represents a double-precision floating-point value (a Python `float`).
StructuredValue.Builder
클리어Int64값 ()
 Represents a signed integer value, limited to 64 bits.
StructuredValue.Builder
StructuredValue.Builder
클리어리스트값 ()
 Represents a list of `Value`.
StructuredValue.Builder
ClearNamedTupleValue ()
 Represents Python's namedtuple.
StructuredValue.Builder
클리어None값 ()
 Represents None.
StructuredValue.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
StructuredValue.Builder
클리어스트링값 ()
 Represents a string of Unicode characters stored in a Python `str`.
StructuredValue.Builder
ClearTensorDtypeValue ()
 Represents an enum value for dtype.
StructuredValue.Builder
클리어텐서셰이프값 ()
 Represents a TensorShape.
StructuredValue.Builder
ClearTensorSpec값 ()
 Represents a value for tf.TensorSpec.
StructuredValue.Builder
클리어튜플값 ()
 Represents a tuple of `Value`.
StructuredValue.Builder
ClearTypeSpec값 ()
 Represents a value for tf.TypeSpec.
StructuredValue.Builder
클론 ()
부울
getBool값 ()
 Represents a boolean value.
BoundedTensorSpecProto
getBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
BoundedTensorSpecProto.Builder
getBoundedTensorSpecValueBuilder ()
 Represents a value for tf.BoundedTensorSpec.
BoundedTensorSpecProtoOrBuilder
getBoundedTensorSpecValueOrBuilder ()
 Represents a value for tf.BoundedTensorSpec.
구조화된 가치
최종 정적 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Dict값
getDict값 ()
 Represents a dict `Value`.
DictValue.Builder
getDictValueBuilder ()
 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`.
ListValue.Builder
getListValueBuilder ()
 Represents a list of `Value`.
ListValueOrBuilder
getListValueOrBuilder ()
 Represents a list of `Value`.
NamedTupleValue
getNamedTupleValue ()
 Represents Python's namedtuple.
NamedTupleValue.Builder
getNamedTupleValueBuilder ()
 Represents Python's namedtuple.
NamedTupleValueOrBuilder
getNamedTupleValueOrBuilder ()
 Represents Python's namedtuple.
없음값
getNone값 ()
 Represents None.
NoneValue.Builder
getNoneValueBuilder ()
 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.
TensorShapeProto.Builder
getTensorShapeValueBuilder ()
 Represents a TensorShape.
TensorShapeProtoOrBuilder
getTensorShapeValueOrBuilder ()
 Represents a TensorShape.
TensorSpecProto
getTensorSpec값 ()
 Represents a value for tf.TensorSpec.
TensorSpecProto.Builder
getTensorSpecValueBuilder ()
 Represents a value for tf.TensorSpec.
TensorSpecProtoOrBuilder
getTensorSpecValueOrBuilder ()
 Represents a value for tf.TensorSpec.
튜플값
getTupleValue ()
 Represents a tuple of `Value`.
TupleValue.Builder
getTupleValueBuilder ()
 Represents a tuple of `Value`.
TupleValueOrBuilder
getTupleValueOrBuilder ()
 Represents a tuple of `Value`.
유형SpecProto
getTypeSpec값 ()
 Represents a value for tf.TypeSpec.
TypeSpecProto.Builder
getTypeSpecValueBuilder ()
 Represents a value for tf.TypeSpec.
유형SpecProtoOrBuilder
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.
최종 부울
StructuredValue.Builder
mergeBoundedTensorSpecValue ( BoundedTensorSpecProto 값)
 Represents a value for tf.BoundedTensorSpec.
StructuredValue.Builder
mergeDictValue ( DictValue 값)
 Represents a dict `Value`.
StructuredValue.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
StructuredValue.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
StructuredValue.Builder
mergeListValue ( ListValue 값)
 Represents a list of `Value`.
StructuredValue.Builder
mergeNamedTupleValue ( NamedTupleValue 값)
 Represents Python's namedtuple.
StructuredValue.Builder
mergeNoneValue ( NoneValue 값)
 Represents None.
StructuredValue.Builder
mergeTensorShapeValue ( TensorShapeProto 값)
 Represents a TensorShape.
StructuredValue.Builder
mergeTensorSpecValue ( TensorSpecProto 값)
 Represents a value for tf.TensorSpec.
StructuredValue.Builder
mergeTupleValue ( TupleValue 값)
 Represents a tuple of `Value`.
StructuredValue.Builder
mergeTypeSpecValue ( TypeSpecProto 값)
 Represents a value for tf.TypeSpec.
최종 StructuredValue.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
StructuredValue.Builder
setBoolValue (부울 값)
 Represents a boolean value.
StructuredValue.Builder
setBoundedTensorSpecValue ( BoundedTensorSpecProto 값)
 Represents a value for tf.BoundedTensorSpec.
StructuredValue.Builder
setBoundedTensorSpecValue ( BoundedTensorSpecProto.Builder builderForValue)
 Represents a value for tf.BoundedTensorSpec.
StructuredValue.Builder
setDictValue ( DictValue.Builder builderForValue)
 Represents a dict `Value`.
StructuredValue.Builder
setDictValue ( DictValue 값)
 Represents a dict `Value`.
StructuredValue.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
StructuredValue.Builder
setFloat64Value (이중 값)
 Represents a double-precision floating-point value (a Python `float`).
StructuredValue.Builder
setInt64Value (긴 값)
 Represents a signed integer value, limited to 64 bits.
StructuredValue.Builder
setListValue ( ListValue.Builder builderForValue)
 Represents a list of `Value`.
StructuredValue.Builder
setListValue ( ListValue 값)
 Represents a list of `Value`.
StructuredValue.Builder
setNamedTupleValue ( NamedTupleValue.Builder 빌더ForValue)
 Represents Python's namedtuple.
StructuredValue.Builder
setNamedTupleValue ( NamedTupleValue 값)
 Represents Python's namedtuple.
StructuredValue.Builder
setNoneValue ( NoneValue.Builder builderForValue)
 Represents None.
StructuredValue.Builder
setNoneValue ( NoneValue 값)
 Represents None.
StructuredValue.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
StructuredValue.Builder
setStringValue (문자열 값)
 Represents a string of Unicode characters stored in a Python `str`.
StructuredValue.Builder
setStringValueBytes (com.google.protobuf.ByteString 값)
 Represents a string of Unicode characters stored in a Python `str`.
StructuredValue.Builder
setTensorDtypeValue ( DataType 값)
 Represents an enum value for dtype.
StructuredValue.Builder
setTensorDtypeValueValue (정수 값)
 Represents an enum value for dtype.
StructuredValue.Builder
setTensorShapeValue ( TensorShapeProto.Builder builderForValue)
 Represents a TensorShape.
StructuredValue.Builder
setTensorShapeValue ( TensorShapeProto 값)
 Represents a TensorShape.
StructuredValue.Builder
setTensorSpecValue ( TensorSpecProto.Builder builderForValue)
 Represents a value for tf.TensorSpec.
StructuredValue.Builder
setTensorSpecValue ( TensorSpecProto 값)
 Represents a value for tf.TensorSpec.
StructuredValue.Builder
setTupleValue ( TupleValue 값)
 Represents a tuple of `Value`.
StructuredValue.Builder
setTupleValue ( TupleValue.Builder builderForValue)
 Represents a tuple of `Value`.
StructuredValue.Builder
setTypeSpecValue ( TypeSpecProto.Builder builderForValue)
 Represents a value for tf.TypeSpec.
StructuredValue.Builder
setTypeSpecValue ( TypeSpecProto 값)
 Represents a value for tf.TypeSpec.
최종 StructuredValue.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

상속된 메서드

공개 방법

public StructuredValue.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 StructuredValue 빌드 ()

공개 구조화된 값 buildPartial ()

공개 StructuredValue.Builder 지우기 ()

공개 StructuredValue.Builder ClearBoolValue ()

 Represents a boolean value.
 
bool bool_value = 14;

공개 StructuredValue.Builder ClearBoundedTensorSpecValue ()

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

공개 StructuredValue.Builder ClearDictValue ()

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

공개 StructuredValue.BuilderclearField ( com.google.protobuf.Descriptors.FieldDescriptor 필드)

공개 StructuredValue.Builder ClearFloat64Value ()

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

공개 StructuredValue.Builder clearInt64Value ()

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

공개 StructuredValue.Builder 클리어킨드 ()

공개 StructuredValue.Builder ClearListValue ()

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

공개 StructuredValue.Builder ClearNamedTupleValue ()

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

공개 StructuredValue.Builder 클리어NoneValue ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

공개 StructuredValue.BuilderclearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof )

공개 StructuredValue.Builder ClearStringValue ()

 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;

공개 StructuredValue.Builder ClearTensorDtypeValue ()

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

공개 StructuredValue.Builder ClearTensorShapeValue ()

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

공개 StructuredValue.Builder ClearTensorSpecValue ()

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

공개 StructuredValue.Builder ClearTupleValue ()

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

공개 StructuredValue.Builder ClearTypeSpecValue ()

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

공개 StructuredValue.Builder 클론 ()

공개 부울 getBoolValue ()

 Represents a boolean value.
 
bool bool_value = 14;

공개 BoundedTensorSpecProto getBoundedTensorSpecValue ()

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

공개 BoundedTensorSpecProto.Builder getBoundedTensorSpecValueBuilder ()

 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;

공개 구조화된 값 getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

공개 DictValue getDictValue ()

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

공개 DictValue.Builder getDictValueBuilder ()

 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;

공개 ListValue.Builder getListValueBuilder ()

 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;

공개 NamedTupleValue.Builder getNamedTupleValueBuilder ()

 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;

공개 NoneValue.Builder getNoneValueBuilder ()

 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;

공개 TensorShapeProto.Builder getTensorShapeValueBuilder ()

 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;

공개 TensorSpecProto.Builder getTensorSpecValueBuilder ()

 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;

공개 TupleValue.Builder getTupleValueBuilder ()

 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;

공개 TypeSpecProto.Builder getTypeSpecValueBuilder ()

 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;

공개 최종 부울 isInitialized ()

public StructuredValue.Builder mergeBoundedTensorSpecValue ( BoundedTensorSpecProto 값)

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

public StructuredValue.Builder mergeDictValue ( DictValue 값)

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

공개 StructuredValue.Builder mergeFrom (com.google.protobuf.다른 메시지)

공개 StructuredValue.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 StructuredValue.Builder mergeListValue ( ListValue 값)

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

공용 StructuredValue.Builder mergeNamedTupleValue ( NamedTupleValue 값)

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

공개 StructuredValue.Builder mergeNoneValue ( NoneValue 값)

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

public StructuredValue.Builder mergeTensorShapeValue ( TensorShapeProto 값)

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

public StructuredValue.Builder mergeTensorSpecValue ( TensorSpecProto 값)

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

공개 StructuredValue.Builder mergeTupleValue ( TupleValue 값)

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

공개 StructuredValue.Builder mergeTypeSpecValue ( TypeSpecProto 값)

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

공개 최종 StructuredValue.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

공개 StructuredValue.Builder setBoolValue (부울 값)

 Represents a boolean value.
 
bool bool_value = 14;

공개 StructuredValue.Builder setBoundedTensorSpecValue ( BoundedTensorSpecProto 값)

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

공개 StructuredValue.Builder setBoundedTensorSpecValue ( BoundedTensorSpecProto.Builder builderForValue)

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

공개 StructuredValue.Builder setDictValue ( DictValue.Builder 빌더ForValue)

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

공개 StructuredValue.Builder setDictValue ( DictValue 값)

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

public StructuredValue.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

public StructuredValue.Builder setFloat64Value (이중 값)

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

공개 StructuredValue.Builder setInt64Value (긴 값)

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

공개 StructuredValue.Builder setListValue ( ListValue.Builder builderForValue)

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

공개 StructuredValue.Builder setListValue ( ListValue 값)

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

공개 StructuredValue.Builder setNamedTupleValue ( NamedTupleValue.Builder builderForValue)

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

공개 StructuredValue.Builder setNamedTupleValue ( NamedTupleValue 값)

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

공개 StructuredValue.Builder setNoneValue ( NoneValue.Builder builderForValue)

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

공개 StructuredValue.Builder setNoneValue ( NoneValue 값)

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

public StructuredValue.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)

public StructuredValue.Builder setStringValue (문자열 값)

 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;

공개 StructuredValue.Builder setStringValueBytes (com.google.protobuf.ByteString 값)

 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;

공개 StructuredValue.Builder setTensorDtypeValue ( DataType 값)

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

공개 StructuredValue.Builder setTensorDtypeValueValue (int 값)

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

공개 StructuredValue.Builder setTensorShapeValue ( TensorShapeProto.Builder builderForValue)

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

공개 StructuredValue.Builder setTensorShapeValue ( TensorShapeProto 값)

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

공개 StructuredValue.Builder setTensorSpecValue ( TensorSpecProto.Builder builderForValue)

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

공개 StructuredValue.Builder setTensorSpecValue ( TensorSpecProto 값)

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

공개 StructuredValue.Builder setTupleValue ( TupleValue 값)

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

공개 StructuredValue.Builder setTupleValue ( TupleValue.Builder builderForValue)

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

공개 StructuredValue.Builder setTypeSpecValue ( TypeSpecProto.Builder builderForValue)

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

공개 StructuredValue.Builder setTypeSpecValue ( TypeSpecProto 값)

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

공개 최종 StructuredValue.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)