Package tensorflow
Interface SavedObjectGraphOuterClass.SavedObjectGraphOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SavedObjectGraphOuterClass.SavedObjectGraph,SavedObjectGraphOuterClass.SavedObjectGraph.Builder
- Enclosing class:
- SavedObjectGraphOuterClass
public static interface SavedObjectGraphOuterClass.SavedObjectGraphOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description booleancontainsConcreteFunctions(java.lang.String key)Information about captures and output structures in concrete functions.java.util.Map<java.lang.String,SavedObjectGraphOuterClass.SavedConcreteFunction>getConcreteFunctions()Deprecated.intgetConcreteFunctionsCount()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.SavedConcreteFunctiongetConcreteFunctionsOrDefault(java.lang.String key, SavedObjectGraphOuterClass.SavedConcreteFunction defaultValue)Information about captures and output structures in concrete functions.SavedObjectGraphOuterClass.SavedConcreteFunctiongetConcreteFunctionsOrThrow(java.lang.String key)Information about captures and output structures in concrete functions.SavedObjectGraphOuterClass.SavedObjectgetNodes(int index)Flattened list of objects in the object graph.intgetNodesCount()Flattened list of objects in the object graph.java.util.List<SavedObjectGraphOuterClass.SavedObject>getNodesList()Flattened list of objects in the object graph.SavedObjectGraphOuterClass.SavedObjectOrBuildergetNodesOrBuilder(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.Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNodesList
java.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; -
getNodes
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; -
getNodesCount
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; -
getNodesOrBuilderList
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; -
getNodesOrBuilder
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; -
getConcreteFunctionsCount
int getConcreteFunctionsCount()Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2; -
containsConcreteFunctions
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; -
getConcreteFunctions
@Deprecated java.util.Map<java.lang.String,SavedObjectGraphOuterClass.SavedConcreteFunction> getConcreteFunctions()Deprecated.UsegetConcreteFunctionsMap()instead. -
getConcreteFunctionsMap
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; -
getConcreteFunctionsOrDefault
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; -
getConcreteFunctionsOrThrow
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;
-