HomeSort by relevance Sort by last modified time
    Searched refs:control_dependencies (Results 1 - 25 of 206) sorted by null

1 2 3 4 5 6 7 8 9

  /external/tensorflow/tensorflow/python/kernel_tests/
check_ops_test.py 87 with ops.control_dependencies([check_ops.assert_equal(small, small)]):
110 with ops.control_dependencies(
190 with ops.control_dependencies([check_ops.assert_equal(small, big)]):
199 with ops.control_dependencies([check_ops.assert_equal(small, small_2)]):
214 with ops.control_dependencies([check_ops.assert_equal(small, small_2)]):
222 with ops.control_dependencies([check_ops.assert_equal(larry, curly)]):
233 with ops.control_dependencies(
242 with ops.control_dependencies(
251 with ops.control_dependencies(
268 with ops.control_dependencies(
    [all...]
stack_ops_test.py 40 with ops.control_dependencies([c]):
55 with ops.control_dependencies([c]):
73 with ops.control_dependencies([x]):
76 with ops.control_dependencies([v]):
105 with ops.control_dependencies([c1]):
110 with ops.control_dependencies([c2]):
128 with ops.control_dependencies([c1]):
130 with ops.control_dependencies([c2]):
158 with ops.control_dependencies([c]):
174 with ops.control_dependencies([c])
    [all...]
logging_ops_test.py 41 with sess.graph.control_dependencies([
51 with sess.graph.control_dependencies([
  /external/tensorflow/tensorflow/contrib/py2tf/utils/
context_managers.py 42 return ops.control_dependencies(return_value)
  /external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/
stats_accumulator_ops_test.py 37 with ops.control_dependencies([accumulator._create_op]):
46 with ops.control_dependencies([op1, op2]):
65 with ops.control_dependencies([accumulator._create_op]):
74 with ops.control_dependencies([op1, op2]):
94 with ops.control_dependencies([accumulator._create_op]):
108 with ops.control_dependencies([op1, op2]):
126 with ops.control_dependencies([accumulator._create_op]):
134 with ops.control_dependencies([op1]):
138 with ops.control_dependencies([stamp_token]):
167 with ops.control_dependencies([accumulator._create_op])
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
independent.py 156 with ops.control_dependencies(self._runtime_assertions):
172 with ops.control_dependencies(self._runtime_assertions):
191 with ops.control_dependencies(self._runtime_assertions):
195 with ops.control_dependencies(self._runtime_assertions):
199 with ops.control_dependencies(self._runtime_assertions):
203 with ops.control_dependencies(self._runtime_assertions):
207 with ops.control_dependencies(self._runtime_assertions):
211 with ops.control_dependencies(self._runtime_assertions):
215 with ops.control_dependencies(self._runtime_assertions):
mixture_same_family.py 219 with ops.control_dependencies(self._runtime_assertions):
226 with ops.control_dependencies(self._runtime_assertions):
233 with ops.control_dependencies(self._runtime_assertions):
249 with ops.control_dependencies(self._runtime_assertions):
258 with ops.control_dependencies(self._runtime_assertions):
275 with ops.control_dependencies(self._runtime_assertions):
296 with ops.control_dependencies(self._runtime_assertions):
  /external/tensorflow/tensorflow/contrib/nn/python/ops/
fwd_gradients.py 64 with ops.control_dependencies(dydxs):
66 with ops.control_dependencies([assert_unused]):
  /external/tensorflow/tensorflow/compiler/tests/
stack_ops_test.py 39 with ops.control_dependencies([c]):
49 with ops.control_dependencies([c]):
58 with ops.control_dependencies([c1]):
62 with ops.control_dependencies([c2]):
76 with ops.control_dependencies([c1]):
78 with ops.control_dependencies([c2]):
98 with ops.control_dependencies([c]):
variable_ops_test.py 52 with ops.control_dependencies([x]):
138 with ops.control_dependencies([a]):
140 with ops.control_dependencies([b]):
142 with ops.control_dependencies([c]):
144 with ops.control_dependencies([d]):
146 with ops.control_dependencies([e]):
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/batch/
ordinal_split_handler_test.py 94 with ops.control_dependencies([update_1]):
96 with ops.control_dependencies([are_splits_ready]):
106 with ops.control_dependencies([update_2]):
229 with ops.control_dependencies([update_1]):
231 with ops.control_dependencies([are_splits_ready]):
241 with ops.control_dependencies([update_2]):
315 with ops.control_dependencies([update_1]):
317 with ops.control_dependencies([are_splits_ready]):
327 with ops.control_dependencies([update_2]):
398 with ops.control_dependencies([update_1])
    [all...]
  /external/tensorflow/tensorflow/contrib/gan/python/features/python/
random_tensor_pool_impl.py 114 with ops.control_dependencies([enqueue_op]):
119 with ops.control_dependencies(dequeue_values):
121 with ops.control_dependencies([enqueue_op]):
  /external/tensorflow/tensorflow/python/saved_model/
main_op_impl.py 59 with ops.control_dependencies([main_op()]):
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
reshape.py 261 with ops.control_dependencies(self._assertions):
267 with ops.control_dependencies(self._assertions):
273 with ops.control_dependencies(self._assertions):
277 with ops.control_dependencies(self._assertions):
293 with ops.control_dependencies(self._assertions):
299 with ops.control_dependencies(self._assertions):
305 with ops.control_dependencies(self._assertions):
311 with ops.control_dependencies(self._assertions):
  /external/tensorflow/tensorflow/contrib/framework/python/ops/
critical_section_test.py 43 with ops.control_dependencies([c]):
45 with ops.control_dependencies([nv]):
62 with ops.control_dependencies([c]):
64 with ops.control_dependencies([nv]):
81 with ops.control_dependencies([c]):
83 with ops.control_dependencies([nv]):
  /external/tensorflow/tensorflow/contrib/opt/python/training/
drop_stale_gradient_optimizer.py 68 with ops.control_dependencies([self._local_step]):
88 with ops.control_dependencies(
103 with ops.control_dependencies(gradients), ops.colocate_with(global_step):
model_average_optimizer.py 210 with ops.control_dependencies([apply_updates]):
242 with ops.control_dependencies(train_ops):
248 with ops.control_dependencies(update_ops), ops.device(
254 with ops.control_dependencies(train_ops), ops.device(
258 with ops.control_dependencies([sync_op]):
262 with ops.control_dependencies([local_update]):
drop_stale_gradient_optimizer_test.py 82 with ops.control_dependencies(
87 with ops.control_dependencies([t[0] for t in grad_and_vars]):
92 with ops.control_dependencies(
96 with ops.control_dependencies([worker_enqueue_op]):
97 with ops.control_dependencies([apply_gradients_queue.dequeue()]):
98 with ops.control_dependencies(
elastic_average_optimizer.py 245 with ops.control_dependencies([apply_updates]):
259 with ops.control_dependencies(local_center_vars_update):
281 with ops.control_dependencies([local_update]):
304 with ops.control_dependencies(enqueue_after_list):
  /external/tensorflow/tensorflow/python/ops/
math_grad.py 401 with ops.control_dependencies([grad]):
412 with ops.control_dependencies([grad]):
423 with ops.control_dependencies([grad]):
440 with ops.control_dependencies([grad]):
459 with ops.control_dependencies([grad]):
472 with ops.control_dependencies([grad]):
481 with ops.control_dependencies([grad]):
491 with ops.control_dependencies([grad]):
500 with ops.control_dependencies([grad]):
509 with ops.control_dependencies([grad])
    [all...]
conv2d_benchmark.py 63 with ops.control_dependencies([conv2d_op]):
73 with ops.control_dependencies([warmup_conv2d_op]):
  /external/tensorflow/tensorflow/contrib/memory_stats/python/kernel_tests/
memory_stats_ops_test.py 76 with ops.control_dependencies([a]):
78 with ops.control_dependencies([bytes_in_use_op]):
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
custom_grad_impl.py 82 with ops.control_dependencies([fx]):
  /external/tensorflow/tensorflow/core/graph/
graph_constructor.h 103 std::vector<string> control_dependencies; member in struct:tensorflow::ImportGraphDefOptions
  /external/tensorflow/tensorflow/python/training/
slot_creator_test.py 63 with ops.control_dependencies(None):
84 with ops.control_dependencies(None):
98 with ops.control_dependencies(None):
112 with ops.control_dependencies(None):

Completed in 5045 milliseconds

1 2 3 4 5 6 7 8 9