SavedObjectGraph.Builder

public static final class SavedObjectGraph.Builder

Protobuf type tensorflow.SavedObjectGraph

Public Methods

SavedObjectGraph.Builder
addAllNodes(Iterable<? extends SavedObject> values)
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
addNodes(int index, SavedObject value)
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
addNodes(SavedObject value)
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
addNodes(SavedObject.Builder builderForValue)
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
addNodes(int index, SavedObject.Builder builderForValue)
 Flattened list of objects in the object graph.
SavedObject.Builder
addNodesBuilder(int index)
 Flattened list of objects in the object graph.
SavedObject.Builder
addNodesBuilder()
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SavedObjectGraph
build()
SavedObjectGraph
SavedObjectGraph.Builder
clear()
SavedObjectGraph.Builder
SavedObjectGraph.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
SavedObjectGraph.Builder
clearNodes()
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
SavedObjectGraph.Builder
clone()
boolean
containsConcreteFunctions(String key)
 Information about captures and output structures in concrete functions.
Map<String, SavedConcreteFunction>
int
getConcreteFunctionsCount()
 Information about captures and output structures in concrete functions.
Map<String, SavedConcreteFunction>
getConcreteFunctionsMap()
 Information about captures and output structures in concrete functions.
SavedConcreteFunction
getConcreteFunctionsOrDefault(String key, SavedConcreteFunction defaultValue)
 Information about captures and output structures in concrete functions.
SavedConcreteFunction
getConcreteFunctionsOrThrow(String key)
 Information about captures and output structures in concrete functions.
SavedObjectGraph
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Map<String, SavedConcreteFunction>
getMutableConcreteFunctions()
Use alternate mutation accessors instead.
SavedObject
getNodes(int index)
 Flattened list of objects in the object graph.
SavedObject.Builder
getNodesBuilder(int index)
 Flattened list of objects in the object graph.
List<SavedObject.Builder>
getNodesBuilderList()
 Flattened list of objects in the object graph.
int
getNodesCount()
 Flattened list of objects in the object graph.
List<SavedObject>
getNodesList()
 Flattened list of objects in the object graph.
SavedObjectOrBuilder
getNodesOrBuilder(int index)
 Flattened list of objects in the object graph.
List<? extends SavedObjectOrBuilder>
getNodesOrBuilderList()
 Flattened list of objects in the object graph.
final boolean
SavedObjectGraph.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedObjectGraph.Builder
mergeFrom(com.google.protobuf.Message other)
final SavedObjectGraph.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
SavedObjectGraph.Builder
putAllConcreteFunctions(Map<String, SavedConcreteFunction> values)
 Information about captures and output structures in concrete functions.
SavedObjectGraph.Builder
putConcreteFunctions(String key, SavedConcreteFunction value)
 Information about captures and output structures in concrete functions.
SavedObjectGraph.Builder
removeConcreteFunctions(String key)
 Information about captures and output structures in concrete functions.
SavedObjectGraph.Builder
removeNodes(int index)
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SavedObjectGraph.Builder
setNodes(int index, SavedObject value)
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
setNodes(int index, SavedObject.Builder builderForValue)
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
final SavedObjectGraph.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)

Inherited Methods

Public Methods

public SavedObjectGraph.Builder addAllNodes (Iterable<? extends SavedObject> values)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectGraph.Builder addNodes (int index, SavedObject value)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectGraph.Builder addNodes (SavedObject value)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectGraph.Builder addNodes (SavedObject.Builder builderForValue)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectGraph.Builder addNodes (int index, SavedObject.Builder builderForValue)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObject.Builder addNodesBuilder (int index)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObject.Builder addNodesBuilder ()

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectGraph.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public SavedObjectGraph build ()

public SavedObjectGraph buildPartial ()

public SavedObjectGraph.Builder clear ()

public SavedObjectGraph.Builder clearConcreteFunctions ()

public SavedObjectGraph.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)

public SavedObjectGraph.Builder clearNodes ()

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectGraph.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public SavedObjectGraph.Builder clone ()

public boolean containsConcreteFunctions (String key)

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

public Map<String, SavedConcreteFunction> getConcreteFunctions ()

public int getConcreteFunctionsCount ()

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

public Map<String, SavedConcreteFunction> getConcreteFunctionsMap ()

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

public SavedConcreteFunction getConcreteFunctionsOrDefault (String key, SavedConcreteFunction defaultValue)

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

public SavedConcreteFunction getConcreteFunctionsOrThrow (String key)

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

public SavedObjectGraph getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public Map<String, SavedConcreteFunction> getMutableConcreteFunctions ()

Use alternate mutation accessors instead.

public SavedObject getNodes (int index)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObject.Builder getNodesBuilder (int index)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public List<SavedObject.Builder> getNodesBuilderList ()

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public int getNodesCount ()

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public List<SavedObject> getNodesList ()

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectOrBuilder getNodesOrBuilder (int index)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public List<? extends SavedObjectOrBuilder> getNodesOrBuilderList ()

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public final boolean isInitialized ()

public SavedObjectGraph.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public SavedObjectGraph.Builder mergeFrom (com.google.protobuf.Message other)

public final SavedObjectGraph.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public SavedObjectGraph.Builder putAllConcreteFunctions (Map<String, SavedConcreteFunction> values)

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

public SavedObjectGraph.Builder putConcreteFunctions (String key, SavedConcreteFunction value)

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

public SavedObjectGraph.Builder removeConcreteFunctions (String key)

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

public SavedObjectGraph.Builder removeNodes (int index)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectGraph.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public SavedObjectGraph.Builder setNodes (int index, SavedObject value)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectGraph.Builder setNodes (int index, SavedObject.Builder builderForValue)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectGraph.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)

public final SavedObjectGraph.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)