Package org.tensorflow.framework
Interface RewriterConfig.CustomGraphOptimizerOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RewriterConfig.CustomGraphOptimizer,RewriterConfig.CustomGraphOptimizer.Builder
- Enclosing class:
- RewriterConfig
public static interface RewriterConfig.CustomGraphOptimizerOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsParameterMap(String key)map<string, .tensorflow.AttrValue> parameter_map = 2;StringgetName()string name = 1;org.nd4j.shade.protobuf.ByteStringgetNameBytes()string name = 1;Map<String,AttrValue>getParameterMap()Deprecated.intgetParameterMapCount()map<string, .tensorflow.AttrValue> parameter_map = 2;Map<String,AttrValue>getParameterMapMap()map<string, .tensorflow.AttrValue> parameter_map = 2;AttrValuegetParameterMapOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> parameter_map = 2;AttrValuegetParameterMapOrThrow(String key)map<string, .tensorflow.AttrValue> parameter_map = 2;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
string name = 1;- Returns:
- The name.
-
getNameBytes
org.nd4j.shade.protobuf.ByteString getNameBytes()
string name = 1;- Returns:
- The bytes for name.
-
getParameterMapCount
int getParameterMapCount()
map<string, .tensorflow.AttrValue> parameter_map = 2;
-
containsParameterMap
boolean containsParameterMap(String key)
map<string, .tensorflow.AttrValue> parameter_map = 2;
-
getParameterMap
@Deprecated Map<String,AttrValue> getParameterMap()
Deprecated.UsegetParameterMapMap()instead.
-
getParameterMapMap
Map<String,AttrValue> getParameterMapMap()
map<string, .tensorflow.AttrValue> parameter_map = 2;
-
getParameterMapOrDefault
AttrValue getParameterMapOrDefault(String key, AttrValue defaultValue)
map<string, .tensorflow.AttrValue> parameter_map = 2;
-
-