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