ValuesDef

パブリック最終クラスValuesDef

 Protocol buffer representing the values in ControlFlowContext.
 
Protobuf 型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
値定義ビルダー
静的な値の定義
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 出力)

継承されたメソッド

定数

パブリック静的最終整数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 ValuesDef getDefaultInstance ()

public ValuesDef getDefaultInstanceForType ()

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

public Map<String, String> getExternalValues ()

代わりにgetExternalValuesMap()を使用してください。

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.Builder newBuilder ( ValuesDefプロトタイプ)

public static ValuesDef.Builder newBuilder ()

public ValuesDef.Builder newBuilderForType ()

public static ValuesDef parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static ValuesDef parseFrom (ByteBuffer データ)

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

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 (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

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

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

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

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

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 ValuesDef.Builder toBuilder ()

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

投げる
IO例外