MemoryLogStep

パブリック最終クラスMemoryLogStep

Protobuf 型tensorflow.MemoryLogStep

ネストされたクラス

クラスMemoryLogStep.Builder Protobuf 型tensorflow.MemoryLogStep

定数

整数HANDLE_FIELD_NUMBER
整数STEP_ID_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的MemoryLogStep
メモリログステップ
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getHandle ()
 Handle describing the feeds and fetches of the step.
com.google.protobuf.ByteString
getHandleBytes ()
 Handle describing the feeds and fetches of the step.
整数
長さ
getStepId ()
 Process-unique step id.
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的MemoryLogStep.Builder
newBuilder ( MemoryLogStepプロトタイプ)
静的MemoryLogStep.Builder
MemoryLogStep.Builder
静的MemoryLogStep
parseDelimitedFrom (InputStream 入力)
静的MemoryLogStep
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryLogStep
parseFrom (ByteBuffer データ)
静的MemoryLogStep
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryLogStep
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryLogStep
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的MemoryLogStep
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryLogStep
parseFrom (com.google.protobuf.ByteString データ)
静的MemoryLogStep
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryLogStep
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
MemoryLogStep.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 2

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

定数値: 1

パブリックメソッド

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

public static MemoryLogStep getDefaultInstance ()

public MemoryLogStep getDefaultInstanceForType ()

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

パブリック String getHandle ()

 Handle describing the feeds and fetches of the step.
 
string handle = 2;

public com.google.protobuf.ByteString getHandleBytes ()

 Handle describing the feeds and fetches of the step.
 
string handle = 2;

公共getParserForType ()

public int getSerializedSize ()

public long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

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

public int hashCode ()

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

public static MemoryLogStep.Builder newBuilder ( MemoryLogStepプロトタイプ)

public static MemoryLogStep.Builder newBuilder ()

public MemoryLogStep.Builder newBuilderForType ()

public static MemoryLogStep parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static MemoryLogStep parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public MemoryLogStep.Builder toBuilder ()

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

投げる
IO例外