SequenceExample

パブリック最終クラスSequenceExample

Protobuf 型tensorflow.SequenceExample

ネストされたクラス

クラスシーケンス例.ビルダーProtobuf 型tensorflow.SequenceExample

定数

整数CONTEXT_FIELD_NUMBER
整数FEATURE_LISTS_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
特徴
getContext ()
.tensorflow.Features context = 1;
機能またはビルダー
getContextOrBuilder ()
.tensorflow.Features context = 1;
静的シーケンスの例
シーケンス例
最終的な静的 com.google.protobuf.Descriptors.Descriptor
機能リスト
getFeatureLists ()
.tensorflow.FeatureLists feature_lists = 2;
機能リストまたはビルダー
getFeatureListsOrBuilder ()
.tensorflow.FeatureLists feature_lists = 2;
整数
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasContext ()
.tensorflow.Features context = 1;
ブール値
hasFeatureLists ()
.tensorflow.FeatureLists feature_lists = 2;
整数
最終ブール値
静的SequenceExample.Builder
newBuilder ( SequenceExampleプロトタイプ)
静的SequenceExample.Builder
シーケンス例.ビルダー
静的シーケンスの例
parseDelimitedFrom (InputStream 入力)
静的シーケンスの
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的シーケンスの例
parseFrom (ByteBuffer データ)
静的シーケンスの例
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的シーケンスの例
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的シーケンスの例
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的シーケンスの例
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的シーケンスの
parseFrom (com.google.protobuf.ByteString データ)
静的シーケンスの例
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的シーケンスの例
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
シーケンス例.ビルダー
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 1

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

定数値: 2

パブリックメソッド

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

パブリック機能getContext ()

.tensorflow.Features context = 1;

public featuresOrBuilder getContextOrBuilder ()

.tensorflow.Features context = 1;

public static SequenceExample getDefaultInstance ()

public SequenceExample getDefaultInstanceForType ()

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

public FeatureLists getFeatureLists ()

.tensorflow.FeatureLists feature_lists = 2;

public FeatureListsOrBuilder getFeatureListsOrBuilder ()

.tensorflow.FeatureLists feature_lists = 2;

公共getParserForType ()

public int getSerializedSize ()

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

public boolean hasContext ()

.tensorflow.Features context = 1;

public boolean hasFeatureLists ()

.tensorflow.FeatureLists feature_lists = 2;

public int hashCode ()

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

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

public static SequenceExample.Builder newBuilder ()

public SequenceExample.Builder newBuilderForType ()

public static SequenceExample parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static SequenceExample parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public SequenceExample.Builder toBuilder ()

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

投げる
IO例外