Home
last modified time | relevance | path

Searched refs:reconstructed (Results 1 – 25 of 31) sorted by relevance

12

/external/tensorflow/tensorflow/python/ops/
Ddata_flow_grad.py42 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/
Ddevice_errors_test.py17 reconstructed = pickle.loads(pickled)
18 self.assertEquals(original, reconstructed)
/external/tensorflow/tensorflow/cc/gradients/
Ddata_flow_grad.cc98 auto reconstructed = in DynamicPartitionGrad() local
102 grad_outputs->push_back(Reshape(scope, reconstructed, Shape(scope, data))); in DynamicPartitionGrad()
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_graph_reconstruction_test.py107 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/
Dtensor_shape_test.py205 reconstructed = ctor(*args)
206 self.assertEqual(reconstructed, dim)
464 reconstructed = ctor(*args)
465 self.assertEqual(reconstructed, shape)
Ddtypes_test.py311 reconstructed = ctor(*args)
312 self.assertEquals(reconstructed, dtype)
/external/cros/system_api/dbus/cryptohome/
Dsigned_secret.proto30 // on the wire, but only reconstructed from source data.
/external/python/cpython2/Misc/
DBeOS-NOTES34 number objects reconstructed from a pickle don't compare equal to
/external/grpc-grpc/test/core/security/
Dsecurity_connector_test.cc67 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/
Dih264_iquant_itrans_recon_dc_a9.s51 @ * reconstructed block
181 @ * reconstructed block
Dih264_iquant_itrans_recon_a9.s50 @ * reconstructed block
237 @ * reconstructed block
428 @ * reconstructed block
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt26 reconstructed from SSA form in linear time, that it would be an
/external/llvm/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt26 reconstructed from SSA form in linear time, that it would be an
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt26 reconstructed from SSA form in linear time, that it would be an
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/
Dhoist-global-addr-base.ll52 ; This test checks that the offset is reconstructed correctly when
/external/python/cpython2/Doc/library/
Dtokenize.rst93 The reconstructed script is returned as a single string. The result is
/external/python/cpython3/Doc/library/
Dtokenize.rst75 The reconstructed script is returned as a single string. The result is
/external/llvm/docs/CommandGuide/
Dllvm-ar.rst27 update) operations, the archive will be reconstructed in GNU format.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-ar.rst27 update) operations, the archive will be reconstructed in GNU format.
Dllvm-pdbutil.rst38 reconstructed.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td303 // Other variants are reconstructed by disassembler using dmask and tfe.
/external/catch2/docs/
Drelease-notes.md338 * 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/
Dpickletester.py2271 reconstructed = self.loads(pickled)
2272 self.assertEqual(reconstructed, objects)
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllvm-ar.pod36 update) operations, the archive will be reconstructed in LLVM format. This
/external/libjpeg-turbo/
Dusage.txt104 the reconstructed image: the higher the quality setting, the larger the JPEG

12