tfd ~master (2021-06-15T14:06:44Z)
Dub
Repo
CondContextDef
tensorflow
control_flow
Undocumented in source.
class
CondContextDef {
@
Proto
(1)
string
contextName
;
@
Proto
(2)
string
predName
;
@
Proto
(3)
string
pivotName
;
@
Proto
(4)
int
branch
;
@
Proto
(5)
ValuesDef
valuesDef
;
@
Proto
(6)
ControlFlowContextDef
[]
nestedContexts
;
}
Members
Variables
branch
int
branch
;
Undocumented in source.
contextName
string
contextName
;
Undocumented in source.
nestedContexts
ControlFlowContextDef
[]
nestedContexts
;
Undocumented in source.
pivotName
string
pivotName
;
Undocumented in source.
predName
string
predName
;
Undocumented in source.
valuesDef
ValuesDef
valuesDef
;
Undocumented in source.
Meta
Source
See Implementation
tensorflow
control_flow
classes
CondContextDef
ControlFlowContextDef
ValuesDef
WhileContextDef
manifest constants
protocVersion