tfd ~master (2021-06-15T14:06:44Z)
Dub
Repo
Execution
tensorflow
debug_event
Undocumented in source.
class
Execution {
@
Proto
(1)
string
opType
;
@
Proto
(2)
int
numOutputs
;
@
Proto
(3)
string
graphId
;
@
Proto
(4,
Wire
.
none
,
Yes
.
packed
)
long
[]
inputTensorIds
;
@
Proto
(5,
Wire
.
none
,
Yes
.
packed
)
long
[]
outputTensorIds
;
@
Proto
(6)
TensorDebugMode
tensorDebugMode
;
@
Proto
(7)
TensorProto
[]
tensorProtos
;
@
Proto
(8)
CodeLocation
codeLocation
;
}
Members
Variables
codeLocation
CodeLocation
codeLocation
;
Undocumented in source.
graphId
string
graphId
;
Undocumented in source.
inputTensorIds
long
[]
inputTensorIds
;
Undocumented in source.
numOutputs
int
numOutputs
;
Undocumented in source.
opType
string
opType
;
Undocumented in source.
outputTensorIds
long
[]
outputTensorIds
;
Undocumented in source.
tensorDebugMode
TensorDebugMode
tensorDebugMode
;
Undocumented in source.
tensorProtos
TensorProto
[]
tensorProtos
;
Undocumented in source.
Meta
Source
See Implementation
tensorflow
debug_event
classes
CodeLocation
DebugEvent
DebugMetadata
DebuggedGraph
Execution
GraphExecutionTrace
GraphOpCreation
SourceFile
StackFrameWithId
enums
TensorDebugMode
manifest constants
protocVersion