public static final class
TrackableObjectGraph.TrackableObject
Protobuf type tensorflow.TrackableObjectGraph.TrackableObject
Nested Classes
class | TrackableObjectGraph.TrackableObject.Builder | Protobuf type tensorflow.TrackableObjectGraph.TrackableObject
|
|
class | TrackableObjectGraph.TrackableObject.ObjectReference | Protobuf type tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference
|
|
interface | TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder | ||
class | TrackableObjectGraph.TrackableObject.SerializedTensor | Protobuf type tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor
|
|
interface | TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder | ||
class | TrackableObjectGraph.TrackableObject.SlotVariableReference | Protobuf type tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference
|
|
interface | TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder |
Constants
int | ATTRIBUTES_FIELD_NUMBER | |
int | CHILDREN_FIELD_NUMBER | |
int | SLOT_VARIABLES_FIELD_NUMBER |
Public Methods
Inherited Methods
Constants
public static final int ATTRIBUTES_FIELD_NUMBER
Constant Value:
2
public static final int CHILDREN_FIELD_NUMBER
Constant Value:
1
public static final int SLOT_VARIABLES_FIELD_NUMBER
Constant Value:
3
Public Methods
public boolean equals (Object obj)
public TrackableObjectGraph.TrackableObject.SerializedTensor getAttributes (int index)
Serialized data specific to this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor attributes = 2;
public int getAttributesCount ()
Serialized data specific to this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor attributes = 2;
public List<TrackableObjectGraph.TrackableObject.SerializedTensor> getAttributesList ()
Serialized data specific to this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor attributes = 2;
public TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder getAttributesOrBuilder (int index)
Serialized data specific to this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor attributes = 2;
public List<? extends TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder> getAttributesOrBuilderList ()
Serialized data specific to this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor attributes = 2;
public TrackableObjectGraph.TrackableObject.ObjectReference getChildren (int index)
Objects which this object depends on.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;
public int getChildrenCount ()
Objects which this object depends on.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;
public List<TrackableObjectGraph.TrackableObject.ObjectReference> getChildrenList ()
Objects which this object depends on.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;
public TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder getChildrenOrBuilder (int index)
Objects which this object depends on.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;
public List<? extends TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder> getChildrenOrBuilderList ()
Objects which this object depends on.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public
getParserForType
()
public int getSerializedSize ()
public TrackableObjectGraph.TrackableObject.SlotVariableReference getSlotVariables (int index)
Slot variables owned by this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;
public int getSlotVariablesCount ()
Slot variables owned by this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;
public List<TrackableObjectGraph.TrackableObject.SlotVariableReference> getSlotVariablesList ()
Slot variables owned by this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;
public TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder getSlotVariablesOrBuilder (int index)
Slot variables owned by this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;
public List<? extends TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder> getSlotVariablesOrBuilderList ()
Slot variables owned by this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static TrackableObjectGraph.TrackableObject.Builder newBuilder (TrackableObjectGraph.TrackableObject prototype)
public static TrackableObjectGraph.TrackableObject parseDelimitedFrom (InputStream input)
Throws
IOException |
---|
public static TrackableObjectGraph.TrackableObject parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static TrackableObjectGraph.TrackableObject parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static TrackableObjectGraph.TrackableObject parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static TrackableObjectGraph.TrackableObject parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static TrackableObjectGraph.TrackableObject parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static TrackableObjectGraph.TrackableObject parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static TrackableObjectGraph.TrackableObject parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static TrackableObjectGraph.TrackableObject parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static TrackableObjectGraph.TrackableObject 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 |
---|