TensorShapeProto.Dim.Builder

공개 정적 최종 클래스 TensorShapeProto.Dim.Builder

 One dimension of the tensor.
 
Protobuf 유형 tensorflow.TensorShapeProto.Dim

공개 방법

TensorShapeProto.Dim.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
TensorShapeProto.Dim
짓다 ()
TensorShapeProto.Dim
TensorShapeProto.Dim.Builder
TensorShapeProto.Dim.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
TensorShapeProto.Dim.Builder
클리어이름 ()
 Optional name of the tensor dimension.
TensorShapeProto.Dim.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TensorShapeProto.Dim.Builder
클리어사이즈 ()
 Size of the tensor in that dimension.
TensorShapeProto.Dim.Builder
클론 ()
TensorShapeProto.Dim
최종 정적 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getName ()
 Optional name of the tensor dimension.
com.google.protobuf.ByteString
getNameBytes ()
 Optional name of the tensor dimension.
getSize ()
 Size of the tensor in that dimension.
최종 부울
TensorShapeProto.Dim.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
TensorShapeProto.Dim.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
최종 TensorShapeProto.Dim.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
TensorShapeProto.Dim.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
TensorShapeProto.Dim.Builder
setName (문자열 값)
 Optional name of the tensor dimension.
TensorShapeProto.Dim.Builder
setNameBytes (com.google.protobuf.ByteString 값)
 Optional name of the tensor dimension.
TensorShapeProto.Dim.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
TensorShapeProto.Dim.Builder
setSize (긴 값)
 Size of the tensor in that dimension.
최종 TensorShapeProto.Dim.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

상속된 메서드

공개 방법

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

공개 TensorShapeProto.Dim 빌드 ()

공개 TensorShapeProto.Dim buildPartial ()

공개 TensorShapeProto.Dim.Builder 지우기 ()

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

공개 TensorShapeProto.Dim.Builder 명확한 이름 ()

 Optional name of the tensor dimension.
 
string name = 2;

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

공개 TensorShapeProto.Dim.Builder ClearSize ()

 Size of the tensor in that dimension.
 This value must be >= -1, but values of -1 are reserved for "unknown"
 shapes (values of -1 mean "unknown" dimension).  Certain wrappers
 that work with TensorShapeProto may fail at runtime when deserializing
 a TensorShapeProto containing a dim value of -1.
 
int64 size = 1;

공개 TensorShapeProto.Dim.Builder 클론 ()

공개 TensorShapeProto.Dim getDefaultInstanceForType ()

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

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

공개 문자열 getName ()

 Optional name of the tensor dimension.
 
string name = 2;

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

 Optional name of the tensor dimension.
 
string name = 2;

공개 긴 getSize ()

 Size of the tensor in that dimension.
 This value must be >= -1, but values of -1 are reserved for "unknown"
 shapes (values of -1 mean "unknown" dimension).  Certain wrappers
 that work with TensorShapeProto may fail at runtime when deserializing
 a TensorShapeProto containing a dim value of -1.
 
int64 size = 1;

공개 최종 부울 isInitialized ()

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

던지기
IO예외

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

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

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

공개 TensorShapeProto.Dim.Builder setName (문자열 값)

 Optional name of the tensor dimension.
 
string name = 2;

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

 Optional name of the tensor dimension.
 
string name = 2;

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

공개 TensorShapeProto.Dim.Builder setSize (긴 값)

 Size of the tensor in that dimension.
 This value must be >= -1, but values of -1 are reserved for "unknown"
 shapes (values of -1 mean "unknown" dimension).  Certain wrappers
 that work with TensorShapeProto may fail at runtime when deserializing
 a TensorShapeProto containing a dim value of -1.
 
int64 size = 1;

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