TrackableObjectGraph.TrackableObject

パブリック静的最終クラスTrackableObjectGraph.TrackableObject

Protobuf 型tensorflow.TrackableObjectGraph.TrackableObject

ネストされたクラス

クラスTrackableObjectGraph.TrackableObject.Builder Protobuf 型tensorflow.TrackableObjectGraph.TrackableObject
クラスTrackableObjectGraph.TrackableObject.ObjectReference Protobuf 型tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference
インターフェースTrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder
クラスTrackableObjectGraph.TrackableObject.SerializedTensor Protobuf 型tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor
インターフェースTrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder
クラスTrackableObjectGraph.TrackableObject.SlotVariableReference Protobuf 型tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference
インターフェースTrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder

定数

整数ATTRIBUTES_FIELD_NUMBER
整数CHILDREN_FIELD_NUMBER
整数SLOT_VARIABLES_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
TrackableObjectGraph.TrackableObject.SerializedTensor
getAttributes (int インデックス)
 Serialized data specific to this object.
整数
getAttributesCount ()
 Serialized data specific to this object.
List< TrackableObjectGraph.TrackableObject.SerializedTensor >
getAttributesList ()
 Serialized data specific to this object.
TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder
getAttributesOrBuilder (int インデックス)
 Serialized data specific to this object.
リスト<? TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilderを拡張 >
getAttributesOrBuilderList ()
 Serialized data specific to this object.
TrackableObjectGraph.TrackableObject.ObjectReference
getChildren (int インデックス)
 Objects which this object depends on.
整数
getChildrenCount ()
 Objects which this object depends on.
List< TrackableObjectGraph.TrackableObject.ObjectReference >
getChildrenList ()
 Objects which this object depends on.
TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder
getChildrenOrBuilder (int インデックス)
 Objects which this object depends on.
リスト<? TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilderを拡張 >
getChildrenOrBuilderList ()
 Objects which this object depends on.
静的TrackableObjectGraph.TrackableObject
TrackableObjectGraph.TrackableObject
最終的な静的 com.google.protobuf.Descriptors.Descriptor
整数
TrackableObjectGraph.TrackableObject.SlotVariableReference
getSlotVariables (int インデックス)
 Slot variables owned by this object.
整数
getSlotVariablesCount ()
 Slot variables owned by this object.
リスト< TrackableObjectGraph.TrackableObject.SlotVariableReference >
getSlotVariablesList ()
 Slot variables owned by this object.
TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder
getSlotVariablesOrBuilder (int インデックス)
 Slot variables owned by this object.
リスト<? TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilderを拡張 >
getSlotVariablesOrBuilderList ()
 Slot variables owned by this object.
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的TrackableObjectGraph.TrackableObject.Builder
静的TrackableObjectGraph.TrackableObject.Builder
TrackableObjectGraph.TrackableObject.Builder
静的TrackableObjectGraph.TrackableObject
parseDelimitedFrom (InputStream 入力)
静的TrackableObjectGraph.TrackableObject
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TrackableObjectGraph.TrackableObject
parseFrom (ByteBuffer データ)
静的TrackableObjectGraph.TrackableObject
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TrackableObjectGraph.TrackableObject
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TrackableObjectGraph.TrackableObject
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的TrackableObjectGraph.TrackableObject
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TrackableObjectGraph.TrackableObject
parseFrom (com.google.protobuf.ByteString データ)
静的TrackableObjectGraph.TrackableObject
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TrackableObjectGraph.TrackableObject
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
TrackableObjectGraph.TrackableObject.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数ATTRIBUTES_FIELD_NUMBER

定数値: 2

パブリック静的最終整数CHILDREN_FIELD_NUMBER

定数値: 1

パブリック静的最終整数SLOT_VARIABLES_FIELD_NUMBER

定数値: 3

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public TrackableObjectGraph.TrackableObject.SerializedTensor getAttributes (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;

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 インデックス)

 Serialized data specific to this object.
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor attributes = 2;

公開リスト<? extends TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder > getAttributesOrBuilderList ()

 Serialized data specific to this object.
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor attributes = 2;

public TrackableObjectGraph.TrackableObject.ObjectReference getChildren (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;

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 インデックス)

 Objects which this object depends on.
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;

公開リスト<? extends TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder > getChildrenOrBuilderList ()

 Objects which this object depends on.
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;

public static TrackableObjectGraph.TrackableObject getDefaultInstance ()

public TrackableObjectGraph.TrackableObject getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

公共getParserForType ()

public int getSerializedSize ()

public TrackableObjectGraph.TrackableObject.SlotVariableReference getSlotVariables (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;

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 インデックス)

 Slot variables owned by this object.
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;

公開リスト<? 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 ()

パブリック最終ブール値isInitialized ()

public static TrackableObjectGraph.TrackableObject.Builder newBuilder ()

public TrackableObjectGraph.TrackableObject.Builder newBuilderForType ()

public static TrackableObjectGraph.TrackableObject parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static TrackableObjectGraph.TrackableObject parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static TrackableObjectGraph.TrackableObject parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static TrackableObjectGraph.TrackableObject parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static TrackableObjectGraph.TrackableObject parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static TrackableObjectGraph.TrackableObject parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static TrackableObjectGraph.TrackableObject parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static TrackableObjectGraph.TrackableObject parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static TrackableObjectGraph.TrackableObject parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static TrackableObjectGraph.TrackableObject parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外