AllocatorMemoryUsedOrBuilder

interface pública AllocatorMemoryUsedOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

AllocationRecord abstrato
getAllocationRecords (int index)
 The allocation and deallocation timeline.
int abstrato
getAllocationRecordsCount ()
 The allocation and deallocation timeline.
Lista abstrata < AllocationRecord >
getAllocationRecordsList ()
 The allocation and deallocation timeline.
AllocationRecordOrBuilder abstrato
getAllocationRecordsOrBuilder (índice interno )
 The allocation and deallocation timeline.
Lista abstrata <? estende AllocationRecordOrBuilder >
getAllocationRecordsOrBuilderList ()
 The allocation and deallocation timeline.
abstrato longo
getAllocatorBytesInUse ()
 These are snapshots of the overall allocator memory stats.
String abstrata
getAllocatorName ()
string allocator_name = 1;
abstract com.google.protobuf.ByteString
getAllocatorNameBytes ()
string allocator_name = 1;
abstrato longo
getLiveBytes ()
 The bytes that are not deallocated.
abstrato longo
getPeakBytes ()
int64 peak_bytes = 3;
abstrato longo
getTotalBytes ()
 These are per-node allocator memory stats.

Métodos Públicos

public abstract AllocationRecord getAllocationRecords (int index)

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public abstract int getAllocationRecordsCount ()

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

Lista abstrata pública < AllocationRecord > getAllocationRecordsList ()

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public abstract AllocationRecordOrBuilder getAllocationRecordsOrBuilder (índice interno )

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

Lista de resumos pública <? estende AllocationRecordOrBuilder > getAllocationRecordsOrBuilderList ()

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public abstract long getAllocatorBytesInUse ()

 These are snapshots of the overall allocator memory stats.
 The number of live bytes currently allocated by the allocator.
 
int64 allocator_bytes_in_use = 5;

public abstract String getAllocatorName ()

string allocator_name = 1;

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

string allocator_name = 1;

public abstract long getLiveBytes ()

 The bytes that are not deallocated.
 
int64 live_bytes = 4;

public abstract long getPeakBytes ()

int64 peak_bytes = 3;

public abstract long getTotalBytes ()

 These are per-node allocator memory stats.
 
int64 total_bytes = 2;