パブリック静的最終クラス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 |
パブリックメソッド
継承されたメソッド
定数
パブリック静的最終整数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.Builder newBuilder ( TrackableObjectGraph.TrackableObject.SlotVariableReferenceプロトタイプ)
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例外 |
---|