Home
last modified time | relevance | path

Searched refs:produced (Results 1 – 25 of 724) sorted by relevance

12345678910>>...29

/external/tensorflow/tensorflow/core/framework/
Dreader_base.cc139 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/
Dremote_tensor_handle.proto21 // 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.
Dtensor_bundle.proto19 // 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/
Dintel_guc_logger.c69 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/
DLockFreeTaskQueueStressTest.kt33 private val produced = atomic(0L) in <lambda>() constant
92 produced.incrementAndGet() in <lambda>()
117 assertEquals(produced.value, consumed.value) in <lambda>()
/external/bsdiff/
DREADME.chromium12 produced by Xdelta, and 15% smaller than those produced by .RTPatch.
/external/tensorflow/tensorflow/core/kernels/
Didentity_reader_op.cc36 Status ReadLocked(tstring* key, tstring* value, bool* produced, in ReadLocked() argument
40 *produced = true; in ReadLocked()
Dtf_record_reader_op.cc53 Status ReadLocked(tstring* key, tstring* value, bool* produced, in ReadLocked() argument
62 *produced = true; in ReadLocked()
Dtext_line_reader_op.cc59 Status ReadLocked(tstring* key, tstring* value, bool* produced, in ReadLocked() argument
65 *produced = true; in ReadLocked()
Dlmdb_reader_op.cc71 Status ReadLocked(tstring* key, tstring* value, bool* produced, in ReadLocked() argument
89 *produced = true; in ReadLocked()
Dwhole_file_read_ops.cc53 Status ReadLocked(tstring* key, tstring* value, bool* produced, in ReadLocked() argument
57 *produced = true; in ReadLocked()
Dfixed_length_record_reader_op.cc80 Status ReadLocked(tstring* key, tstring* value, bool* produced, in ReadLocked() argument
124 *produced = true; in ReadLocked()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_IteratorFromStringHandle.pbtxt19 element produced by the resulting iterator.
26 element produced by the resulting iterator.
Dapi_def_CudnnRNNV2.pbtxt35 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/
Dreader_ops_test.py154 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/
DFlowableSplit.java78 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/
Dpadding.test4 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/
Dpadding.test4 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/
DREADME.txt1 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/
DProduceTest.kt154 val produced = produce<Int>(coroutineContext, onCompletion = source.consumes()) { in <lambda>() constant
161 produced.cancel() in <lambda>()
/external/python/cpython2/Misc/NEWS.d/next/Library/
D2018-04-10-20-57-14.bpo-33256.ndHkqu.rst1 Fix display of ``<module>`` call in the html produced by ``cgitb.html()``. Patch by Stéphane Blondo…
/external/llvm/test/CodeGen/PowerPC/
Dload-shift-combine.ll7 ; and propagated the produced value into uses of both produced values of the
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dload-shift-combine.ll7 ; and propagated the produced value into uses of both produced values of the
/external/smali/baksmali/src/test/resources/DuplicateTest/src/
DREADME1 The test dex file was produced from these smali files, using
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dinline-asm-constraints-badK.ll4 ; 32-bit bitpattern ending in 1101 can't be produced.

12345678910>>...29