AllocatorMemoryUsedOrBuilder

interface pública AllocatorMemoryUsedOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

registro de alocação abstrato
getAllocationRecords (índice interno)
 The allocation and deallocation timeline.
abstrato int
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.
cadeia abstrata
getAllocatorName ()
string allocator_name = 1;
abstrato 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

público abstrato AllocationRecord getAllocationRecords (índice int)

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

público abstrato 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;

público abstrato AllocationRecordOrBuilder getAllocationRecordsOrBuilder (índice int)

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

lista abstrata pública<? estende AllocationRecordOrBuilder > getAllocationRecordsOrBuilderList ()

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

público abstrato longo 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;

String abstrata pública getAllocatorName ()

string allocator_name = 1;

resumo público com.google.protobuf.ByteString getAllocatorNameBytes ()

string allocator_name = 1;

público abstrato longo getLiveBytes ()

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

público abstrato longo getPeakBytes ()

int64 peak_bytes = 3;

público abstrato longo getTotalBytes ()

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