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 TypeMethodDescriptionbooleanInformation about captures and output structures in concrete functions.Deprecated.intInformation about captures and output structures in concrete functions.Information about captures and output structures in concrete functions.getConcreteFunctionsOrDefault(String key, SavedObjectGraphOuterClass.SavedConcreteFunction defaultValue) Information about captures and output structures in concrete functions.Information about captures and output structures in concrete functions.getNodes(int index) Flattened list of objects in the object graph.intFlattened list of objects in the object graph.Flattened list of objects in the object graph.getNodesOrBuilder(int index) Flattened list of objects in the object graph.Flattened list of objects in the object graph.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNodesList
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
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
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2; -
getConcreteFunctions
Deprecated.UsegetConcreteFunctionsMap()instead. -
getConcreteFunctionsMap
Map<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(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;
-