TrackableObjectGraph.TrackableObject.SlotVariableReference

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

Protobuf 型tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference

ネストされたクラス

クラスTrackableObjectGraph.TrackableObject.SlotVariableReference.Builder Protobuf 型tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference

定数

整数ORIGINAL_VARIABLE_NODE_ID_FIELD_NUMBER
整数SLOT_NAME_FIELD_NUMBER
整数SLOT_VARIABLE_NODE_ID_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的TrackableObjectGraph.TrackableObject.SlotVariableReference
TrackableObjectGraph.TrackableObject.SlotVariableReference
最終的な静的 com.google.protobuf.Descriptors.Descriptor
整数
getOriginalVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 variable object this slot was created for.
整数
getスロット名()
 The name of the slot (e.g.
com.google.protobuf.ByteString
getスロット名バイト()
 The name of the slot (e.g.
整数
getSlotVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 `Object` with the value of the slot variable.
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder
静的TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder
TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder
静的TrackableObjectGraph.TrackableObject.SlotVariableReference
parseDelimitedFrom (InputStream 入力)
静的TrackableObjectGraph.TrackableObject.SlotVariableReference
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TrackableObjectGraph.TrackableObject.SlotVariableReference
parseFrom (ByteBuffer データ)
静的TrackableObjectGraph.TrackableObject.SlotVariableReference
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TrackableObjectGraph.TrackableObject.SlotVariableReference
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TrackableObjectGraph.TrackableObject.SlotVariableReference
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的TrackableObjectGraph.TrackableObject.SlotVariableReference
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TrackableObjectGraph.TrackableObject.SlotVariableReference
parseFrom (com.google.protobuf.ByteString データ)
静的TrackableObjectGraph.TrackableObject.SlotVariableReference
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TrackableObjectGraph.TrackableObject.SlotVariableReference
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 1

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

定数値: 2

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

定数値: 3

パブリックメソッド

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

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

public int getOriginalVariableNodeId ()

 An index into `TrackableObjectGraph.nodes`, indicating the
 variable object this slot was created for.
 
int32 original_variable_node_id = 1;

公共getParserForType ()

public int getSerializedSize ()

パブリック String getSlotName ()

 The name of the slot (e.g. "m"/"v").
 
string slot_name = 2;

public com.google.protobuf.ByteString getSlotNameBytes ()

 The name of the slot (e.g. "m"/"v").
 
string slot_name = 2;

public int getSlotVariableNodeId ()

 An index into `TrackableObjectGraph.nodes`, indicating the
 `Object` with the value of the slot variable.
 
int32 slot_variable_node_id = 3;

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

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

public static TrackableObjectGraph.TrackableObject.SlotVariableReference parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

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

投げる
IO例外