Searched refs:queue_capacity (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.estimator.inputs.pbtxt | 5 …argspec: "args=[\'x\', \'y\', \'batch_size\', \'num_epochs\', \'shuffle\', \'queue_capacity\', \'n… 9 …argspec: "args=[\'x\', \'y\', \'batch_size\', \'num_epochs\', \'shuffle\', \'queue_capacity\', \'n…
|
/external/libchrome/base/trace_event/ |
D | trace_buffer.cc | 24 recyclable_chunks_queue_(new size_t[queue_capacity()]), in TraceBufferRingBuffer() 124 : queue_tail_ + queue_capacity() - queue_head_; in QueueSize() 127 bool QueueIsFull() const { return QueueSize() == queue_capacity() - 1; } in QueueIsFull() 129 size_t queue_capacity() const { in queue_capacity() function in base::trace_event::__anonfbd835010111::TraceBufferRingBuffer 136 if (index >= queue_capacity()) in NextQueueIndex()
|