FunctionDef.ArgAttrs

パブリック静的最終クラスFunctionDef.ArgAttrs

 Attributes for function arguments. These attributes are the same set of
 valid attributes as to _Arg nodes.
 
Protobuf 型tensorflow.FunctionDef.ArgAttrs

ネストされたクラス

クラスFunctionDef.ArgAttrs.Builder
 Attributes for function arguments. 

定数

整数ATTR_FIELD_NUMBER

パブリックメソッド

ブール値
containsAttr (文字列キー)
map<string, .tensorflow.AttrValue> attr = 1;
ブール値
等しい(オブジェクトオブジェクト)
Map<String, AttrValue >
getAttr ()
代わりにgetAttrMap()を使用してください。
整数
getAttrCount ()
map<string, .tensorflow.AttrValue> attr = 1;
Map<String, AttrValue >
getAttrMap ()
map<string, .tensorflow.AttrValue> attr = 1;
属性値
getAttrOrDefault (文字列キー、 AttrValueデフォルト値)
map<string, .tensorflow.AttrValue> attr = 1;
属性値
getAttrOrThrow (文字列キー)
map<string, .tensorflow.AttrValue> attr = 1;
静的FunctionDef.ArgAttrs
FunctionDef.ArgAttrs
最終的な静的 com.google.protobuf.Descriptors.Descriptor
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的FunctionDef.ArgAttrs.Builder
静的FunctionDef.ArgAttrs.Builder
newBuilder ( FunctionDef.ArgAttrsプロトタイプ)
FunctionDef.ArgAttrs.Builder
静的FunctionDef.ArgAttrs
parseDelimitedFrom (InputStream 入力)
静的FunctionDef.ArgAttrs
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的FunctionDef.ArgAttrs
parseFrom (ByteBuffer データ)
静的FunctionDef.ArgAttrs
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的FunctionDef.ArgAttrs
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的FunctionDef.ArgAttrs
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的FunctionDef.ArgAttrs
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的FunctionDef.ArgAttrs
parseFrom (com.google.protobuf.ByteString データ)
静的FunctionDef.ArgAttrs
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的FunctionDef.ArgAttrs
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
FunctionDef.ArgAttrs.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 1

パブリックメソッド

public boolean containsAttr (文字列キー)

map<string, .tensorflow.AttrValue> attr = 1;

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

public Map<String, AttrValue > getAttr ()

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

public int getAttrCount ()

map<string, .tensorflow.AttrValue> attr = 1;

public Map<String, AttrValue > getAttrMap ()

map<string, .tensorflow.AttrValue> attr = 1;

public AttrValue getAttrOrDefault (文字列キー、 AttrValue defaultValue)

map<string, .tensorflow.AttrValue> attr = 1;

public AttrValue getAttrOrThrow (文字列キー)

map<string, .tensorflow.AttrValue> attr = 1;

public static FunctionDef.ArgAttrs getDefaultInstance ()

public FunctionDef.ArgAttrs getDefaultInstanceForType ()

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

公共getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

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

public static FunctionDef.ArgAttrs.Builder newBuilder ()

public static FunctionDef.ArgAttrs.Builder newBuilder ( FunctionDef.ArgAttrsプロトタイプ)

public FunctionDef.ArgAttrs.Builder newBuilderForType ()

public static FunctionDef.ArgAttrs parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static FunctionDef.ArgAttrs parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public FunctionDef.ArgAttrs.Builder toBuilder ()

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

投げる
IO例外