HomeSort by relevance Sort by last modified time
    Searched full:history_map (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/ops/
control_flow_grad.py 111 real_pred = grad_state.history_map.get(pred.name)
122 grad_state.history_map[pred.name] = real_pred
control_flow_ops.py 793 accumulator and add it to `history_map`. Any time when we backprop
936 def history_map(self): member in class:GradLoopState
    [all...]

Completed in 247 milliseconds