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;

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;

public abstract List< 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;

公開抄録リスト<? extends 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;