Home
last modified time | relevance | path

Searched refs:history_value (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_state.py388 def AddBackpropAccumulatedValue(self, history_value, value, argument
404 history_ctxt = history_value.op._get_control_flow_context()
425 history_value = control_flow_ops._SwitchRefOrTensor(
426 history_value, pred)[branch]
427 pop = gen_data_flow_ops.stack_pop_v2(history_value,
480 history_value = cur_grad_state.AddForwardAccumulator(cur_value)
487 history_value, cur_value)