tfd ~master (2021-06-15T14:06:44Z)
Dub
Repo
NodeExecStats
tensorflow
step_stats
Undocumented in source.
class
NodeExecStats {
@
Proto
(1)
string
nodeName
;
@
Proto
(2)
long
allStartMicros
;
@
Proto
(3)
long
opStartRelMicros
;
@
Proto
(4)
long
opEndRelMicros
;
@
Proto
(5)
long
allEndRelMicros
;
@
Proto
(6)
AllocatorMemoryUsed
[]
memory
;
@
Proto
(7)
NodeOutput
[]
output
;
@
Proto
(8)
string
timelineLabel
;
@
Proto
(9)
long
scheduledMicros
;
@
Proto
(10)
uint
threadId
;
@
Proto
(11)
AllocationDescription
[]
referencedTensor
;
@
Proto
(12)
MemoryStats
memoryStats
;
@
Proto
(13)
long
allStartNanos
;
@
Proto
(14)
long
opStartRelNanos
;
@
Proto
(15)
long
opEndRelNanos
;
@
Proto
(16)
long
allEndRelNanos
;
@
Proto
(17)
long
scheduledNanos
;
}
Members
Variables
allEndRelMicros
long
allEndRelMicros
;
Undocumented in source.
allEndRelNanos
long
allEndRelNanos
;
Undocumented in source.
allStartMicros
long
allStartMicros
;
Undocumented in source.
allStartNanos
long
allStartNanos
;
Undocumented in source.
memory
AllocatorMemoryUsed
[]
memory
;
Undocumented in source.
memoryStats
MemoryStats
memoryStats
;
Undocumented in source.
nodeName
string
nodeName
;
Undocumented in source.
opEndRelMicros
long
opEndRelMicros
;
Undocumented in source.
opEndRelNanos
long
opEndRelNanos
;
Undocumented in source.
opStartRelMicros
long
opStartRelMicros
;
Undocumented in source.
opStartRelNanos
long
opStartRelNanos
;
Undocumented in source.
output
NodeOutput
[]
output
;
Undocumented in source.
referencedTensor
AllocationDescription
[]
referencedTensor
;
Undocumented in source.
scheduledMicros
long
scheduledMicros
;
Undocumented in source.
scheduledNanos
long
scheduledNanos
;
Undocumented in source.
threadId
uint
threadId
;
Undocumented in source.
timelineLabel
string
timelineLabel
;
Undocumented in source.
Meta
Source
See Implementation
tensorflow
step_stats
classes
AllocationRecord
AllocatorMemoryUsed
DeviceStepStats
MemoryStats
NodeExecStats
NodeOutput
StepStats
manifest constants
protocVersion