classe finale statique publique TrackableObjectGraph.TrackableObject
tensorflow.TrackableObjectGraph.TrackableObject
de type Protobuf.TrackableObjectGraph.TrackableObject
Classes imbriquées
classe | TrackableObjectGraph.TrackableObject.Builder | tensorflow.TrackableObjectGraph.TrackableObject de type Protobuf.TrackableObjectGraph.TrackableObject | |
classe | TrackableObjectGraph.TrackableObject.ObjectReference | tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference de type Protobuf.TrackableObjectGraph.TrackableObject.ObjectReference | |
interface | TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder | ||
classe | TrackableObjectGraph.TrackableObject.SerializedTensor | tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor de type Protobuf.TrackableObjectGraph.TrackableObject.SerializedTensor | |
interface | TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder | ||
classe | TrackableObjectGraph.TrackableObject.SlotVariableReference | tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference de type Protobuf.TrackableObjectGraph.TrackableObject.SlotVariableReference | |
interface | TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder |
Constantes
int | ATTRIBUTES_FIELD_NUMBER | |
int | CHILDREN_FIELD_NUMBER | |
int | SLOT_VARIABLES_FIELD_NUMBER |
Méthodes publiques
booléen | est égal (Obj objet) |
TrackableObjectGraph.TrackableObject.SerializedTensor | getAttributes (index entier) Serialized data specific to this object. |
int | getAttributesCount () Serialized data specific to this object. |
Liste < TrackableObjectGraph.TrackableObject.SerializedTensor > | getAttributesList () Serialized data specific to this object. |
TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder | getAttributesOrBuilder (index int) Serialized data specific to this object. |
Liste<? étend TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder > | getAttributesOrBuilderList () Serialized data specific to this object. |
TrackableObjectGraph.TrackableObject.ObjectReference | getChildren (index entier) Objects which this object depends on. |
int | getChildrenCount () Objects which this object depends on. |
Liste< TrackableObjectGraph.TrackableObject.ObjectReference > | getListeEnfants () Objects which this object depends on. |
TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder | getChildrenOrBuilder (index int) Objects which this object depends on. |
Liste<? étend TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder > | getChildrenOrBuilderList () Objects which this object depends on. |
statique TrackableObjectGraph.TrackableObject | |
TrackableObjectGraph.TrackableObject | |
final statique com.google.protobuf.Descriptors.Descriptor | |
int | |
TrackableObjectGraph.TrackableObject.SlotVariableReference | getSlotVariables (index int) Slot variables owned by this object. |
int | getSlotVariablesCount () Slot variables owned by this object. |
Liste < TrackableObjectGraph.TrackableObject.SlotVariableReference > | getSlotVariablesList () Slot variables owned by this object. |
TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder | getSlotVariablesOrBuilder (index int) Slot variables owned by this object. |
Liste<? étend TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder > | getSlotVariablesOrBuilderList () Slot variables owned by this object. |
final com.google.protobuf.UnknownFieldSet | |
int | |
booléen final | |
statique TrackableObjectGraph.TrackableObject.Builder | newBuilder (prototype TrackableObjectGraph.TrackableObject ) |
statique TrackableObjectGraph.TrackableObject.Builder | |
TrackableObjectGraph.TrackableObject.Builder | |
statique TrackableObjectGraph.TrackableObject | parseDelimitedFrom (entrée InputStream) |
statique TrackableObjectGraph.TrackableObject | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique TrackableObjectGraph.TrackableObject | parseFrom (données ByteBuffer) |
statique TrackableObjectGraph.TrackableObject | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique TrackableObjectGraph.TrackableObject | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique TrackableObjectGraph.TrackableObject | parseFrom (entrée com.google.protobuf.CodedInputStream) |
statique TrackableObjectGraph.TrackableObject | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique TrackableObjectGraph.TrackableObject | parseFrom (données com.google.protobuf.ByteString) |
statique TrackableObjectGraph.TrackableObject | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique TrackableObjectGraph.TrackableObject | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique | analyseur () |
TrackableObjectGraph.TrackableObject.Builder | toBuilder () |
vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final int ATTRIBUTES_FIELD_NUMBER
Valeur constante : 2
public statique final int CHILDREN_FIELD_NUMBER
Valeur constante : 1
public statique final int SLOT_VARIABLES_FIELD_NUMBER
Valeur constante : 3
Méthodes publiques
public booléen égal (Objet obj)
public TrackableObjectGraph.TrackableObject.SerializedTensor getAttributes (index int)
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;
liste publique < TrackableObjectGraph.TrackableObject.SerializedTensor > getAttributesList ()
Serialized data specific to this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor attributes = 2;
public TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder getAttributesOrBuilder (index int)
Serialized data specific to this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor attributes = 2;
Liste publique <? étend TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder > getAttributesOrBuilderList ()
Serialized data specific to this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor attributes = 2;
public TrackableObjectGraph.TrackableObject.ObjectReference getChildren (index int)
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;
liste publique < TrackableObjectGraph.TrackableObject.ObjectReference > getChildrenList ()
Objects which this object depends on.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;
public TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder getChildrenOrBuilder (index int)
Objects which this object depends on.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;
Liste publique <? étend TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder > getChildrenOrBuilderList ()
Objects which this object depends on.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;
public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
publique getParserForType ()
public int getSerializedSize ()
public TrackableObjectGraph.TrackableObject.SlotVariableReference getSlotVariables (index int)
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;
liste publique < TrackableObjectGraph.TrackableObject.SlotVariableReference > getSlotVariablesList ()
Slot variables owned by this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;
public TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder getSlotVariablesOrBuilder (index int)
Slot variables owned by this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;
Liste publique <? étend 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 ()
code de hachage int public ()
public final booléen isInitialized ()
public statique TrackableObjectGraph.TrackableObject.Builder newBuilder (prototype TrackableObjectGraph.TrackableObject )
public statique TrackableObjectGraph.TrackableObject parseDelimitedFrom (entrée InputStream)
Jetés
IOException |
---|
public statique TrackableObjectGraph.TrackableObject parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique TrackableObjectGraph.TrackableObject parseFrom (données ByteBuffer)
Jetés
InvalidProtocolBufferException |
---|
public statique TrackableObjectGraph.TrackableObject parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique TrackableObjectGraph.TrackableObject parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique TrackableObjectGraph.TrackableObject parseFrom (entrée com.google.protobuf.CodedInputStream)
Jetés
IOException |
---|
public statique TrackableObjectGraph.TrackableObject parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique TrackableObjectGraph.TrackableObject parseFrom (données com.google.protobuf.ByteString)
Jetés
InvalidProtocolBufferException |
---|
public statique TrackableObjectGraph.TrackableObject parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique TrackableObjectGraph.TrackableObject parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique analyseur ()
public void writeTo (sortie com.google.protobuf.CodedOutputStream)
Jetés
IOException |
---|