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

  /external/tensorflow/tensorflow/python/training/
proximal_gradient_descent.py 59 self._l2_regularization_strength_tensor = None
66 self._l2_regularization_strength_tensor,
75 self._l2_regularization_strength_tensor,
84 self._l2_regularization_strength_tensor,
94 math_ops.cast(self._l2_regularization_strength_tensor, grad.dtype),
104 self._l2_regularization_strength_tensor = ops.convert_to_tensor(
proximal_adagrad.py 67 self._l2_regularization_strength_tensor = None
84 self._l2_regularization_strength_tensor = ops.convert_to_tensor(
93 self._l2_regularization_strength_tensor,
101 self._l2_regularization_strength_tensor,
109 self._l2_regularization_strength_tensor,
119 math_ops.cast(self._l2_regularization_strength_tensor, grad.dtype),
ftrl.py 116 self._l2_regularization_strength_tensor = None
135 self._l2_regularization_strength_tensor = ops.convert_to_tensor(
155 math_ops.cast(self._l2_regularization_strength_tensor,
168 math_ops.cast(self._l2_regularization_strength_tensor,
187 math_ops.cast(self._l2_regularization_strength_tensor,
200 math_ops.cast(self._l2_regularization_strength_tensor,
220 math_ops.cast(self._l2_regularization_strength_tensor,
234 math_ops.cast(self._l2_regularization_strength_tensor,
253 math_ops.cast(self._l2_regularization_strength_tensor, grad.dtype),
265 math_ops.cast(self._l2_regularization_strength_tensor, grad.dtype)
    [all...]

Completed in 73 milliseconds