パブリック最終クラスValuesDef
Protocol buffer representing the values in ControlFlowContext.
tensorflow.ValuesDef
ネストされたクラス
クラス | 値定義ビルダー | Protocol buffer representing the values in ControlFlowContext. |
定数
整数 | EXTERNAL_VALUES_FIELD_NUMBER | |
整数 | VALUES_FIELD_NUMBER |
パブリックメソッド
ブール値 | containsExternalValues (文字列キー) Value names referenced by but external to this context. |
ブール値 | 等しい(オブジェクトオブジェクト) |
静的な値の定義 | |
値の定義 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
マップ<文字列, 文字列> | get外部値() 代わりに getExternalValuesMap() を使用してください。 |
整数 | get外部値カウント() Value names referenced by but external to this context. |
マップ<文字列, 文字列> | get外部値マップ() Value names referenced by but external to this context. |
弦 | getExternalValuesOrDefault (文字列キー、文字列defaultValue) Value names referenced by but external to this context. |
弦 | getExternalValuesOrThrow (文字列キー) Value names referenced by but external to this context. |
整数 | |
最終的な com.google.protobuf.UnknownFieldSet | |
弦 | getValues (int インデックス) Value names that have been seen in this context. |
com.google.protobuf.ByteString | getValuesBytes (int インデックス) Value names that have been seen in this context. |
整数 | getValuesCount () Value names that have been seen in this context. |
com.google.protobuf.ProtocolStringList | getValuesList () Value names that have been seen in this context. |
整数 | ハッシュコード() |
最終ブール値 | |
静的ValuesDef.Builder | newBuilder ( ValuesDefプロトタイプ) |
静的ValuesDef.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 出力) |
継承されたメソッド
定数
パブリック静的最終整数EXTERNAL_VALUES_FIELD_NUMBER
定数値: 2
パブリック静的最終整数VALUES_FIELD_NUMBER
定数値: 1
パブリックメソッド
public boolean containsExternalValues (文字列キー)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getExternalValuesCount ()
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public Map<String, String> getExternalValuesMap ()
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public String getExternalValuesOrDefault (文字列キー、文字列defaultValue)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public String getExternalValuesOrThrow (文字列キー)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public String getValues (int インデックス)
Value names that have been seen in this context.
repeated string values = 1;
public com.google.protobuf.ByteString getValuesBytes (int インデックス)
Value names that have been seen in this context.
repeated string values = 1;
public int getValuesCount ()
Value names that have been seen in this context.
repeated string values = 1;
public com.google.protobuf.ProtocolStringList getValuesList ()
Value names that have been seen in this context.
repeated string values = 1;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static ValuesDef parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static ValuesDef parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static ValuesDef parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static ValuesDef parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static ValuesDef parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static ValuesDef parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|