パブリック最終クラスMemoryLogRawAllocation
Protobuf 型tensorflow.MemoryLogRawAllocation
ネストされたクラス
| クラス | MemoryLogRawAllocation.Builder | Protobuf 型tensorflow.MemoryLogRawAllocation | |
定数
| 整数 | ALLOCATION_ID_FIELD_NUMBER | |
| 整数 | ALLOCATOR_NAME_FIELD_NUMBER | |
| 整数 | NUM_BYTES_FIELD_NUMBER | |
| 整数 | OPERATION_FIELD_NUMBER | |
| 整数 | PTR_FIELD_NUMBER | |
| 整数 | STEP_ID_FIELD_NUMBER |
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) |
| 長さ | getAllocationId () Id of the tensor buffer being allocated, used to match to a corresponding deallocation. |
| 弦 | getAllocatorName () Name of the allocator used. |
| com.google.protobuf.ByteString | getAllocatorNameBytes () Name of the allocator used. |
| 静的MemoryLogRawAllocation | |
| メモリログRaw割り当て | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| 長さ | getNumBytes () Number of bytes in the allocation. |
| 弦 | getオペレーション() Name of the operation making the allocation. |
| com.google.protobuf.ByteString | getOperationBytes () Name of the operation making the allocation. |
| 長さ | getPtr () Address of the allocation. |
| 整数 | |
| 長さ | getStepId () Process-unique step id. |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的MemoryLogRawAllocation.Builder | newBuilder ( MemoryLogRawAllocationプロトタイプ) |
| 静的MemoryLogRawAllocation.Builder | newBuilder () |
| MemoryLogRawAllocation.Builder | |
| 静的MemoryLogRawAllocation | parseDelimitedFrom (InputStream 入力) |
| 静的MemoryLogRawAllocation | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的MemoryLogRawAllocation | parseFrom (ByteBuffer データ) |
| 静的MemoryLogRawAllocation | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的MemoryLogRawAllocation | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的MemoryLogRawAllocation | parseFrom (com.google.protobuf.CodedInputStream 入力) |
| 静的MemoryLogRawAllocation | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的MemoryLogRawAllocation | parseFrom (com.google.protobuf.ByteString データ) |
| 静的MemoryLogRawAllocation | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的MemoryLogRawAllocation | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的 | パーサー() |
| MemoryLogRawAllocation.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数ALLOCATION_ID_FIELD_NUMBER
定数値: 5
パブリック静的最終整数ALLOCATOR_NAME_FIELD_NUMBER
定数値: 6
パブリック静的最終整数NUM_BYTES_FIELD_NUMBER
定数値: 3
パブリック静的最終整数OPERATION_FIELD_NUMBER
定数値: 2
パブリック静的最終整数PTR_FIELD_NUMBER
定数値: 4
パブリック静的最終整数STEP_ID_FIELD_NUMBER
定数値: 1
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public long getAllocationId ()
Id of the tensor buffer being allocated, used to match to a corresponding deallocation.
int64 allocation_id = 5; public String getAllocatorName ()
Name of the allocator used.
string allocator_name = 6; public com.google.protobuf.ByteString getAllocatorNameBytes ()
Name of the allocator used.
string allocator_name = 6; public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public long getNumBytes ()
Number of bytes in the allocation.
int64 num_bytes = 3; パブリック String getOperation ()
Name of the operation making the allocation.
string operation = 2; public com.google.protobuf.ByteString getOperationBytes ()
Name of the operation making the allocation.
string operation = 2; 公共 getParserForType ()
パブリックロングgetPtr ()
Address of the allocation.
uint64 ptr = 4; 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 MemoryLogRawAllocation parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static MemoryLogRawAllocation parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static MemoryLogRawAllocation parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static MemoryLogRawAllocation parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static MemoryLogRawAllocation parseFrom (com.google.protobuf.ByteString データ)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static MemoryLogRawAllocation parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static MemoryLogRawAllocation parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|