RewriterConfig.CustomGraphOptimizerOrBuilder

interface estática pública RewriterConfig.CustomGraphOptimizerOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

booleano abstrato
containsParameterMap (chave String)
map<string, .tensorflow.AttrValue> parameter_map = 2;
String abstrata
getName ()
string name = 1;
abstract com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
Mapa abstrato <String, AttrValue >
getParameterMap ()
Em vez disso, use getParameterMapMap() .
abstrato int
getParameterMapCount ()
map<string, .tensorflow.AttrValue> parameter_map = 2;
Mapa abstrato <String, AttrValue >
getParameterMapMap ()
map<string, .tensorflow.AttrValue> parameter_map = 2;
AttrValue abstrato
getParameterMapOrDefault (String key, AttrValue defaultValue)
map<string, .tensorflow.AttrValue> parameter_map = 2;
AttrValue abstrato
getParameterMapOrThrow (String key)
map<string, .tensorflow.AttrValue> parameter_map = 2;

Métodos Públicos

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 Map <String, AttrValue > getParameterMap ()

Em vez disso, use getParameterMapMap() .

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;