Home | History | Annotate | Download | only in estimators

Lines Matching refs:update_weights

294     """Construct the update_weights op.
298 self._update_op = self._sdca_model.update_weights(self._train_op)
301 """Return the update_weights op so that it is executed during this run."""