public static interface
RewriterConfig.CustomGraphOptimizerOrBuilder
Known Indirect Subclasses |
Public Methods
abstract boolean |
containsParameterMap(String key)
map<string, .tensorflow.AttrValue> parameter_map = 2;
|
abstract String |
getName()
string name = 1;
|
abstract com.google.protobuf.ByteString |
getNameBytes()
string name = 1;
|
abstract Map<String, AttrValue> |
getParameterMap()
Use
getParameterMapMap() instead. |
abstract int |
getParameterMapCount()
map<string, .tensorflow.AttrValue> parameter_map = 2;
|
abstract Map<String, AttrValue> |
getParameterMapMap()
map<string, .tensorflow.AttrValue> parameter_map = 2;
|
abstract AttrValue |
getParameterMapOrDefault(String key, AttrValue defaultValue)
map<string, .tensorflow.AttrValue> parameter_map = 2;
|
abstract AttrValue |
getParameterMapOrThrow(String key)
map<string, .tensorflow.AttrValue> parameter_map = 2;
|
Public Methods
public abstract boolean containsParameterMap (String key)
map<string, .tensorflow.AttrValue> parameter_map = 2;
public abstract String getName ()
string name = 1;
public abstract com.google.protobuf.ByteString getNameBytes ()
string name = 1;
public abstract int getParameterMapCount ()
map<string, .tensorflow.AttrValue> parameter_map = 2;
public abstract Map<String, AttrValue> getParameterMapMap ()
map<string, .tensorflow.AttrValue> parameter_map = 2;
public abstract AttrValue getParameterMapOrDefault (String key, AttrValue defaultValue)
map<string, .tensorflow.AttrValue> parameter_map = 2;
public abstract AttrValue getParameterMapOrThrow (String key)
map<string, .tensorflow.AttrValue> parameter_map = 2;