TensorSliceProto.Builder

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

 Can only be interpreted if you know the corresponding TensorShape.
 
Protobuf 유형 tensorflow.TensorSliceProto

공개 방법

TensorSliceProto.Builder
addAllExtent (Iterable<? 확장 TensorSliceProto.Extent > 값)
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Builder
addExtent ( TensorSliceProto.Extent.Builder builderForValue)
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Builder
addExtent (int 인덱스, TensorSliceProto.Extent.Builder builderForValue)
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Builder
addExtent ( TensorSliceProto.Extent 값)
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Builder
addExtent (int 인덱스, TensorSliceProto.Extent 값)
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Extent.Builder
addExtentBuilder ()
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Extent.Builder
addExtentBuilder (정수 인덱스)
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
TensorSliceProto
짓다 ()
TensorSliceProto
TensorSliceProto.Builder
TensorSliceProto.Builder
클리어 익스텐트 ()
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
TensorSliceProto.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TensorSliceProto.Builder
클론 ()
TensorSliceProto
최종 정적 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
TensorSliceProto.Extent
getExtent (정수 인덱스)
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Extent.Builder
getExtentBuilder (정수 인덱스)
 Extent of the slice in all tensor dimensions.
목록< TensorSliceProto.Extent.Builder >
getExtentBuilderList ()
 Extent of the slice in all tensor dimensions.
정수
getExtent카운트 ()
 Extent of the slice in all tensor dimensions.
목록< TensorSliceProto.Extent >
getExtentList ()
 Extent of the slice in all tensor dimensions.
TensorSliceProto.ExtentOrBuilder
getExtentOrBuilder (정수 인덱스)
 Extent of the slice in all tensor dimensions.
목록<? TensorSliceProto.ExtentOrBuilder 확장 >
getExtentOrBuilderList ()
 Extent of the slice in all tensor dimensions.
최종 부울
TensorSliceProto.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
TensorSliceProto.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
최종 TensorSliceProto.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
TensorSliceProto.Builder
RemoveExtent (정수 인덱스)
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Builder
setExtent (int 인덱스, TensorSliceProto.Extent 값)
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Builder
setExtent (int 인덱스, TensorSliceProto.Extent.Builder builderForValue)
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
TensorSliceProto.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
최종 TensorSliceProto.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

상속된 메서드

공개 방법

공개 TensorSliceProto.Builder addAllExtent (Iterable<? 확장 TensorSliceProto.Extent > 값)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

공개 TensorSliceProto.Builder addExtent ( TensorSliceProto.Extent.Builder builderForValue)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

공개 TensorSliceProto.Builder addExtent (int 인덱스, TensorSliceProto.Extent.Builder builderForValue)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

공개 TensorSliceProto.Builder addExtent ( TensorSliceProto.Extent 값)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

공개 TensorSliceProto.Builder addExtent (int 인덱스, TensorSliceProto.Extent 값)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

공개 TensorSliceProto.Extent.Builder addExtentBuilder ()

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

공개 TensorSliceProto.Extent.Builder addExtentBuilder (int 인덱스)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

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

공개 TensorSliceProto 빌드 ()

공개 TensorSliceProto buildPartial ()

공개 TensorSliceProto.Builder 지우기 ()

공개 TensorSliceProto.BuilderclearExtent ( )

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

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

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

공개 TensorSliceProto.Builder 클론 ()

공개 TensorSliceProto getDefaultInstanceForType ()

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

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

공개 TensorSliceProto.Extent getExtent (int 인덱스)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

공개 TensorSliceProto.Extent.Builder getExtentBuilder (int 인덱스)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

공개 목록< TensorSliceProto.Extent.Builder > getExtentBuilderList ()

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

공개 int getExtentCount ()

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

공개 목록< TensorSliceProto.Extent > getExtentList ()

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

공개 TensorSliceProto.ExtentOrBuilder getExtentOrBuilder (int 인덱스)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

공개 목록<? TensorSliceProto.ExtentOrBuilder > getExtentOrBuilderList ()를 확장합니다.

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

공개 최종 부울 isInitialized ()

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

던지기
IO예외

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

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

공개 TensorSliceProto.Builder RemoveExtent (int 인덱스)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

공개 TensorSliceProto.Builder setExtent (int 인덱스, TensorSliceProto.Extent 값)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

공개 TensorSliceProto.Builder setExtent (int 인덱스, TensorSliceProto.Extent.Builder builderForValue)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

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

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

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