HomeSort by relevance Sort by last modified time
    Searched refs:_SdcaUpdateWeightsHook (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
svm.py 145 chief_hook = linear._SdcaUpdateWeightsHook() # pylint: disable=protected-access
linear.py 290 class _SdcaUpdateWeightsHook(session_run_hook.SessionRunHook):
484 chief_hook = _SdcaUpdateWeightsHook()
755 chief_hook = _SdcaUpdateWeightsHook()
    [all...]
  /external/tensorflow/tensorflow/contrib/linear_optimizer/python/
sdca_estimator.py 180 class _SdcaUpdateWeightsHook(session_run_hook.SessionRunHook):
275 "update_weights_hook": _SdcaUpdateWeightsHook(),

Completed in 389 milliseconds