TensorSliceProto

パブリック最終クラスTensorSliceProto

 Can only be interpreted if you know the corresponding TensorShape.
 
Protobuf 型tensorflow.TensorSliceProto

ネストされたクラス

クラスTensorSliceProto.Builder
 Can only be interpreted if you know the corresponding TensorShape. 
クラスTensorSliceProto.Extent
 Extent of the slice in one dimension. 
インターフェースTensorSliceProto.ExtentOrBuilder

定数

整数EXTENT_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的TensorSliceProto
テンソルスライスプロト
最終的な静的 com.google.protobuf.Descriptors.Descriptor
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.
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的TensorSliceProto.Builder
newBuilder ( TensorSliceProtoプロトタイプ)
静的TensorSliceProto.Builder
TensorSliceProto.Builder
静的TensorSliceProto
parseDelimitedFrom (InputStream 入力)
静的TensorSliceProto
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorSliceProto
parseFrom (ByteBuffer データ)
静的TensorSliceProto
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorSliceProto
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorSliceProto
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的TensorSliceProto
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorSliceProto
parseFrom (com.google.protobuf.ByteString データ)
静的TensorSliceProto
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TensorSliceProto
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
TensorSliceProto.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数EXTENT_FIELD_NUMBER

定数値: 1

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public static TensorSliceProto getDefaultInstance ()

public TensorSliceProto getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

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

公共getParserForType ()

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static TensorSliceProto.Builder newBuilder ( TensorSliceProtoプロトタイプ)

public static TensorSliceProto.Builder newBuilder ()

public TensorSliceProto.Builder newBuilderForType ()

public static TensorSliceProto parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static TensorSliceProto parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static TensorSliceProto parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static TensorSliceProto parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static TensorSliceProto parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static TensorSliceProto parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static TensorSliceProto parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static TensorSliceProto parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static TensorSliceProto parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static TensorSliceProto parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public TensorSliceProto.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外