public final class
TrackableObjectGraph
Protobuf type tensorflow.TrackableObjectGraph
Nested Classes
class | TrackableObjectGraph.Builder | Protobuf type tensorflow.TrackableObjectGraph
|
|
class | TrackableObjectGraph.TrackableObject | Protobuf type tensorflow.TrackableObjectGraph.TrackableObject
|
|
interface | TrackableObjectGraph.TrackableObjectOrBuilder |
Constants
int | NODES_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static TrackableObjectGraph | |
TrackableObjectGraph | |
final static com.google.protobuf.Descriptors.Descriptor | |
TrackableObjectGraph.TrackableObject |
getNodes(int index)
repeated .tensorflow.TrackableObjectGraph.TrackableObject nodes = 1;
|
int |
getNodesCount()
repeated .tensorflow.TrackableObjectGraph.TrackableObject nodes = 1;
|
List<TrackableObjectGraph.TrackableObject> |
getNodesList()
repeated .tensorflow.TrackableObjectGraph.TrackableObject nodes = 1;
|
TrackableObjectGraph.TrackableObjectOrBuilder |
getNodesOrBuilder(int index)
repeated .tensorflow.TrackableObjectGraph.TrackableObject nodes = 1;
|
List<? extends TrackableObjectGraph.TrackableObjectOrBuilder> |
getNodesOrBuilderList()
repeated .tensorflow.TrackableObjectGraph.TrackableObject nodes = 1;
|
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static TrackableObjectGraph.Builder |
newBuilder(TrackableObjectGraph prototype)
|
static TrackableObjectGraph.Builder | |
TrackableObjectGraph.Builder | |
static TrackableObjectGraph |
parseDelimitedFrom(InputStream input)
|
static TrackableObjectGraph |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static TrackableObjectGraph |
parseFrom(ByteBuffer data)
|
static TrackableObjectGraph |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static TrackableObjectGraph |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static TrackableObjectGraph |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static TrackableObjectGraph |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static TrackableObjectGraph |
parseFrom(com.google.protobuf.ByteString data)
|
static TrackableObjectGraph |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static TrackableObjectGraph |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
TrackableObjectGraph.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int NODES_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public TrackableObjectGraph.TrackableObject getNodes (int index)
repeated .tensorflow.TrackableObjectGraph.TrackableObject nodes = 1;
public int getNodesCount ()
repeated .tensorflow.TrackableObjectGraph.TrackableObject nodes = 1;
public List<TrackableObjectGraph.TrackableObject> getNodesList ()
repeated .tensorflow.TrackableObjectGraph.TrackableObject nodes = 1;
public TrackableObjectGraph.TrackableObjectOrBuilder getNodesOrBuilder (int index)
repeated .tensorflow.TrackableObjectGraph.TrackableObject nodes = 1;
public List<? extends TrackableObjectGraph.TrackableObjectOrBuilder> getNodesOrBuilderList ()
repeated .tensorflow.TrackableObjectGraph.TrackableObject nodes = 1;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static TrackableObjectGraph parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static TrackableObjectGraph parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static TrackableObjectGraph parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static TrackableObjectGraph parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static TrackableObjectGraph parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static TrackableObjectGraph parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static TrackableObjectGraph parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static TrackableObjectGraph parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static TrackableObjectGraph 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 |
---|