Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/ops/
Dconfusion_matrix.py162 labels = control_flow_ops.with_dependencies(
166 predictions = control_flow_ops.with_dependencies(
176 labels = control_flow_ops.with_dependencies(
180 predictions = control_flow_ops.with_dependencies(
Dnumerics.py71 out = control_flow_ops.with_dependencies([verify_input], x)
Dimage_ops_impl.py177 return control_flow_ops.with_dependencies(
199 return control_flow_ops.with_dependencies(
265 return control_flow_ops.with_dependencies(
914 image = control_flow_ops.with_dependencies(assert_ops, image)
1082 image = control_flow_ops.with_dependencies(assert_ops, image)
1169 image = control_flow_ops.with_dependencies(assert_ops, image)
1241 image = control_flow_ops.with_dependencies(assert_ops, image)
1245 target_height = control_flow_ops.with_dependencies(
1248 target_width = control_flow_ops.with_dependencies(assert_ops,
1301 resized = control_flow_ops.with_dependencies(assert_ops, resized)
[all …]
Drandom_ops.py405 shape = control_flow_ops.with_dependencies([check], shape)
458 shape = control_flow_ops.with_dependencies([check], shape)
Dparsing_ops.py1050 result = control_flow_ops.with_dependencies([check],
Dcontrol_flow_ops.py1063 return with_dependencies([v], self._pivot)
2845 v = with_dependencies([v], p)
2865 def with_dependencies(dependencies, output_tensor, name=None): function
3085 tpl.append(with_dependencies([gate], t))
Dcheck_ops.py1086 condition = control_flow_ops.with_dependencies([rank_check], condition)
1351 condition = control_flow_ops.with_dependencies([rank_check], condition)
Dsparse_ops.py2087 output_shape_tensor = control_flow_ops.with_dependencies([
2091 output_shape_tensor = control_flow_ops.with_dependencies(
Dcontrol_flow_ops_test.py158 control_flow_ops.with_dependencies(
169 const_with_dep = control_flow_ops.with_dependencies(
182 const_with_dep = 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)
Dcontrol_flow_ops_py_test.py174 v2 = control_flow_ops.with_dependencies([op], v)
189 v2 = control_flow_ops.with_dependencies([op], enter_v)
2665 nj = control_flow_ops.with_dependencies([op], nj)
2691 nj = control_flow_ops.with_dependencies([op], nj)
2828 ni = control_flow_ops.with_dependencies([q.enqueue((i,))], ni)
2859 ni = control_flow_ops.with_dependencies(
4259 a = lambda: control_flow_ops.with_dependencies([state_ops.assign(v0, 0)], 0)
4260 b = lambda: control_flow_ops.with_dependencies([state_ops.assign(v1, 1)], 1)
4261 c = lambda: control_flow_ops.with_dependencies([state_ops.assign(v2, 2)], 2)
4330 real_v = control_flow_ops.with_dependencies(
[all …]
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_identity.py49 self._num_rows = control_flow_ops.with_dependencies([
369 x = control_flow_ops.with_dependencies([aps], x)
424 self._num_rows = control_flow_ops.with_dependencies([
459 self._batch_shape_arg = control_flow_ops.with_dependencies([
697 x = control_flow_ops.with_dependencies([aps], x)
711 rhs = control_flow_ops.with_dependencies([aps], rhs)
Dlinear_operator_zeros.py314 x = control_flow_ops.with_dependencies([aps], x)
368 self._num_rows = control_flow_ops.with_dependencies([
377 self._num_columns = control_flow_ops.with_dependencies([
423 self._batch_shape_arg = control_flow_ops.with_dependencies([
/external/tensorflow/tensorflow/python/ops/ragged/
Drow_partition.py275 value_rowids = control_flow_ops.with_dependencies(checks, value_rowids)
351 row_splits = control_flow_ops.with_dependencies(checks, row_splits)
391 row_lengths = control_flow_ops.with_dependencies(checks, row_lengths)
438 row_starts = control_flow_ops.with_dependencies(checks, row_starts)
474 row_limits = control_flow_ops.with_dependencies(checks, row_limits)
584 row_splits = control_flow_ops.with_dependencies(checks, row_splits)
622 def with_dependencies(self, dependencies): member in RowPartition
634 new_row_splits = control_flow_ops.with_dependencies(dependencies,
1221 return control_flow_ops.with_dependencies(checks, t1), True
Dragged_squeeze_op.py97 squeezed_rt = control_flow_ops.with_dependencies(assertion_list,
/external/tensorflow/tensorflow/python/ops/distributions/
Ddirichlet.py302 return control_flow_ops.with_dependencies([
313 return control_flow_ops.with_dependencies([
329 return control_flow_ops.with_dependencies([
Dbeta.py320 return control_flow_ops.with_dependencies([
335 return control_flow_ops.with_dependencies([
345 return control_flow_ops.with_dependencies([
Ddirichlet_multinomial.py340 return control_flow_ops.with_dependencies([
351 return control_flow_ops.with_dependencies([
Dgamma.py275 return control_flow_ops.with_dependencies([
286 return control_flow_ops.with_dependencies([
Dutil.py86 return control_flow_ops.with_dependencies(
105 return control_flow_ops.with_dependencies(assertions, x)
230 probs = control_flow_ops.with_dependencies(dependencies, probs)
377 return control_flow_ops.with_dependencies([
485 return control_flow_ops.with_dependencies(assertions, x)
Dstudent_t.py316 return control_flow_ops.with_dependencies(
358 return control_flow_ops.with_dependencies(
Dmultinomial.py312 return control_flow_ops.with_dependencies([
Dtransformed_distribution.py621 return control_flow_ops.with_dependencies(
/external/tensorflow/tensorflow/python/training/
Dinput.py617 with_deps = lambda x: control_flow_ops.with_dependencies(t_values, x)
/external/tensorflow/tensorflow/python/debug/cli/
Danalyzer_cli_test.py1718 y = control_flow_ops.with_dependencies(
1723 z = control_flow_ops.with_dependencies(

12