Diff: origin/master...HEAD, staged and unstaged changes
256 257 258 259 260 261 262 263 264
self.grad_position = grad_position # Storage for intermediate gradients captured during dx computation self._saved_intermediates = [] self.aux_inputs_data = None self.aux_kwargs_data = None self.aux_weights_data = None def _clear_res(self): self.output = None