パブリック静的最終クラスFunctionDef.ArgAttrs
Attributes for function arguments. These attributes are the same set of valid attributes as to _Arg nodes.
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; | 
| 属性値 | |
| 属性値 | getAttrOrThrow (文字列キー) map<string, .tensorflow.AttrValue> attr = 1; | 
| 静的FunctionDef.ArgAttrs | |
| FunctionDef.ArgAttrs | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| 整数 | |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| 整数 | ハッシュコード() | 
| 最終ブール値 | |
| 静的FunctionDef.ArgAttrs.Builder |  newBuilder () | 
| 静的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 |  toビルダー() | 
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力)  | 
継承されたメソッド
定数
パブリック静的最終整数ATTR_FIELD_NUMBER
定数値: 1 
パブリックメソッド
public boolean containsAttr (文字列キー)
 map<string, .tensorflow.AttrValue> attr = 1;
public booleanに等しい(オブジェクト obj)
public int getAttrCount ()
 map<string, .tensorflow.AttrValue> attr = 1;
public AttrValue getAttrOrDefault (文字列キー、 AttrValue defaultValue)
 map<string, .tensorflow.AttrValue> attr = 1;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
公共
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static FunctionDef.ArgAttrs parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 | 
|---|
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 (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 | 
|---|
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 void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 | 
|---|