FunctionDef.ArgAttrsOrBuilder

パブリック静的インターフェイスFunctionDef.ArgAttrsOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象ブール値
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;

パブリックメソッド

public abstract boolean containsAttr (文字列キー)

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

public abstract Map<String, AttrValue > getAttr ()

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

public abstract int getAttrCount ()

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

public abstract Map<String, AttrValue > getAttrMap ()

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

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

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

public abstract AttrValue getAttrOrThrow (文字列キー)

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