パブリック最終クラスMemoryLogRawDeallocation
Protobuf 型tensorflow.MemoryLogRawDeallocation
ネストされたクラス
| クラス | MemoryLogRawDeallocation.Builder | Protobuf 型tensorflow.MemoryLogRawDeallocation | |
定数
| 整数 | ALLOCATION_ID_FIELD_NUMBER | |
| 整数 | ALLOCATOR_NAME_FIELD_NUMBER | |
| 整数 | DEFERRED_FIELD_NUMBER | |
| 整数 | OPERATION_FIELD_NUMBER | |
| 整数 | STEP_ID_FIELD_NUMBER |
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) |
| 長さ | getAllocationId () Id of the tensor buffer being deallocated, used to match to a corresponding allocation. |
| 弦 | getAllocatorName () Name of the allocator used. |
| com.google.protobuf.ByteString | getAllocatorNameBytes () Name of the allocator used. |
| 静的MemoryLogRawDeallocation | |
| MemoryLogRaw割り当て解除 | |
| ブール値 | getDeferred () True if the deallocation is queued and will be performed later, e.g. |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| 弦 | getオペレーション() Name of the operation making the deallocation. |
| com.google.protobuf.ByteString | getOperationBytes () Name of the operation making the deallocation. |
| 整数 | |
| 長さ | getStepId () Process-unique step id. |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的MemoryLogRawDeallocation.Builder | newBuilder () |
| 静的MemoryLogRawDeallocation.Builder | newBuilder ( MemoryLogRawDeallocationプロトタイプ) |
| MemoryLogRawDeallocation.Builder | |
| 静的MemoryLogRawDeallocation | parseDelimitedFrom (InputStream 入力) |
| 静的MemoryLogRawDeallocation | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的MemoryLogRawDeallocation | parseFrom (ByteBuffer データ) |
| 静的MemoryLogRawDeallocation | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的MemoryLogRawDeallocation | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的MemoryLogRawDeallocation | parseFrom (com.google.protobuf.CodedInputStream 入力) |
| 静的MemoryLogRawDeallocation | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的MemoryLogRawDeallocation | parseFrom (com.google.protobuf.ByteString データ) |
| 静的MemoryLogRawDeallocation | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的MemoryLogRawDeallocation | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的 | パーサー() |
| MemoryLogRawDeallocation.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数ALLOCATION_ID_FIELD_NUMBER
定数値: 3
パブリック静的最終整数ALLOCATOR_NAME_FIELD_NUMBER
定数値: 4
パブリック静的最終整数DEFERRED_FIELD_NUMBER
定数値: 5
パブリック静的最終整数OPERATION_FIELD_NUMBER
定数値: 2
パブリック静的最終整数STEP_ID_FIELD_NUMBER
定数値: 1
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public long getAllocationId ()
Id of the tensor buffer being deallocated, used to match to a corresponding allocation.
int64 allocation_id = 3; public String getAllocatorName ()
Name of the allocator used.
string allocator_name = 4; public com.google.protobuf.ByteString getAllocatorNameBytes ()
Name of the allocator used.
string allocator_name = 4; public boolean getDeferred ()
True if the deallocation is queued and will be performed later, e.g. for GPU lazy freeing of buffers.
bool deferred = 5; public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
パブリック String getOperation ()
Name of the operation making the deallocation.
string operation = 2; public com.google.protobuf.ByteString getOperationBytes ()
Name of the operation making the deallocation.
string operation = 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 MemoryLogRawDeallocation parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static MemoryLogRawDeallocation parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static MemoryLogRawDeallocation parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static MemoryLogRawDeallocation parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static MemoryLogRawDeallocation parseFrom (com.google.protobuf.ByteString データ)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static MemoryLogRawDeallocation parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static MemoryLogRawDeallocation parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|