SavedObjectGraph.Builder

classe final pública estática SavedObjectGraph.Builder

tensorflow.SavedObjectGraph tipo tensorflow.SavedObjectGraph

Métodos Públicos

SavedObjectGraph.Builder
addAllNodes (valores Iterable <? extends SavedObject >)
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
addNodes (índice int, valor SavedObject )
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
addNodes (valor SavedObject )
 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 (índice interno , SavedObject.Builder builderForValue)
 Flattened list of objects in the object graph.
SavedObject.Builder
addNodesBuilder (índice interno )
 Flattened list of objects in the object graph.
SavedObject.Builder
addNodesBuilder ()
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
SavedObjectGraph
build ()
SavedObjectGraph
SavedObjectGraph.Builder
limpar ()
SavedObjectGraph.Builder
SavedObjectGraph.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
SavedObjectGraph.Builder
clearNodes ()
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
SavedObjectGraph.Builder
clone ()
boleano
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 ()
Em vez disso, use acessadores de mutação alternativos.
SavedObject
getNodes (índice interno )
 Flattened list of objects in the object graph.
SavedObject.Builder
getNodesBuilder (índice interno )
 Flattened list of objects in the object graph.
Lista < SavedObject.Builder >
getNodesBuilderList ()
 Flattened list of objects in the object graph.
int
getNodesCount ()
 Flattened list of objects in the object graph.
Lista < SavedObject >
getNodesList ()
 Flattened list of objects in the object graph.
SavedObjectOrBuilder
getNodesOrBuilder (índice interno )
 Flattened list of objects in the object graph.
Lista <? estende SavedObjectOrBuilder >
getNodesOrBuilderList ()
 Flattened list of objects in the object graph.
final booleano
SavedObjectGraph.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedObjectGraph.Builder
mergeFrom (com.google.protobuf.Message other)
SavedObjectGraph.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
SavedObjectGraph.Builder
putAllConcreteFunctions (Map <String, SavedConcreteFunction > valores)
 Information about captures and output structures in concrete functions.
SavedObjectGraph.Builder
putConcreteFunctions (String key, valor SavedConcreteFunction )
 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 (índice interno )
 Flattened list of objects in the object graph.
SavedObjectGraph.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
SavedObjectGraph.Builder
setNodes (índice int, valor SavedObject )
 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
SavedObjectGraph.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos herdados

Métodos Públicos

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

 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 (índice int, valor SavedObject )

 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 (valor SavedObject )

 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 (índice interno )

 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public SavedObjectGraph build ()

public SavedObjectGraph buildPartial ()

public SavedObjectGraph.Builder clear ()

public SavedObjectGraph.Builder clearConcreteFunctions ()

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

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)

clone public SavedObjectGraph.Builder ()

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 (chave String)

 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 ()

Em vez disso, use acessadores de mutação alternativos.

public SavedObject getNodes (índice interno )

 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 (índice interno )

 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 (índice interno )

 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;

Lista pública <? estende 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)

Lança
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 > valores)

 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, valor SavedConcreteFunction )

 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 (chave String)

 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 (índice interno )

 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public SavedObjectGraph.Builder setNodes (índice int, valor SavedObject )

 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

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