SavedObjectGraphOrBuilder

interface publique SavedObjectGraphOrBuilder
Sous-classes indirectes connues

Méthodes publiques

booléen abstrait
contientConcreteFunctions (clé de chaîne)
 Information about captures and output structures in concrete functions.
Carte abstraite<String, SavedConcreteFunction >
abstrait entier
getConcreteFunctionsCount ()
 Information about captures and output structures in concrete functions.
Carte abstraite<String, SavedConcreteFunction >
getConcreteFunctionsMap ()
 Information about captures and output structures in concrete functions.
résumé SavedConcreteFunction
getConcreteFunctionsOrDefault (clé de chaîne, SavedConcreteFunction defaultValue)
 Information about captures and output structures in concrete functions.
résumé SavedConcreteFunction
getConcreteFunctionsOrThrow (clé de chaîne)
 Information about captures and output structures in concrete functions.
résuméObjetEnregistré
getNodes (index int)
 Flattened list of objects in the object graph.
abstrait entier
getNodesCount ()
 Flattened list of objects in the object graph.
Liste abstraite < SavedObject >
getNodesList ()
 Flattened list of objects in the object graph.
abstrait SavedObjectOrBuilder
getNodesOrBuilder (index int)
 Flattened list of objects in the object graph.
Liste abstraite <? étend SavedObjectOrBuilder >
getNodesOrBuilderList ()
 Flattened list of objects in the object graph.

Méthodes publiques

public abstrait booléen contientConcreteFunctions (clé de chaîne)

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

Utilisez plutôt getConcreteFunctionsMap() .

public abstrait 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;

résumé public SavedConcreteFunction getConcreteFunctionsOrDefault (clé de chaîne, SavedConcreteFunction defaultValue)

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

résumé public SavedConcreteFunction getConcreteFunctionsOrThrow (clé de chaîne)

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

résumé public SavedObject getNodes (index 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 abstrait 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;

Liste abstraite publique < 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;

résumé public SavedObjectOrBuilder getNodesOrBuilder (index 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;

Liste des résumés publics<? étend 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;