TensorSliceProtoOrBuilder

общедоступный интерфейс TensorSliceProtoOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактный TensorSliceProto.Extent
getExtent (целочисленный индекс)
 Extent of the slice in all tensor dimensions.
абстрактный int
getExtentCount ()
 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;