NameAttrListOrBuilder

public interface NameAttrListOrBuilder
Known Indirect Subclasses

Public Methods

abstract boolean
containsAttr(String key)
map<string, .tensorflow.AttrValue> attr = 2;
abstract Map<String, AttrValue>
getAttr()
Use getAttrMap() instead.
abstract int
getAttrCount()
map<string, .tensorflow.AttrValue> attr = 2;
abstract Map<String, AttrValue>
getAttrMap()
map<string, .tensorflow.AttrValue> attr = 2;
abstract AttrValue
getAttrOrDefault(String key, AttrValue defaultValue)
map<string, .tensorflow.AttrValue> attr = 2;
abstract AttrValue
getAttrOrThrow(String key)
map<string, .tensorflow.AttrValue> attr = 2;
abstract String
getName()
string name = 1;
abstract com.google.protobuf.ByteString
getNameBytes()
string name = 1;

Public Methods

public abstract boolean containsAttr (String key)

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

public abstract Map<String, AttrValue> getAttr ()

Use getAttrMap() instead.

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 (String key, AttrValue defaultValue)

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

public abstract AttrValue getAttrOrThrow (String key)

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

public abstract String getName ()

string name = 1;

public abstract com.google.protobuf.ByteString getNameBytes ()

string name = 1;