AllocatorMemoryUsedOrBuilder

interface publique AllocatorMemoryUsedOrBuilder
Sous-classes indirectes connues

Méthodes publiques

résuméAllocationRecord
getAllocationRecords (index int)
 The allocation and deallocation timeline.
abstrait entier
getAllocationRecordsCount ()
 The allocation and deallocation timeline.
Liste abstraite < AllocationRecord >
getAllocationRecordsList ()
 The allocation and deallocation timeline.
résumé AllocationRecordOrBuilder
getAllocationRecordsOrBuilder (index int)
 The allocation and deallocation timeline.
Liste abstraite <? étend AllocationRecordOrBuilder >
getAllocationRecordsOrBuilderList ()
 The allocation and deallocation timeline.
abstrait long
getAllocatorBytesInUse ()
 These are snapshots of the overall allocator memory stats.
chaîne abstraite
getAllocatorName ()
string allocator_name = 1;
résumé com.google.protobuf.ByteString
getAllocatorNameBytes ()
string allocator_name = 1;
abstrait long
getLiveBytes ()
 The bytes that are not deallocated.
abstrait long
getPeakBytes ()
int64 peak_bytes = 3;
abstrait long
getTotalBytes ()
 These are per-node allocator memory stats.

Méthodes publiques

résumé public AllocationRecord getAllocationRecords (index int)

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

public abstrait int getAllocationRecordsCount ()

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

Liste abstraite publique < AllocationRecord > getAllocationRecordsList ()

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

public abstrait AllocationRecordOrBuilder getAllocationRecordsOrBuilder (index int)

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

Liste des résumés publics<? étend AllocationRecordOrBuilder > getAllocationRecordsOrBuilderList ()

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

public abstrait 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;

chaîne abstraite publique getAllocatorName ()

string allocator_name = 1;

résumé public com.google.protobuf.ByteString getAllocatorNameBytes ()

string allocator_name = 1;

public abstrait long getLiveBytes ()

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

public abstrait long getPeakBytes ()

int64 peak_bytes = 3;

public abstrait long getTotalBytes ()

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