Searched refs:reconstructed (Results 1 – 25 of 31) sorted by relevance
12
/external/tensorflow/tensorflow/python/ops/ |
D | data_flow_grad.py | 42 reconstructed = data_flow_ops.dynamic_stitch(partitioned_indices, grads) 43 reconstructed = array_ops.reshape(reconstructed, array_ops.shape(data)) 44 return [reconstructed, None]
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_errors_test.py | 17 reconstructed = pickle.loads(pickled) 18 self.assertEquals(original, reconstructed)
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | data_flow_grad.cc | 98 auto reconstructed = in DynamicPartitionGrad() local 102 grad_outputs->push_back(Reshape(scope, reconstructed, Shape(scope, data))); in DynamicPartitionGrad()
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | debug_graph_reconstruction_test.py | 107 reconstructed = dump.reconstructed_non_debug_partition_graphs() 109 self.assertEqual(len(non_debug_graph_defs), len(reconstructed)) 113 self._graphDefWithoutBlacklistedNodes(reconstructed[device_name]),
|
/external/tensorflow/tensorflow/python/framework/ |
D | tensor_shape_test.py | 205 reconstructed = ctor(*args) 206 self.assertEqual(reconstructed, dim) 464 reconstructed = ctor(*args) 465 self.assertEqual(reconstructed, shape)
|
D | dtypes_test.py | 311 reconstructed = ctor(*args) 312 self.assertEquals(reconstructed, dtype)
|
/external/cros/system_api/dbus/cryptohome/ |
D | signed_secret.proto | 30 // on the wire, but only reconstructed from source data.
|
/external/python/cpython2/Misc/ |
D | BeOS-NOTES | 34 number objects reconstructed from a pickle don't compare equal to
|
/external/grpc-grpc/test/core/security/ |
D | security_connector_test.cc | 67 const tsi_peer* reconstructed) { in check_ssl_peer_equivalence() argument 76 if (!check_peer_property(reconstructed, prop)) return 0; in check_ssl_peer_equivalence()
|
/external/libavc/common/arm/ |
D | ih264_iquant_itrans_recon_dc_a9.s | 51 @ * reconstructed block 181 @ * reconstructed block
|
D | ih264_iquant_itrans_recon_a9.s | 50 @ * reconstructed block 237 @ * reconstructed block 428 @ * reconstructed block
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2000-12-06-MeetingSummary.txt | 26 reconstructed from SSA form in linear time, that it would be an
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-12-06-MeetingSummary.txt | 26 reconstructed from SSA form in linear time, that it would be an
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2000-12-06-MeetingSummary.txt | 26 reconstructed from SSA form in linear time, that it would be an
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/ |
D | hoist-global-addr-base.ll | 52 ; This test checks that the offset is reconstructed correctly when
|
/external/python/cpython2/Doc/library/ |
D | tokenize.rst | 93 The reconstructed script is returned as a single string. The result is
|
/external/python/cpython3/Doc/library/ |
D | tokenize.rst | 75 The reconstructed script is returned as a single string. The result is
|
/external/llvm/docs/CommandGuide/ |
D | llvm-ar.rst | 27 update) operations, the archive will be reconstructed in GNU format.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | llvm-ar.rst | 27 update) operations, the archive will be reconstructed in GNU format.
|
D | llvm-pdbutil.rst | 38 reconstructed.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | MIMGInstructions.td | 303 // Other variants are reconstructed by disassembler using dmask and tfe.
|
/external/catch2/docs/ |
D | release-notes.md | 338 * It is also used by ConsoleReporter for reconstructed expressions 562 * Truthy expressions are now reconstructed properly, not as booleans (#914)
|
/external/python/cpython3/Lib/test/ |
D | pickletester.py | 2271 reconstructed = self.loads(pickled) 2272 self.assertEqual(reconstructed, objects)
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | llvm-ar.pod | 36 update) operations, the archive will be reconstructed in LLVM format. This
|
/external/libjpeg-turbo/ |
D | usage.txt | 104 the reconstructed image: the higher the quality setting, the larger the JPEG
|
12