パブリックファイナルクラスの特徴
Protobuf 型のtensorflow.Features
ネストされたクラス
クラス | 機能.ビルダー | Protobuf 型のtensorflow.Features |
定数
整数 | FEATURE_FIELD_NUMBER |
パブリックメソッド
ブール値 | containsFeature (文字列キー) Map from feature name to feature. |
ブール値 | 等しい(オブジェクトオブジェクト) |
静的機能 | |
特徴 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
マップ<文字列、機能> | getFeature () 代わりに getFeatureMap() を使用してください。 |
整数 | getFeatureCount () Map from feature name to feature. |
マップ<文字列、機能> | getFeatureMap () Map from feature name to feature. |
特徴 | |
特徴 | getFeatureOrThrow (文字列キー) Map from feature name to feature. |
整数 | |
最終的な com.google.protobuf.UnknownFieldSet | |
整数 | ハッシュコード() |
最終ブール値 | |
静的機能.Builder | newBuilder (機能プロトタイプ) |
静的機能.Builder | newBuilder () |
機能.ビルダー | |
静的機能 | 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) |
静的 | パーサー() |
機能.ビルダー | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数FEATURE_FIELD_NUMBER
定数値: 1
パブリックメソッド
public boolean containsFeature (文字列キー)
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getFeatureCount ()
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
public Map<String, Feature > getFeatureMap ()
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
public Feature getFeatureOrDefault (文字列キー、機能のデフォルト値)
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
public Feature getFeatureOrThrow (文字列キー)
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static機能parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static機能parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static機能parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static機能parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static機能parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static機能parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|