interfaz pública SavedObjectGraphOrBuilder
Subclases indirectas conocidas |
Métodos públicos
booleano abstracto | contieneConcreteFunctions (tecla de cadena) Information about captures and output structures in concrete functions. |
Mapa abstracto<Cadena, FunciónConcretaGuardada > | getFuncionesConcretas () Utilice getConcreteFunctionsMap() en su lugar. |
resumen entero | getConcreteFunctionsCount () Information about captures and output structures in concrete functions. |
Mapa abstracto<Cadena, FunciónConcretaGuardada > | getConcreteFunctionsMap () Information about captures and output structures in concrete functions. |
función concreta guardada abstracta | getConcreteFunctionsOrDefault (clave de cadena, valor predeterminado de SavedConcreteFunction ) Information about captures and output structures in concrete functions. |
función concreta guardada abstracta | getConcreteFunctionsOrThrow (tecla de cadena) Information about captures and output structures in concrete functions. |
objeto guardado abstracto | getNodes (índice int) Flattened list of objects in the object graph. |
resumen entero | getNodesCount () Flattened list of objects in the object graph. |
Lista abstracta < Objeto guardado > | getNodesList () Flattened list of objects in the object graph. |
abstracto SavedObjectOrBuilder | getNodesOrBuilder (índice int) Flattened list of objects in the object graph. |
Lista abstracta<? extiende SavedObjectOrBuilder > | getNodesOrBuilderList () Flattened list of objects in the object graph. |
Métodos públicos
booleano abstracto 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 abstracto público<Cadena, SavedConcreteFunction > getConcreteFunctions ()
Utilice getConcreteFunctionsMap()
en su lugar.
resumen 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 abstracto 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;
resumen público SavedConcreteFunction getConcreteFunctionsOrDefault (clave de cadena, SavedConcreteFunction defaultValue)
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;
resumen público 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;
resumen 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;
resumen 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 abstracta 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;
resumen 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 de resúmenes públicos <? 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;