interfaccia pubblica SavedObjectGraphOrBuilder
Sottoclassi indirette conosciute |
Metodi pubblici
booleano astratto | contieneConcreteFunctions (chiave String) Information about captures and output structures in concrete functions. |
mappa astratta<String, SavedConcreteFunction > | getFunzioniConcrete () Utilizzare invece getConcreteFunctionsMap() . |
astratto int | getConcreteFunctionsCount () Information about captures and output structures in concrete functions. |
mappa astratta<String, SavedConcreteFunction > | getConcreteFunctionsMap () Information about captures and output structures in concrete functions. |
abstract SavedConcreteFunction | getConcreteFunctionsOrDefault (chiave stringa, SavedConcreteFunction defaultValue) Information about captures and output structures in concrete functions. |
abstract SavedConcreteFunction | getConcreteFunctionsOrThrow (chiave String) Information about captures and output structures in concrete functions. |
oggetto salvato astratto | getNodes (indice int) Flattened list of objects in the object graph. |
astratto int | getNodesCount () Flattened list of objects in the object graph. |
Elenco astratto <OggettoSalvato> | getNodesList () Flattened list of objects in the object graph. |
astratto SavedObjectOrBuilder | getNodesOrBuilder (indice int) Flattened list of objects in the object graph. |
Elenco astratto<? estende SavedObjectOrBuilder > | getNodesOrBuilderList () Flattened list of objects in the object graph. |
Metodi pubblici
booleano astratto pubblico contieneConcreteFunctions (chiave String)
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;
public abstract Map<String, SavedConcreteFunction > getConcreteFunctions ()
Utilizzare invece getConcreteFunctionsMap()
.
public abstract int getConcreteFunctionsCount ()
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;
public abstract 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 abstract SavedConcreteFunction getConcreteFunctionsOrDefault (chiave stringa, SavedConcreteFunction defaultValue)
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;
public abstract SavedConcreteFunction getConcreteFunctionsOrThrow (chiave String)
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;
public abstract SavedObject getNodes (indice 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;
public abstract 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;
Elenco astratto pubblico < Oggetto salvato > 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;
abstract pubblico SavedObjectOrBuilder getNodesOrBuilder (indice 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;
Elenco abstract pubblico<? 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;