Home
last modified time | relevance | path

Searched refs:allow_small_batch (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/contrib/training/python/training/
Dbucket_ops_test.py324 allow_small_batch, argument
361 allow_smaller_final_batch=allow_small_batch,
364 expected_batch_size = None if allow_small_batch else batch_size
378 if allow_small_batch:
398 if allow_small_batch:
429 self._testBucketBySequenceLength(allow_small_batch=False)
432 self._testBucketBySequenceLength(allow_small_batch=True)
437 self._testBucketBySequenceLength(allow_small_batch=False,
441 self._testBucketBySequenceLength(allow_small_batch=True,
445 self._testBucketBySequenceLength(allow_small_batch=True,
Dsequence_queueing_state_saver.py737 allow_small_batch=False, argument
883 self._allow_small_batch = allow_small_batch
1276 allow_small_batch=True, argument
1525 allow_small_batch=allow_small_batch)
/external/tensorflow/tensorflow/core/kernels/
Dfifo_queue.cc196 bool allow_small_batch, in TryDequeueMany() argument
258 [callback, allow_small_batch, in TryDequeueMany()
286 if (allow_small_batch && !queues_[0].empty()) { in TryDequeueMany()
292 if (allow_small_batch) { in TryDequeueMany()
Drandom_shuffle_queue_op.cc58 bool allow_small_batch,
275 bool allow_small_batch, in TryDequeueMany() argument
337 [callback, allow_small_batch, in TryDequeueMany()
363 if (allow_small_batch && !queues_[0].empty()) { in TryDequeueMany()
369 if (allow_small_batch) { in TryDequeueMany()
Dpriority_queue.cc239 bool allow_small_batch, in TryDequeueMany() argument
302 allow_small_batch](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryDequeueMany()
310 (!allow_small_batch && s < attempt->elements_requested)) { in TryDequeueMany()
334 if (s == 0 || !(closed_ && allow_small_batch)) { in TryDequeueMany()
Dpadding_fifo_queue.cc70 bool allow_small_batch, in TryDequeueMany() argument
100 [callback, allow_small_batch, in TryDequeueMany()
124 if (allow_small_batch && !queues_[0].empty()) { in TryDequeueMany()
130 if (allow_small_batch) { in TryDequeueMany()
Dpadding_fifo_queue.h46 bool allow_small_batch,
Dfifo_queue.h48 bool allow_small_batch,
Dpriority_queue.h65 bool allow_small_batch,
Dbarrier_ops.cc201 void TryTakeMany(int num_elements, bool allow_small_batch, int64 timeout, in TryTakeMany() argument
209 if (allow_small_batch) { in TryTakeMany()
234 num_elements_to_deliver, ctx, allow_small_batch, in TryTakeMany()
/external/tensorflow/tensorflow/core/framework/
Dqueue_interface.h63 bool allow_small_batch,
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BarrierTakeMany.pbtxt44 name: "allow_small_batch"
/external/tensorflow/tensorflow/python/ops/
Ddata_flow_ops.py1035 allow_small_batch=False, argument
1081 allow_small_batch,
1089 if allow_small_batch:
/external/tensorflow/tensorflow/python/kernel_tests/
Dbarrier_ops_test.py154 index_t, key_t, value_list_t = b.take_many(3, allow_small_batch=True)
505 take_t = b.take_many(1, allow_small_batch=True)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt273 …argspec: "args=[\'handle\', \'num_elements\', \'component_types\', \'allow_small_batch\', \'wait_f…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt273 …argspec: "args=[\'handle\', \'num_elements\', \'component_types\', \'allow_small_batch\', \'wait_f…
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt4340 name: "allow_small_batch"
Dops_history.v2.pbtxt8747 name: "allow_small_batch"
Dops_history.v1.pbtxt8747 name: "allow_small_batch"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt2922 name: "allow_small_batch"