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)

 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;