NamedTensorProto.Builder

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

 A pair of tensor name and tensor values.
 
Protobuf 유형 tensorflow.NamedTensorProto

공개 방법

NamedTensorProto.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
NamedTensorProto
짓다 ()
NamedTensorProto
NamedTensorProto.Builder
NamedTensorProto.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
NamedTensorProto.Builder
클리어이름 ()
 Name of the tensor.
NamedTensorProto.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
NamedTensorProto.Builder
클리어텐서 ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
NamedTensorProto.Builder
클론 ()
NamedTensorProto
최종 정적 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getName ()
 Name of the tensor.
com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor.
텐서프로토
getTensor ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
TensorProto.Builder
getTensorBuilder ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
TensorProtoOrBuilder
getTensorOrBuilder ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
부울
hasTensor ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
최종 부울
NamedTensorProto.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
NamedTensorProto.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
NamedTensorProto.Builder
mergeTensor ( TensorProto 값)
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
최종 NamedTensorProto.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
NamedTensorProto.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
NamedTensorProto.Builder
setName (문자열 값)
 Name of the tensor.
NamedTensorProto.Builder
setNameBytes (com.google.protobuf.ByteString 값)
 Name of the tensor.
NamedTensorProto.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
NamedTensorProto.Builder
setTensor ( TensorProto.Builder builderForValue)
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
NamedTensorProto.Builder
setTensor ( TensorProto 값)
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
최종 NamedTensorProto.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

상속된 메서드

공개 방법

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

공개 NamedTensorProto 빌드 ()

공개 NamedTensorProto buildPartial ()

공개 NamedTensorProto.Builder 지우기 ()

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

공개 NamedTensorProto.Builder 클리어이름 ()

 Name of the tensor.
 
string name = 1;

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

공개 NamedTensorProto.Builder 클리어텐서 ()

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

공개 NamedTensorProto.Builder 클론 ()

공개 NamedTensorProto getDefaultInstanceForType ()

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

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

공개 문자열 getName ()

 Name of the tensor.
 
string name = 1;

공개 com.google.protobuf.ByteString getNameBytes ()

 Name of the tensor.
 
string name = 1;

공개 TensorProto getTensor ()

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

공개 TensorProto.Builder getTensorBuilder ()

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

공개 TensorProtoOrBuilder getTensorOrBuilder ()

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

공개 부울 hasTensor ()

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

공개 최종 부울 isInitialized ()

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

던지기
IO예외

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

공개 NamedTensorProto.Builder mergeTensor ( TensorProto 값)

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

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

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

공개 NamedTensorProto.Builder setName (문자열 값)

 Name of the tensor.
 
string name = 1;

공개 NamedTensorProto.Builder setNameBytes (com.google.protobuf.ByteString 값)

 Name of the tensor.
 
string name = 1;

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

공개 NamedTensorProto.Builder setTensor ( TensorProto.Builder builderForValue)

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

공개 NamedTensorProto.Builder setTensor ( TensorProto 값)

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

공개 최종 NamedTensorProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)