TensorSliceProtoOrBuilder

interface publique TensorSliceProtoOrBuilder
Sous-classes indirectes connues

Méthodes publiques

abstrait TensorSliceProto.Extent
getExtent (index entier)
 Extent of the slice in all tensor dimensions.
abstrait entier
getExtentCount ()
 Extent of the slice in all tensor dimensions.
Liste abstraite < TensorSliceProto.Extent >
getExtentList ()
 Extent of the slice in all tensor dimensions.
abstrait TensorSliceProto.ExtentOrBuilder
getExtentOrBuilder (index int)
 Extent of the slice in all tensor dimensions.
Liste abstraite <? étend TensorSliceProto.ExtentOrBuilder >
getExtentOrBuilderList ()
 Extent of the slice in all tensor dimensions.

Méthodes publiques

résumé public TensorSliceProto.Extent getExtent (index 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;

public abstrait 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;

Liste abstraite publique < 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;

résumé public TensorSliceProto.ExtentOrBuilder getExtentOrBuilder (index 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;

Liste des résumés publics<? étend 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;