TensorSliceProtoOrBuilder

رابط عمومی TensorSliceProtoOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

چکیده TensorSliceProto.Extent
getExtent (شاخص int)
 Extent of the slice in all tensor dimensions.
انتزاعی
getExtentCount ()
 Extent of the slice in all tensor dimensions.
فهرست انتزاعی< TensorSliceProto.Extent >
getExtentList ()
 Extent of the slice in all tensor dimensions.
چکیده TensorSliceProto.ExtentOrBuilder
getExtentOrBuilder (شاخص int)
 Extent of the slice in all tensor dimensions.
فهرست چکیده <? TensorSliceProto.ExtentOrBuilder را گسترش می دهد
getExtentOrBuilderList ()
 Extent of the slice in all tensor dimensions.

روش های عمومی

چکیده عمومی TensorSliceProto.Extent getExtent (int index)

 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 index)

 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;