public static interface RewriterConfig.CustomGraphOptimizerOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsParameterMap(String key)
map<string, .tensorflow.AttrValue> parameter_map = 2; |
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
Map<String,AttrValue> |
getParameterMap()
Deprecated.
|
int |
getParameterMapCount()
map<string, .tensorflow.AttrValue> parameter_map = 2; |
Map<String,AttrValue> |
getParameterMapMap()
map<string, .tensorflow.AttrValue> parameter_map = 2; |
AttrValue |
getParameterMapOrDefault(String key,
AttrValue defaultValue)
map<string, .tensorflow.AttrValue> parameter_map = 2; |
AttrValue |
getParameterMapOrThrow(String key)
map<string, .tensorflow.AttrValue> parameter_map = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
string name = 1;
com.google.protobuf.ByteString getNameBytes()
string name = 1;
int getParameterMapCount()
map<string, .tensorflow.AttrValue> parameter_map = 2;
boolean containsParameterMap(String key)
map<string, .tensorflow.AttrValue> parameter_map = 2;
@Deprecated Map<String,AttrValue> getParameterMap()
getParameterMapMap()
instead.Map<String,AttrValue> getParameterMapMap()
map<string, .tensorflow.AttrValue> parameter_map = 2;
AttrValue getParameterMapOrDefault(String key, AttrValue defaultValue)
map<string, .tensorflow.AttrValue> parameter_map = 2;
Copyright © 2015–2019. All rights reserved.