tfd ~master (2021-06-15T14:06:44Z)
Dub
Repo
WhileContextDef
tensorflow
control_flow
Undocumented in source.
class
WhileContextDef {
@
Proto
(1)
string
contextName
;
@
Proto
(2)
int
parallelIterations
;
@
Proto
(3)
bool
backProp
;
@
Proto
(4)
bool
swapMemory
;
@
Proto
(5)
string
pivotName
;
@
Proto
(6)
string
pivotForPredName
;
@
Proto
(7)
string
pivotForBodyName
;
@
Proto
(8)
string
[]
loopExitNames
;
@
Proto
(9)
ValuesDef
valuesDef
;
@
Proto
(10)
string
[]
loopEnterNames
;
@
Proto
(11)
string
maximumIterationsName
;
@
Proto
(12)
ControlFlowContextDef
[]
nestedContexts
;
}
Members
Variables
backProp
bool
backProp
;
Undocumented in source.
contextName
string
contextName
;
Undocumented in source.
loopEnterNames
string
[]
loopEnterNames
;
Undocumented in source.
loopExitNames
string
[]
loopExitNames
;
Undocumented in source.
maximumIterationsName
string
maximumIterationsName
;
Undocumented in source.
nestedContexts
ControlFlowContextDef
[]
nestedContexts
;
Undocumented in source.
parallelIterations
int
parallelIterations
;
Undocumented in source.
pivotForBodyName
string
pivotForBodyName
;
Undocumented in source.
pivotForPredName
string
pivotForPredName
;
Undocumented in source.
pivotName
string
pivotName
;
Undocumented in source.
swapMemory
bool
swapMemory
;
Undocumented in source.
valuesDef
ValuesDef
valuesDef
;
Undocumented in source.
Meta
Source
See Implementation
tensorflow
control_flow
classes
CondContextDef
ControlFlowContextDef
ValuesDef
WhileContextDef
manifest constants
protocVersion