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

  /external/tensorflow/tensorflow/python/training/
proximal_gradient_descent.py 58 self._l1_regularization_strength_tensor = None
65 self._l1_regularization_strength_tensor,
74 self._l1_regularization_strength_tensor,
83 self._l1_regularization_strength_tensor,
93 math_ops.cast(self._l1_regularization_strength_tensor, grad.dtype),
102 self._l1_regularization_strength_tensor = ops.convert_to_tensor(
proximal_adagrad.py 66 self._l1_regularization_strength_tensor = None
81 self._l1_regularization_strength_tensor = ops.convert_to_tensor(
92 self._l1_regularization_strength_tensor,
100 self._l1_regularization_strength_tensor,
108 self._l1_regularization_strength_tensor,
118 math_ops.cast(self._l1_regularization_strength_tensor, grad.dtype),
ftrl.py 115 self._l1_regularization_strength_tensor = None
133 self._l1_regularization_strength_tensor = ops.convert_to_tensor(
153 math_ops.cast(self._l1_regularization_strength_tensor,
166 math_ops.cast(self._l1_regularization_strength_tensor,
185 math_ops.cast(self._l1_regularization_strength_tensor,
198 math_ops.cast(self._l1_regularization_strength_tensor,
218 math_ops.cast(self._l1_regularization_strength_tensor,
232 math_ops.cast(self._l1_regularization_strength_tensor,
252 math_ops.cast(self._l1_regularization_strength_tensor, grad.dtype),
264 math_ops.cast(self._l1_regularization_strength_tensor, grad.dtype)
    [all...]

Completed in 311 milliseconds