Home
last modified time | relevance | path

Searched defs:cancel_op (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dqueue_runner_impl.py62 cancel_op=None, queue_closed_exception_types=None, argument
121 cancel_op=None, queue_closed_exception_types=None): argument
207 def cancel_op(self): member in QueueRunner
285 def _close_on_stop(self, sess, cancel_op, coord): argument
Dinput.py133 cancel_op=None): argument
219 cancel_op=None): argument
/external/tensorflow/tensorflow/cc/training/
Dqueue_runner_test.cc85 const std::string& close_op, const std::string& cancel_op, in BuildQueueRunnerDef()