AllocatorMemoryUsedOrBuilder

giao diện công cộng AllocatorMemoryUsedOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công cộng

Bản ghi phân bổ trừu tượng
getAllocationRecords (chỉ mục int)
 The allocation and deallocation timeline.
int trừu tượng
getAllocationRecordsCount ()
 The allocation and deallocation timeline.
Danh sách trừu tượng< AllocationRecord >
getAllocationRecordsList ()
 The allocation and deallocation timeline.
trừu tượng AllocationRecordOrBuilder
getAllocationRecordsOrBuilder (chỉ mục int)
 The allocation and deallocation timeline.
Danh sách trừu tượng<? mở rộng AllocationRecordOrBuilder >
getAllocationRecordsOrBuilderList ()
 The allocation and deallocation timeline.
trừu tượng dài
getAllocatorBytesInUse ()
 These are snapshots of the overall allocator memory stats.
chuỗi trừu tượng
getAllocatorName ()
string allocator_name = 1;
trừu tượng com.google.protobuf.ByteString
getAllocatorNameBytes ()
string allocator_name = 1;
trừu tượng dài
getLiveBytes ()
 The bytes that are not deallocated.
trừu tượng dài
getPeakBytes ()
int64 peak_bytes = 3;
trừu tượng dài
getTotalBytes ()
 These are per-node allocator memory stats.

Phương pháp công cộng

tóm tắt công khai AllocationRecord getAllocationRecords (chỉ mục int)

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

tóm tắt công khai int getAllocationRecordsCount ()

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

Danh sách tóm tắt công khai< AllocationRecord > getAllocationRecordsList ()

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

tóm tắt công khai AllocationRecordOrBuilder getAllocationRecordsOrBuilder (chỉ mục int)

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

Danh sách tóm tắt công khai<? mở rộng AllocationRecordOrBuilder > getAllocationRecordsOrBuilderList ()

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

tóm tắt công khai dài 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;

Chuỗi tóm tắt công khai getAllocatorName ()

string allocator_name = 1;

tóm tắt công khai com.google.protobuf.ByteString getAllocatorNameBytes ()

string allocator_name = 1;

tóm tắt công khai dài getLiveBytes ()

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

tóm tắt công khai dài getPeakBytes ()

int64 peak_bytes = 3;

tóm tắt công khai dài getTotalBytes ()

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