パブリック最終クラスFeatureConfiguration
Protobuf 型tensorflow.FeatureConfiguration
ネストされたクラス
クラス | 機能構成.ビルダー | Protobuf 型tensorflow.FeatureConfiguration | |
列挙型 | FeatureConfiguration.ConfigCase |
定数
整数 | FIXED_LEN_FEATURE_FIELD_NUMBER | |
整数 | VAR_LEN_FEATURE_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
FeatureConfiguration.ConfigCase | |
静的機能構成 | |
機能構成 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
固定レンズ機能プロト | getFixedLenFeature () .tensorflow.FixedLenFeatureProto fixed_len_feature = 1; |
固定LenFeatureProtoOrBuilder | getFixedLenFeatureOrBuilder () .tensorflow.FixedLenFeatureProto fixed_len_feature = 1; |
整数 | |
最終的な com.google.protobuf.UnknownFieldSet | |
VarLen機能プロト | getVarLenFeature () .tensorflow.VarLenFeatureProto var_len_feature = 2; |
VarLen機能プロトまたはビルダー | getVarLenFeatureOrBuilder () .tensorflow.VarLenFeatureProto var_len_feature = 2; |
ブール値 | hasFixedLenFeature () .tensorflow.FixedLenFeatureProto fixed_len_feature = 1; |
ブール値 | hasVarLenFeature () .tensorflow.VarLenFeatureProto var_len_feature = 2; |
整数 | ハッシュコード() |
最終ブール値 | |
静的FeatureConfiguration.Builder | newBuilder ( FeatureConfigurationプロトタイプ) |
静的FeatureConfiguration.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 出力) |
継承されたメソッド
定数
パブリック静的最終整数FIXED_LEN_FEATURE_FIELD_NUMBER
定数値: 1
パブリック静的最終整数VAR_LEN_FEATURE_FIELD_NUMBER
定数値: 2
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
publicFixedLenFeatureProto getFixedLenFeature ()
.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
publicFixedLenFeatureProtoOrBuilder getFixedLenFeatureOrBuilder ()
.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public VarLenFeatureProtoOrBuilder getVarLenFeatureOrBuilder ()
.tensorflow.VarLenFeatureProto var_len_feature = 2;
public boolean hasFixedLenFeature ()
.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
パブリックブール値hasVarLenFeature ()
.tensorflow.VarLenFeatureProto var_len_feature = 2;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static FeatureConfiguration parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static FeatureConfiguration parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static FeatureConfiguration parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static FeatureConfiguration parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static FeatureConfiguration parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static FeatureConfiguration parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|