TensorSliceProtoOrBuilder

interfaccia pubblica TensorSliceProtoOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

astratto TensorSliceProto.Extent
getExtent (indice int)
 Extent of the slice in all tensor dimensions.
astratto int
getExtentCount ()
 Extent of the slice in all tensor dimensions.
Elenco astratto< TensorSliceProto.Extent >
getExtentList ()
 Extent of the slice in all tensor dimensions.
astratto TensorSliceProto.ExtentOrBuilder
getExtentOrBuilder (indice int)
 Extent of the slice in all tensor dimensions.
Elenco astratto<? estende TensorSliceProto.ExtentOrBuilder >
getExtentOrBuilderList ()
 Extent of the slice in all tensor dimensions.

Metodi pubblici

public abstract TensorSliceProto.Extent getExtent (indice 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 abstract 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;

elenco astratto pubblico< 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;

public abstract TensorSliceProto.ExtentOrBuilder getExtentOrBuilder (indice 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;

Elenco abstract pubblico<? estende 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;