TensorSliceProtoOrBuilder

interfaz pública TensorSliceProtoOrBuilder
Subclases indirectas conocidas

Métodos públicos

abstracto TensorSliceProto.Extent
getExtent (índice int)
 Extent of the slice in all tensor dimensions.
resumen entero
getExtentCount ()
 Extent of the slice in all tensor dimensions.
Lista abstracta < TensorSliceProto.Extent >
getExtentList ()
 Extent of the slice in all tensor dimensions.
abstracto TensorSliceProto.ExtentOrBuilder
getExtentOrBuilder (índice int)
 Extent of the slice in all tensor dimensions.
Lista abstracta<? extiende TensorSliceProto.ExtentOrBuilder >
getExtentOrBuilderList ()
 Extent of the slice in all tensor dimensions.

Métodos públicos

resumen público TensorSliceProto.Extent getExtent (índice 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;

resumen público 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;

Lista abstracta pública < 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;

resumen público TensorSliceProto.ExtentOrBuilder getExtentOrBuilder (índice 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;

Lista de resúmenes públicos <? extiende 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;