public final class
SavedObjectGraph
Protobuf type tensorflow.SavedObjectGraph
Nested Classes
class | SavedObjectGraph.Builder | Protobuf type tensorflow.SavedObjectGraph
|
Constants
int | CONCRETE_FUNCTIONS_FIELD_NUMBER | |
int | NODES_FIELD_NUMBER |
Public Methods
boolean |
containsConcreteFunctions(String key)
Information about captures and output structures in concrete functions. |
boolean |
equals(Object obj)
|
Map<String, SavedConcreteFunction> |
getConcreteFunctions()
Use
getConcreteFunctionsMap() instead. |
int |
getConcreteFunctionsCount()
Information about captures and output structures in concrete functions. |
Map<String, SavedConcreteFunction> |
getConcreteFunctionsMap()
Information about captures and output structures in concrete functions. |
SavedConcreteFunction |
getConcreteFunctionsOrDefault(String key, SavedConcreteFunction defaultValue)
Information about captures and output structures in concrete functions. |
SavedConcreteFunction |
getConcreteFunctionsOrThrow(String key)
Information about captures and output structures in concrete functions. |
static SavedObjectGraph | |
SavedObjectGraph | |
final static com.google.protobuf.Descriptors.Descriptor | |
SavedObject |
getNodes(int index)
Flattened list of objects in the object graph. |
int |
getNodesCount()
Flattened list of objects in the object graph. |
List<SavedObject> |
getNodesList()
Flattened list of objects in the object graph. |
SavedObjectOrBuilder |
getNodesOrBuilder(int index)
Flattened list of objects in the object graph. |
List<? extends SavedObjectOrBuilder> |
getNodesOrBuilderList()
Flattened list of objects in the object graph. |
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static SavedObjectGraph.Builder |
newBuilder(SavedObjectGraph prototype)
|
static SavedObjectGraph.Builder | |
SavedObjectGraph.Builder | |
static SavedObjectGraph |
parseDelimitedFrom(InputStream input)
|
static SavedObjectGraph |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SavedObjectGraph |
parseFrom(ByteBuffer data)
|
static SavedObjectGraph |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SavedObjectGraph |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SavedObjectGraph |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static SavedObjectGraph |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SavedObjectGraph |
parseFrom(com.google.protobuf.ByteString data)
|
static SavedObjectGraph |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SavedObjectGraph |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
SavedObjectGraph.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int CONCRETE_FUNCTIONS_FIELD_NUMBER
Constant Value:
2
public static final int NODES_FIELD_NUMBER
Constant Value:
1
Public Methods
public 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 boolean equals (Object obj)
public Map<String, SavedConcreteFunction> getConcreteFunctions ()
Use getConcreteFunctionsMap()
instead.
public int getConcreteFunctionsCount ()
Information about captures and output structures in concrete functions. Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;
public 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 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 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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public 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 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 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 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 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;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static SavedObjectGraph parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SavedObjectGraph parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SavedObjectGraph parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static SavedObjectGraph parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static SavedObjectGraph parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static SavedObjectGraph parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static SavedObjectGraph parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SavedObjectGraph parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|