/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/python/data/experimental/kernel_tests/ |
D | parallel_interleave_test.py | 125 for expected, produced in zip(expected_elements, 127 self.assertEqual(expected, produced) 134 for index, (expected, produced) in enumerate( 136 self.assertEqual(expected, produced, "Values differ at %s. %s != %s" % 137 (index, expected, produced)) 145 for index, (expected, produced) in enumerate( 147 self.assertEqual(expected, produced, "Values differ at %s. %s != %s" % 148 (index, expected, produced)) 157 for index, (expected, produced) in enumerate( 159 self.assertEqual(expected, produced, "Values differ at %s. %s != %s" % [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | reader_ops_test.py | 153 produced = reader.num_records_produced() 159 self.assertAllEqual(0, self.evaluate(produced)) 167 self.assertAllEqual(1, self.evaluate(produced)) 172 self.assertAllEqual(3, self.evaluate(produced)) 180 self.assertAllEqual(3, self.evaluate(produced)) 207 produced = reader.num_records_produced() 213 self.assertAllEqual(1, self.evaluate(produced)) 218 self.assertAllEqual(3, self.evaluate(produced)) 223 self.assertAllEqual(1, self.evaluate(produced)) 229 self.assertAllEqual(3, self.evaluate(produced)) [all …]
|
/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 | 34 Status ReadLocked(string* key, string* value, bool* produced, in ReadLocked() argument 38 *produced = true; in ReadLocked()
|
D | tf_record_reader_op.cc | 53 Status ReadLocked(string* key, string* value, bool* produced, in ReadLocked() argument 62 *produced = true; in ReadLocked()
|
D | text_line_reader_op.cc | 59 Status ReadLocked(string* key, string* value, bool* produced, in ReadLocked() argument 65 *produced = true; in ReadLocked()
|
D | lmdb_reader_op.cc | 71 Status ReadLocked(string* key, string* value, bool* produced, in ReadLocked() argument 88 *produced = true; in ReadLocked()
|
D | whole_file_read_ops.cc | 51 Status ReadLocked(string* key, string* value, bool* produced, in ReadLocked() argument 55 *produced = true; in ReadLocked()
|
D | fixed_length_record_reader_op.cc | 80 Status ReadLocked(string* key, string* 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
|
D | api_def_QuantizeV2.pbtxt | 6 The minimum scalar value possibly produced for the input. 12 The maximum scalar value possibly produced for the input. 18 The quantized data produced from the float input.
|
/external/tensorflow/tensorflow/contrib/cloud/kernels/ |
D | bigquery_reader_ops.cc | 69 Status ReadLocked(string* key, string* value, bool* produced, in ReadLocked() argument 72 *produced = false; in ReadLocked() 84 *produced = true; in ReadLocked()
|
/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/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/dagger2/producers/src/main/java/dagger/producers/internal/ |
D | Producers.java | 68 Produced<Object> produced = Produced.failed(t); 69 return Futures.immediateFuture(produced);
|
/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/dagger2/producers/src/test/java/dagger/producers/internal/ |
D | ProducersTest.java | 71 private <T> ExecutionException getProducedException(Produced<T> produced) { in getProducedException() argument 73 produced.get(); in getProducedException()
|
/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/tensorflow/tensorflow/core/protobuf/ |
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/llvm/test/CodeGen/PowerPC/ |
D | load-shift-combine.ll | 7 ; and propagated the produced value into uses of both produced values of the
|
/external/tensorflow/tensorflow/contrib/checkpoint/ |
D | README.md | 1 Tools for working with object-based checkpoints produced by
|
/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/smali/baksmali/src/test/resources/DuplicateTest/src/ |
D | README | 1 The test dex file was produced from these smali files, using
|