public static interface
FunctionDef.ArgAttrsOrBuilder
| Known Indirect Subclasses |
Public Methods
| abstract boolean |
containsAttr(String key)
map<string, .tensorflow.AttrValue> attr = 1;
|
| abstract Map<String, AttrValue> |
getAttr()
Use
getAttrMap() instead. |
| abstract int |
getAttrCount()
map<string, .tensorflow.AttrValue> attr = 1;
|
| abstract Map<String, AttrValue> |
getAttrMap()
map<string, .tensorflow.AttrValue> attr = 1;
|
| abstract AttrValue | |
| abstract AttrValue |
getAttrOrThrow(String key)
map<string, .tensorflow.AttrValue> attr = 1;
|
Public Methods
public abstract boolean containsAttr (String key)
map<string, .tensorflow.AttrValue> attr = 1;
public abstract int getAttrCount ()
map<string, .tensorflow.AttrValue> attr = 1;
public abstract AttrValue getAttrOrDefault (String key, AttrValue defaultValue)
map<string, .tensorflow.AttrValue> attr = 1;