Feature

パブリック最終クラス機能

 Containers for non-sequential data.
 
Protobuf 型のtensorflow.Feature

ネストされたクラス

クラス機能.ビルダー
 Containers for non-sequential data. 
列挙型機能.KindCase

定数

整数BYTES_LIST_FIELD_NUMBER
整数FLOAT_LIST_FIELD_NUMBER
整数INT64_LIST_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
バイトリスト
getBytesList ()
.tensorflow.BytesList bytes_list = 1;
BytesListOrBuilder
getBytesListOrBuilder ()
.tensorflow.BytesList bytes_list = 1;
静的機能
特徴
最終的な静的 com.google.protobuf.Descriptors.Descriptor
フロートリスト
getFloatList ()
.tensorflow.FloatList float_list = 2;
FloatListOrBuilder
getFloatListOrBuilder ()
.tensorflow.FloatList float_list = 2;
Int64List
getInt64List ()
.tensorflow.Int64List int64_list = 3;
Int64ListOrBuilder
getInt64ListOrBuilder ()
.tensorflow.Int64List int64_list = 3;
機能.KindCase
整数
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasBytesList ()
.tensorflow.BytesList bytes_list = 1;
ブール値
hasFloatList ()
.tensorflow.FloatList float_list = 2;
ブール値
hasInt64List ()
.tensorflow.Int64List int64_list = 3;
整数
最終ブール値
静的Feature.Builder
newBuilder (機能プロトタイプ)
静的Feature.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 出力)

継承されたメソッド

定数

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

定数値: 1

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

定数値: 2

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

定数値: 3

パブリックメソッド

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

public BytesList getBytesList ()

.tensorflow.BytesList bytes_list = 1;

public BytesListOrBuilder getBytesListOrBuilder ()

.tensorflow.BytesList bytes_list = 1;

パブリック静的機能getDefaultInstance ()

パブリック機能getDefaultInstanceForType ()

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

public FloatList getFloatList ()

.tensorflow.FloatList float_list = 2;

public FloatListOrBuilder getFloatListOrBuilder ()

.tensorflow.FloatList float_list = 2;

public Int64List getInt64List ()

.tensorflow.Int64List int64_list = 3;

public Int64ListOrBuilder getInt64ListOrBuilder ()

.tensorflow.Int64List int64_list = 3;

public Feature.KindCase getKindCase ()

公共getParserForType ()

public int getSerializedSize ()

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

public boolean hasBytesList ()

.tensorflow.BytesList bytes_list = 1;

public boolean hasFloatList ()

.tensorflow.FloatList float_list = 2;

public boolean hasInt64List ()

.tensorflow.Int64List int64_list = 3;

public int hashCode ()

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

public static Feature.Builder newBuilder (フィーチャープロトタイプ)

パブリック静的Feature.Builder newBuilder ()

public Feature.Builder newBuilderForType ()

public static機能parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static Feature parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public Feature.Builder toBuilder ()

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

投げる
IO例外