tfd ~master (2021-06-15T14:06:44Z)
Dub
Repo
AllocatorMemoryUsed
tensorflow
step_stats
Undocumented in source.
class
AllocatorMemoryUsed {
@
Proto
(1)
string
allocatorName
;
@
Proto
(2)
long
totalBytes
;
@
Proto
(3)
long
peakBytes
;
@
Proto
(4)
long
liveBytes
;
@
Proto
(5)
long
allocatorBytesInUse
;
@
Proto
(6)
AllocationRecord
[]
allocationRecords
;
}
Members
Variables
allocationRecords
AllocationRecord
[]
allocationRecords
;
Undocumented in source.
allocatorBytesInUse
long
allocatorBytesInUse
;
Undocumented in source.
allocatorName
string
allocatorName
;
Undocumented in source.
liveBytes
long
liveBytes
;
Undocumented in source.
peakBytes
long
peakBytes
;
Undocumented in source.
totalBytes
long
totalBytes
;
Undocumented in source.
Meta
Source
See Implementation
tensorflow
step_stats
classes
AllocationRecord
AllocatorMemoryUsed
DeviceStepStats
MemoryStats
NodeExecStats
NodeOutput
StepStats
manifest constants
protocVersion