NameAttrListOrBuilder

パブリック インターフェイスNameAttrListOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象ブール値
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;
抽象的な属性値
getAttrOrDefault (文字列キー、 AttrValueデフォルト値)
map<string, .tensorflow.AttrValue> attr = 2;
抽象的な属性値
getAttrOrThrow (文字列キー)
map<string, .tensorflow.AttrValue> attr = 2;
抽象文字列
getName ()
string name = 1;
抽象的な com.google.protobuf.ByteString
getNameBytes ()
string name = 1;

パブリックメソッド

public abstract boolean containsAttr (文字列キー)

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

public abstract Map<String, AttrValue > getAttr ()

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

public abstract int getAttrCount ()

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

public abstract Map<String, AttrValue > getAttrMap ()

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

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

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

public abstract AttrValue getAttrOrThrow (文字列キー)

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

パブリック抽象 String getName ()

string name = 1;

パブリック抽象 com.google.protobuf.ByteString getNameBytes ()

string name = 1;