/external/tensorflow/tensorflow/core/framework/ |
D | reader_base.cc | 139 bool produced = false; in ReadUpToLocked() local 142 Status status = ReadLocked(&key, &value, &produced, at_end); in ReadUpToLocked() 143 if (produced) { in ReadUpToLocked() 171 bool produced = false; in Read() local 173 Status status = ReadLocked(key, value, &produced, &at_end); in Read() 175 if (!at_end && status.ok() && !produced) { in Read() 180 if (!status.ok() && produced) { in Read() 193 if (produced) { in Read()
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | remote_tensor_handle.proto | 21 // The ID of the operation that produced this tensor. 23 // The index into the outputs of the operation that produced this tensor. 25 // Device of the operation that produced this tensor. Cannot be empty.
|
D | tensor_bundle.proto | 19 // which binary produced this checkpoint, timestamp, etc. Sometime, these can be 27 // An enum indicating the endianness of the platform that produced this
|
/external/igt-gpu-tools/tools/ |
D | intel_guc_logger.c | 69 uint32_t produced, consumed; variable 143 return (produced - consumed); in num_filled_bufs() 153 igt_debug("overflow, will wait, produced %u, consumed %u\n", produced, consumed); in pull_data() 162 ptr = read_buffer + (produced % num_buffers) * SUBBUF_SIZE; in pull_data() 171 produced++; in pull_data()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/ |
D | LockFreeTaskQueueStressTest.kt | 33 private val produced = atomic(0L) in <lambda>() constant 92 produced.incrementAndGet() in <lambda>() 117 assertEquals(produced.value, consumed.value) in <lambda>()
|
/external/bsdiff/ |
D | README.chromium | 12 produced by Xdelta, and 15% smaller than those produced by .RTPatch.
|
/external/tensorflow/tensorflow/core/kernels/ |
D | identity_reader_op.cc | 36 Status ReadLocked(tstring* key, tstring* value, bool* produced, in ReadLocked() argument 40 *produced = true; in ReadLocked()
|
D | tf_record_reader_op.cc | 53 Status ReadLocked(tstring* key, tstring* value, bool* produced, in ReadLocked() argument 62 *produced = true; in ReadLocked()
|
D | text_line_reader_op.cc | 59 Status ReadLocked(tstring* key, tstring* value, bool* produced, in ReadLocked() argument 65 *produced = true; in ReadLocked()
|
D | lmdb_reader_op.cc | 71 Status ReadLocked(tstring* key, tstring* value, bool* produced, in ReadLocked() argument 89 *produced = true; in ReadLocked()
|
D | whole_file_read_ops.cc | 53 Status ReadLocked(tstring* key, tstring* value, bool* produced, in ReadLocked() argument 57 *produced = true; in ReadLocked()
|
D | fixed_length_record_reader_op.cc | 80 Status ReadLocked(tstring* key, tstring* value, bool* produced, in ReadLocked() argument 124 *produced = true; in ReadLocked()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_IteratorFromStringHandle.pbtxt | 19 element produced by the resulting iterator. 26 element produced by the resulting iterator.
|
D | api_def_CudnnRNNV2.pbtxt | 35 is only produced if is_training is true. 37 only produced if is_training is true. It is output on host memory rather than
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | reader_ops_test.py | 154 produced = reader.num_records_produced() 160 self.assertAllEqual(0, self.evaluate(produced)) 168 self.assertAllEqual(1, self.evaluate(produced)) 173 self.assertAllEqual(3, self.evaluate(produced)) 181 self.assertAllEqual(3, self.evaluate(produced)) 208 produced = reader.num_records_produced() 214 self.assertAllEqual(1, self.evaluate(produced)) 219 self.assertAllEqual(3, self.evaluate(produced)) 224 self.assertAllEqual(1, self.evaluate(produced)) 230 self.assertAllEqual(3, self.evaluate(produced)) [all …]
|
/external/kotlinx.coroutines/benchmarks/src/jmh/java/benchmarks/flow/scrabble/optimizations/ |
D | FlowableSplit.java | 78 int produced; field in FlowableSplit.SplitSubscriber 199 int consumed = produced; in drain() 315 BackpressureHelper.produced(requested, e); in drain() 319 produced = consumed; in drain()
|
/external/llvm/test/Bitcode/ |
D | padding.test | 4 A file padded with '\n' can be produced under a peculiar situation: 6 * A .bc is produced os OS X, but without a darwin triple, so it has no
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | padding.test | 4 A file padded with '\n' can be produced under a peculiar situation: 6 * A .bc is produced os OS X, but without a darwin triple, so it has no
|
/external/mesa3d/src/gallium/tools/trace/ |
D | README.txt | 1 These directory contains tools for manipulating traces produced by the trace 11 recommended to avoid confusion with the .trace produced by apitrace.
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/ |
D | ProduceTest.kt | 154 val produced = produce<Int>(coroutineContext, onCompletion = source.consumes()) { in <lambda>() constant 161 produced.cancel() in <lambda>()
|
/external/python/cpython2/Misc/NEWS.d/next/Library/ |
D | 2018-04-10-20-57-14.bpo-33256.ndHkqu.rst | 1 Fix display of ``<module>`` call in the html produced by ``cgitb.html()``. Patch by Stéphane Blondo…
|
/external/llvm/test/CodeGen/PowerPC/ |
D | load-shift-combine.ll | 7 ; and propagated the produced value into uses of both produced values of the
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | load-shift-combine.ll | 7 ; and propagated the produced value into uses of both produced values of the
|
/external/smali/baksmali/src/test/resources/DuplicateTest/src/ |
D | README | 1 The test dex file was produced from these smali files, using
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | inline-asm-constraints-badK.ll | 4 ; 32-bit bitpattern ending in 1101 can't be produced.
|