TensorSliceProtoOrBuilder

공개 인터페이스 TensorSliceProtoOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 TensorSliceProto.Extent
getExtent (정수 인덱스)
 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.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;

공개 추상 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;