MemoryLogRawAllocationOrBuilder

パブリック インターフェイスMemoryLogRawAllocationOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象的な長い
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.
抽象的な長い
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.

パブリックメソッド

public abstract long getAllocationId ()

 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
 
int64 allocation_id = 5;

public abstract String getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 6;

public abstract com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 6;

パブリック抽象long getNumBytes ()

 Number of bytes in the allocation.
 
int64 num_bytes = 3;

public abstract String getOperation ()

 Name of the operation making the allocation.
 
string operation = 2;

パブリック抽象 com.google.protobuf.ByteString getOperationBytes ()

 Name of the operation making the allocation.
 
string operation = 2;

パブリック抽象long getPtr ()

 Address of the allocation.
 
uint64 ptr = 4;

public abstract long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;