AllocationDescriptionOrBuilder

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

パブリックメソッド

抽象的な長い
getAllocatedBytes ()
 Total number of bytes allocated if known
 
int64 allocated_bytes = 2;
抽象的な長い
getAllocationId ()
 Identifier of the allocated buffer if known
 
int64 allocation_id = 4;
抽象文字列
getAllocatorName ()
 Name of the allocator used
 
string allocator_name = 3;
抽象的な com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used
 
string allocator_name = 3;
抽象ブール値
getHasSingleReference ()
 Set if this tensor only has one remaining reference
 
bool has_single_reference = 5;
抽象的な長い
getPtr ()
 Address of the allocation.
抽象的な長い
getRequestedBytes ()
 Total number of bytes requested
 
int64 requested_bytes = 1;

パブリックメソッド

public abstract long getAllocatedBytes ()

 Total number of bytes allocated if known
 
int64 allocated_bytes = 2;

public abstract long getAllocationId ()

 Identifier of the allocated buffer if known
 
int64 allocation_id = 4;

public abstract String getAllocatorName ()

 Name of the allocator used
 
string allocator_name = 3;

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

 Name of the allocator used
 
string allocator_name = 3;

public abstract boolean getHasSingleReference ()

 Set if this tensor only has one remaining reference
 
bool has_single_reference = 5;

パブリック抽象long getPtr ()

 Address of the allocation.
 
uint64 ptr = 6;

public abstract long getRequestedBytes ()

 Total number of bytes requested
 
int64 requested_bytes = 1;