パブリック最終クラスNameAttrList
A list of attr names and their values. The whole list is attached with a string name. E.g., MatMul[T=float].
tensorflow.NameAttrList ネストされたクラス
| クラス | NameAttrList.Builder | A list of attr names and their values. | |
定数
| 整数 | ATTR_FIELD_NUMBER | |
| 整数 | NAME_FIELD_NUMBER |
パブリックメソッド
| ブール値 | containsAttr (文字列キー) map<string, .tensorflow.AttrValue> attr = 2; |
| ブール値 | 等しい(オブジェクトオブジェクト) |
| Map<String, AttrValue > | getAttr () 代わりに getAttrMap()を使用してください。 |
| 整数 | getAttrCount () map<string, .tensorflow.AttrValue> attr = 2; |
| Map<String, AttrValue > | getAttrMap () map<string, .tensorflow.AttrValue> attr = 2; |
| 属性値 | |
| 属性値 | getAttrOrThrow (文字列キー) map<string, .tensorflow.AttrValue> attr = 2; |
| 静的NameAttrList | |
| 名前属性リスト | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| 弦 | getName () string name = 1; |
| com.google.protobuf.ByteString | getNameBytes () string name = 1; |
| 整数 | |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的NameAttrList.Builder | newBuilder ( NameAttrListプロトタイプ) |
| 静的NameAttrList.Builder | newBuilder () |
| NameAttrList.Builder | |
| 静的NameAttrList | parseDelimitedFrom (InputStream 入力) |
| 静的NameAttrList | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的NameAttrList | parseFrom (ByteBuffer データ) |
| 静的NameAttrList | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的NameAttrList | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的NameAttrList | parseFrom (com.google.protobuf.CodedInputStream 入力) |
| 静的NameAttrList | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的NameAttrList | parseFrom (com.google.protobuf.ByteString データ) |
| 静的NameAttrList | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的NameAttrList | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的 | パーサー() |
| NameAttrList.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数ATTR_FIELD_NUMBER
定数値: 2
パブリック静的最終整数NAME_FIELD_NUMBER
定数値: 1
パブリックメソッド
public boolean containsAttr (文字列キー)
map<string, .tensorflow.AttrValue> attr = 2;
public booleanに等しい(オブジェクト obj)
public int getAttrCount ()
map<string, .tensorflow.AttrValue> attr = 2;
public AttrValue getAttrOrDefault (文字列キー、 AttrValue defaultValue)
map<string, .tensorflow.AttrValue> attr = 2;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getName ()
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
string name = 1;
公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static NameAttrList parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static NameAttrList parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static NameAttrList parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static NameAttrList parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static NameAttrList parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static NameAttrList parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|