Home
last modified time | relevance | path

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

12345678910>>...27

/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/python/data/experimental/kernel_tests/
Dparallel_interleave_test.py125 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/
Dreader_ops_test.py153 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/
DREADME.chromium12 produced by Xdelta, and 15% smaller than those produced by .RTPatch.
/external/tensorflow/tensorflow/core/kernels/
Didentity_reader_op.cc34 Status ReadLocked(string* key, string* value, bool* produced, in ReadLocked() argument
38 *produced = true; in ReadLocked()
Dtf_record_reader_op.cc53 Status ReadLocked(string* key, string* value, bool* produced, in ReadLocked() argument
62 *produced = true; in ReadLocked()
Dtext_line_reader_op.cc59 Status ReadLocked(string* key, string* value, bool* produced, in ReadLocked() argument
65 *produced = true; in ReadLocked()
Dlmdb_reader_op.cc71 Status ReadLocked(string* key, string* value, bool* produced, in ReadLocked() argument
88 *produced = true; in ReadLocked()
Dwhole_file_read_ops.cc51 Status ReadLocked(string* key, string* value, bool* produced, in ReadLocked() argument
55 *produced = true; in ReadLocked()
Dfixed_length_record_reader_op.cc80 Status ReadLocked(string* key, string* 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
Dapi_def_QuantizeV2.pbtxt6 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/
Dbigquery_reader_ops.cc69 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/
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/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/dagger2/producers/src/main/java/dagger/producers/internal/
DProducers.java68 Produced<Object> produced = Produced.failed(t);
69 return Futures.immediateFuture(produced);
/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/dagger2/producers/src/test/java/dagger/producers/internal/
DProducersTest.java71 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/
Dload-shift-combine.ll7 ; and propagated the produced value into uses of both produced values of the
/external/tensorflow/tensorflow/core/protobuf/
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/llvm/test/CodeGen/PowerPC/
Dload-shift-combine.ll7 ; and propagated the produced value into uses of both produced values of the
/external/tensorflow/tensorflow/contrib/checkpoint/
DREADME.md1 Tools for working with object-based checkpoints produced by
/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/smali/baksmali/src/test/resources/DuplicateTest/src/
DREADME1 The test dex file was produced from these smali files, using

12345678910>>...27