public static interface SavedObjectGraphOuterClass.SavedObjectGraphOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsConcreteFunctions(java.lang.String key)
Information about captures and output structures in concrete functions.
|
java.util.Map<java.lang.String,SavedObjectGraphOuterClass.SavedConcreteFunction> |
getConcreteFunctions()
Deprecated.
|
int |
getConcreteFunctionsCount()
Information about captures and output structures in concrete functions.
|
java.util.Map<java.lang.String,SavedObjectGraphOuterClass.SavedConcreteFunction> |
getConcreteFunctionsMap()
Information about captures and output structures in concrete functions.
|
SavedObjectGraphOuterClass.SavedConcreteFunction |
getConcreteFunctionsOrDefault(java.lang.String key,
SavedObjectGraphOuterClass.SavedConcreteFunction defaultValue)
Information about captures and output structures in concrete functions.
|
SavedObjectGraphOuterClass.SavedConcreteFunction |
getConcreteFunctionsOrThrow(java.lang.String key)
Information about captures and output structures in concrete functions.
|
SavedObjectGraphOuterClass.SavedObject |
getNodes(int index)
Flattened list of objects in the object graph.
|
int |
getNodesCount()
Flattened list of objects in the object graph.
|
java.util.List<SavedObjectGraphOuterClass.SavedObject> |
getNodesList()
Flattened list of objects in the object graph.
|
SavedObjectGraphOuterClass.SavedObjectOrBuilder |
getNodesOrBuilder(int index)
Flattened list of objects in the object graph.
|
java.util.List<? extends SavedObjectGraphOuterClass.SavedObjectOrBuilder> |
getNodesOrBuilderList()
Flattened list of objects in the object graph.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<SavedObjectGraphOuterClass.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;SavedObjectGraphOuterClass.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;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;java.util.List<? extends SavedObjectGraphOuterClass.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;SavedObjectGraphOuterClass.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;int getConcreteFunctionsCount()
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;boolean containsConcreteFunctions(java.lang.String key)
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;@Deprecated java.util.Map<java.lang.String,SavedObjectGraphOuterClass.SavedConcreteFunction> getConcreteFunctions()
getConcreteFunctionsMap() instead.java.util.Map<java.lang.String,SavedObjectGraphOuterClass.SavedConcreteFunction> getConcreteFunctionsMap()
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;SavedObjectGraphOuterClass.SavedConcreteFunction getConcreteFunctionsOrDefault(java.lang.String key, SavedObjectGraphOuterClass.SavedConcreteFunction defaultValue)
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;SavedObjectGraphOuterClass.SavedConcreteFunction getConcreteFunctionsOrThrow(java.lang.String key)
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;