clase final estática pública SavedObjectGraph.Builder
Protobuf tipo tensorflow.SavedObjectGraph
Métodos públicos
GuardadoObjectGraph.Builder | addAllNodes (Iterable<? extiende los valores de SavedObject >) Flattened list of objects in the object graph. |
GuardadoObjectGraph.Builder | |
GuardadoObjectGraph.Builder | |
GuardadoObjectGraph.Builder | |
GuardadoObjectGraph.Builder | addNodes (índice int, SavedObject.Builder builderForValue) Flattened list of objects in the object graph. |
ObjetoSalvado.Constructor | addNodesBuilder (índice int) Flattened list of objects in the object graph. |
ObjetoSalvado.Constructor | agregarNodesBuilder () Flattened list of objects in the object graph. |
GuardadoObjectGraph.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
Gráfico de objetos guardados | construir () |
Gráfico de objetos guardados | |
GuardadoObjectGraph.Builder | claro () |
GuardadoObjectGraph.Builder | |
GuardadoObjectGraph.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
GuardadoObjectGraph.Builder | borrarNodos () Flattened list of objects in the object graph. |
GuardadoObjectGraph.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de) |
GuardadoObjectGraph.Builder | clonar () |
booleano | contieneConcreteFunctions (tecla de cadena) Information about captures and output structures in concrete functions. |
Mapa<Cadena, FunciónConcretaGuardada > | getFuncionesConcretas () Utilice getConcreteFunctionsMap() en su lugar. |
entero | getConcreteFunctionsCount () Information about captures and output structures in concrete functions. |
Mapa<Cadena, FunciónConcretaGuardada > | getConcreteFunctionsMap () Information about captures and output structures in concrete functions. |
Función concreta guardada | getConcreteFunctionsOrDefault (clave de cadena, valor predeterminado de SavedConcreteFunction ) Information about captures and output structures in concrete functions. |
Función concreta guardada | getConcreteFunctionsOrThrow (tecla de cadena) Information about captures and output structures in concrete functions. |
Gráfico de objetos guardados | |
com.google.protobuf.Descriptors.Descriptor estático final | |
com.google.protobuf.Descriptors.Descriptor | |
Mapa<Cadena, FunciónConcretaGuardada > | getMutableConcreteFunctions () Utilice descriptores de acceso de mutación alternativos en su lugar. |
Objeto guardado | getNodes (índice int) Flattened list of objects in the object graph. |
ObjetoSalvado.Constructor | getNodesBuilder (índice int) Flattened list of objects in the object graph. |
Lista< ObjetoGuardado.Constructor > | getNodesBuilderList () Flattened list of objects in the object graph. |
entero | getNodesCount () Flattened list of objects in the object graph. |
Lista< objeto guardado > | getNodesList () Flattened list of objects in the object graph. |
ObjetoGuardadoOrConstructor | getNodesOrBuilder (índice int) Flattened list of objects in the object graph. |
Lista<? extiende SavedObjectOrBuilder > | getNodesOrBuilderList () Flattened list of objects in the object graph. |
booleano final | |
GuardadoObjectGraph.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
GuardadoObjectGraph.Builder | mergeFrom (com.google.protobuf.Message otro) |
SavedObjectGraph.Builder final | mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields) |
GuardadoObjectGraph.Builder | putAllConcreteFunctions (Mapa<Cadena, SavedConcreteFunction > valores) Information about captures and output structures in concrete functions. |
GuardadoObjectGraph.Builder | putConcreteFunctions (clave de cadena, valor de SavedConcreteFunction ) Information about captures and output structures in concrete functions. |
GuardadoObjectGraph.Builder | removeConcreteFunctions (tecla de cadena) Information about captures and output structures in concrete functions. |
GuardadoObjectGraph.Builder | eliminarNodos (índice int) Flattened list of objects in the object graph. |
GuardadoObjectGraph.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
GuardadoObjectGraph.Builder | |
GuardadoObjectGraph.Builder | setNodes (índice int, SavedObject.Builder builderForValue) Flattened list of objects in the object graph. |
GuardadoObjectGraph.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto) |
SavedObjectGraph.Builder final | setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields) |
Métodos heredados
Métodos públicos
public SavedObjectGraph.Builder addAllNodes (Iterable<? extiende los valores de 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;
addNodes público SavedObjectGraph.Builder (í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;
addNodes público SavedObjectGraph.Builder (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;
público 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;
addNodes públicos SavedObjectGraph.Builder (índice int, 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;
público SavedObject.Builder addNodesBuilder (índice int)
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;
público 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;
público SavedObjectGraph.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
público 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;
booleano público contieneConcreteFunctions (clave de cadena)
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;
Mapa público<Cadena, SavedConcreteFunction > getConcreteFunctions ()
Utilice getConcreteFunctionsMap()
en su lugar.
público int getConcreteFunctionsCount ()
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;
Mapa público<Cadena, SavedConcreteFunction > getConcreteFunctionsMap ()
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;
pública SavedConcreteFunction getConcreteFunctionsOrDefault (clave de cadena, valor predeterminado de SavedConcreteFunction )
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;
pública SavedConcreteFunction getConcreteFunctionsOrThrow (tecla de cadena)
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
Mapa público<Cadena, FunciónConcretaGuardada > getMutableConcreteFunctions ()
Utilice descriptores de acceso de mutación alternativos en su lugar.
público SavedObject getNodes (índice int)
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;
público SavedObject.Builder getNodesBuilder (índice int)
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< 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;
público 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;
Lista pública< Objeto guardado > 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;
público SavedObjectOrBuilder getNodesOrBuilder (índice int)
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<? extiende 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;
público final booleano isInitialized ()
mergeFrom público SavedObjectGraph.Builder (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
Lanza
IOExcepción |
---|
final público SavedObjectGraph.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
público 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;
público SavedObjectGraph.Builder putConcreteFunctions (clave de cadena, valor SavedConcreteFunction )
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;
público SavedObjectGraph.Builder removeConcreteFunctions (clave de cadena)
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;
público SavedObjectGraph.Builder removeNodes (índice int)
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;
público SavedObjectGraph.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
público 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;
público SavedObjectGraph.Builder setNodes (índice int, 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;