public interface
SavedObjectGraphOrBuilder
Known Indirect Subclasses |
Public Methods
abstract boolean |
containsConcreteFunctions(String key)
Information about captures and output structures in concrete functions. |
abstract Map<String, SavedConcreteFunction> |
getConcreteFunctions()
Use
getConcreteFunctionsMap() instead. |
abstract int |
getConcreteFunctionsCount()
Information about captures and output structures in concrete functions. |
abstract Map<String, SavedConcreteFunction> |
getConcreteFunctionsMap()
Information about captures and output structures in concrete functions. |
abstract SavedConcreteFunction |
getConcreteFunctionsOrDefault(String key, SavedConcreteFunction defaultValue)
Information about captures and output structures in concrete functions. |
abstract SavedConcreteFunction |
getConcreteFunctionsOrThrow(String key)
Information about captures and output structures in concrete functions. |
abstract SavedObject |
getNodes(int index)
Flattened list of objects in the object graph. |
abstract int |
getNodesCount()
Flattened list of objects in the object graph. |
abstract List<SavedObject> |
getNodesList()
Flattened list of objects in the object graph. |
abstract SavedObjectOrBuilder |
getNodesOrBuilder(int index)
Flattened list of objects in the object graph. |
abstract List<? extends SavedObjectOrBuilder> |
getNodesOrBuilderList()
Flattened list of objects in the object graph. |
Public Methods
public abstract boolean containsConcreteFunctions (String key)
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 ()
Use getConcreteFunctionsMap()
instead.
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 (String key, 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 (String key)
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 (int index)
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;
public abstract List<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;
public abstract SavedObjectOrBuilder getNodesOrBuilder (int index)
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 List<? extends 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;