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

  /external/tensorflow/tensorflow/python/training/
adagrad_da.py 83 self._l2_regularization_strength = l2_regularization_strength
120 math_ops.cast(self._l2_regularization_strength, var.dtype.base_dtype),
136 math_ops.cast(self._l2_regularization_strength, grad.dtype.base_dtype),
153 math_ops.cast(self._l2_regularization_strength, var.dtype.base_dtype),
170 math_ops.cast(self._l2_regularization_strength, grad.dtype),
proximal_gradient_descent.py 57 self._l2_regularization_strength = l2_regularization_strength
105 self._l2_regularization_strength, name="l2_regularization_strength")
proximal_adagrad.py 64 self._l2_regularization_strength = l2_regularization_strength
85 self._l2_regularization_strength,
ftrl.py 110 self._l2_regularization_strength = l2_regularization_strength
136 self._l2_regularization_strength, name="l2_regularization_strength")

Completed in 611 milliseconds