TensorConnection.Builder

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

 Defines a connection between two tensors in a `GraphDef`.
 
Protobuf 유형 tensorflow.TensorConnection

공개 방법

TensorConnection.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
텐서커넥션
짓다 ()
텐서커넥션
TensorConnection.Builder
TensorConnection.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
TensorConnection.Builder
클리어프롬텐서 ()
 A tensor name.
TensorConnection.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TensorConnection.Builder
클리어투텐서 ()
 A tensor name.
TensorConnection.Builder
클론 ()
텐서커넥션
최종 정적 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getFromTensor ()
 A tensor name.
com.google.protobuf.ByteString
getFromTensorBytes ()
 A tensor name.
getToTensor ()
 A tensor name.
com.google.protobuf.ByteString
getToTensorBytes ()
 A tensor name.
최종 부울
TensorConnection.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
TensorConnection.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
최종 TensorConnection.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
TensorConnection.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
TensorConnection.Builder
setFromTensor (문자열 값)
 A tensor name.
TensorConnection.Builder
setFromTensorBytes (com.google.protobuf.ByteString 값)
 A tensor name.
TensorConnection.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
TensorConnection.Builder
setToTensor (문자열 값)
 A tensor name.
TensorConnection.Builder
setToTensorBytes (com.google.protobuf.ByteString 값)
 A tensor name.
최종 TensorConnection.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

상속된 메서드

공개 방법

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

공개 TensorConnection 빌드 ()

공개 TensorConnection 빌드Partial ()

공개 TensorConnection.Builder 지우기 ()

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

공개 TensorConnection.BuilderclearFromTensor ( )

 A tensor name. The value of this tensor will be substituted for
 the tensor named in `to_tensor`.
 
string from_tensor = 1;

공개 TensorConnection.BuilderclearOneof ( com.google.protobuf.Descriptors.OneofDescriptoroneof)

공개 TensorConnection.BuilderclearToTensor ( )

 A tensor name. The value of this tensor will be bound to the
 value of the tensor named in `from_tensor`.
 
string to_tensor = 2;

공개 TensorConnection.Builder 클론 ()

공개 TensorConnection getDefaultInstanceForType ()

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

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

공개 문자열 getFromTensor ()

 A tensor name. The value of this tensor will be substituted for
 the tensor named in `to_tensor`.
 
string from_tensor = 1;

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

 A tensor name. The value of this tensor will be substituted for
 the tensor named in `to_tensor`.
 
string from_tensor = 1;

공개 문자열 getToTensor ()

 A tensor name. The value of this tensor will be bound to the
 value of the tensor named in `from_tensor`.
 
string to_tensor = 2;

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

 A tensor name. The value of this tensor will be bound to the
 value of the tensor named in `from_tensor`.
 
string to_tensor = 2;

공개 최종 부울 isInitialized ()

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

던지기
IO예외

공개 TensorConnection.Builder mergeFrom (com.google.protobuf.기타 메시지)

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

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

공개 TensorConnection.Builder setFromTensor (문자열 값)

 A tensor name. The value of this tensor will be substituted for
 the tensor named in `to_tensor`.
 
string from_tensor = 1;

공개 TensorConnection.Builder setFromTensorBytes (com.google.protobuf.ByteString 값)

 A tensor name. The value of this tensor will be substituted for
 the tensor named in `to_tensor`.
 
string from_tensor = 1;

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

공개 TensorConnection.Builder setToTensor (문자열 값)

 A tensor name. The value of this tensor will be bound to the
 value of the tensor named in `from_tensor`.
 
string to_tensor = 2;

공개 TensorConnection.Builder setToTensorBytes (com.google.protobuf.ByteString 값)

 A tensor name. The value of this tensor will be bound to the
 value of the tensor named in `from_tensor`.
 
string to_tensor = 2;

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