Home
last modified time | relevance | path

Searched refs:with_dependencies (Results 1 – 25 of 67) sorted by relevance

123

/external/tensorflow/tensorflow/contrib/training/python/training/
Dsampling_ops.py116 control_flow_ops.with_dependencies([
226 init_probs = control_flow_ops.with_dependencies([assert_op], init_probs)
327 checked_probs = control_flow_ops.with_dependencies([
357 labels = control_flow_ops.with_dependencies([lbl_assert], labels)
359 control_flow_ops.with_dependencies([
366 labels = control_flow_ops.with_dependencies([
Dtraining.py427 total_loss = control_flow_ops.with_dependencies([barrier], total_loss)
466 train_op = control_flow_ops.with_dependencies([grad_updates], total_loss)
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
Dweibull.py86 self._scale = control_flow_ops.with_dependencies([
91 self._concentration = control_flow_ops.with_dependencies([
141 return control_flow_ops.with_dependencies([is_valid], x)
151 return control_flow_ops.with_dependencies([is_positive, less_than_one], y)
Dabsolute_value.py106 y = control_flow_ops.with_dependencies(
117 zeros = control_flow_ops.with_dependencies(
Dgumbel.py83 self._scale = control_flow_ops.with_dependencies([
128 return control_flow_ops.with_dependencies([is_positive, less_than_one], y)
Dordered.py94 output_shape = control_flow_ops.with_dependencies(
134 return control_flow_ops.with_dependencies([is_valid], x)
Dpower_transform.py121 return control_flow_ops.with_dependencies([is_valid], x)
128 return control_flow_ops.with_dependencies([is_valid], y)
Dkumaraswamy.py125 return control_flow_ops.with_dependencies([
134 return control_flow_ops.with_dependencies([
Dcholesky_outer_product.py101 x = control_flow_ops.with_dependencies([is_matrix, is_square], x)
167 x = control_flow_ops.with_dependencies(
Dsquare.py92 return control_flow_ops.with_dependencies([is_valid], t)
/external/tensorflow/tensorflow/python/ops/
Dconfusion_matrix.py160 labels = control_flow_ops.with_dependencies(
164 predictions = control_flow_ops.with_dependencies(
174 labels = control_flow_ops.with_dependencies(
178 predictions = control_flow_ops.with_dependencies(
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_identity.py49 self._num_rows = control_flow_ops.with_dependencies([
353 x = control_flow_ops.with_dependencies([aps], x)
402 self._num_rows = control_flow_ops.with_dependencies([
437 self._batch_shape_arg = control_flow_ops.with_dependencies([
663 x = control_flow_ops.with_dependencies([aps], x)
681 rhs = control_flow_ops.with_dependencies([aps], rhs)
Dlinear_operator_zeros.py296 x = control_flow_ops.with_dependencies([aps], x)
350 self._num_rows = control_flow_ops.with_dependencies([
359 self._num_columns = control_flow_ops.with_dependencies([
405 self._batch_shape_arg = control_flow_ops.with_dependencies([
/external/tensorflow/tensorflow/python/kernel_tests/
Dnumerics_test.py76 a = control_flow_ops.with_dependencies([check], a)
86 a = control_flow_ops.with_dependencies([check], a)
96 a = control_flow_ops.with_dependencies([check], a)
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Ddistribution_util.py138 return control_flow_ops.with_dependencies([
143 return control_flow_ops.with_dependencies([
228 return control_flow_ops.with_dependencies([
232 return control_flow_ops.with_dependencies([
Dinverse_gamma.py241 return control_flow_ops.with_dependencies([
262 return control_flow_ops.with_dependencies([
280 return control_flow_ops.with_dependencies([
Dbinomial.py283 return control_flow_ops.with_dependencies([
297 return control_flow_ops.with_dependencies([
Ddeterministic.py107 loc = control_flow_ops.with_dependencies(
134 tol = control_flow_ops.with_dependencies([
Dmvn_full_covariance.py179 covariance_matrix = control_flow_ops.with_dependencies([
/external/tensorflow/tensorflow/python/ops/distributions/
Ddirichlet.py299 return control_flow_ops.with_dependencies([
310 return control_flow_ops.with_dependencies([
326 return control_flow_ops.with_dependencies([
Dbeta.py316 return control_flow_ops.with_dependencies([
331 return control_flow_ops.with_dependencies([
341 return control_flow_ops.with_dependencies([
Ddirichlet_multinomial.py340 return control_flow_ops.with_dependencies([
351 return control_flow_ops.with_dependencies([
Dgamma.py272 return control_flow_ops.with_dependencies([
283 return control_flow_ops.with_dependencies([
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dgmm.py34 from tensorflow.python.ops.control_flow_ops import with_dependencies
168 training_op = with_dependencies([training_op, incr_step], loss)
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dkmeans.py38 from tensorflow.python.ops.control_flow_ops import with_dependencies
134 training_op = with_dependencies([training_op, incr_step], loss)

123