SavedObjectGraphOrBuilder

interface pública SavedObjectGraphOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

booleano abstrato
contémConcreteFunctions (chave String)
 Information about captures and output structures in concrete functions.
mapa abstrato<String, SavedConcreteFunction >
abstrato int
getConcreteFunctionsCount ()
 Information about captures and output structures in concrete functions.
mapa abstrato<String, SavedConcreteFunction >
getConcreteFunctionsMap ()
 Information about captures and output structures in concrete functions.
resumo SavedConcreteFunction
getConcreteFunctionsOrDefault (chave String, SavedConcreteFunction defaultValue)
 Information about captures and output structures in concrete functions.
resumo SavedConcreteFunction
getConcreteFunctionsOrThrow (chave de string)
 Information about captures and output structures in concrete functions.
objeto salvo abstrato
getNodes (índice interno)
 Flattened list of objects in the object graph.
abstrato int
getNodesCount ()
 Flattened list of objects in the object graph.
Lista abstrata< SavedObject >
getNodesList ()
 Flattened list of objects in the object graph.
resumo SavedObjectOrBuilder
getNodesOrBuilder (índice interno)
 Flattened list of objects in the object graph.
lista abstrata<? estende SavedObjectOrBuilder >
getNodesOrBuilderList ()
 Flattened list of objects in the object graph.

Métodos Públicos

público abstrato booleano contémConcreteFunctions (chave String)

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

público abstrato Map<String, SavedConcreteFunction > getConcreteFunctions ()

Use getConcreteFunctionsMap() em vez disso.

público abstrato int getConcreteFunctionsCount ()

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

público abstrato 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;

público abstrato SavedConcreteFunction getConcreteFunctionsOrDefault (chave String, SavedConcreteFunction defaultValue)

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

público abstrato 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;

público abstrato 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 abstrato 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 abstrata pública< 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;

resumo 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 abstrata 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;