Searched refs:reconstruction (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/signal/python/kernel_tests/
H A Dreconstruction_ops_test.py56 reconstruction = reconstruction_ops.overlap_and_add(signal, 2)
59 output = sess.run(reconstruction)
91 reconstruction = reconstruction_ops.overlap_and_add(
94 self.assertAllClose(reconstruction, expected_output)
99 reconstruction = reconstruction_ops.overlap_and_add(signal, self.frame_hop)
102 output = sess.run(reconstruction)
109 reconstruction = reconstruction_ops.overlap_and_add(signal, self.frame_hop)
112 output = sess.run(reconstruction)
125 reconstruction = reconstruction_ops.overlap_and_add(signal, self.frame_hop)
128 output = sess.run(reconstruction)
[all...]
/external/harfbuzz_ng/util/
H A Doptions.hh308 hb_buffer_t *reconstruction = hb_buffer_create (); local
309 copy_buffer_properties (reconstruction, buffer);
373 hb_buffer_destroy (reconstruction);
377 hb_buffer_append (reconstruction, fragment, 0, -1);
387 hb_buffer_diff_flags_t diff = hb_buffer_diff (reconstruction, buffer, (hb_codepoint_t) -1, 0);
396 hb_buffer_append (buffer, reconstruction, 0, -1);
399 hb_buffer_destroy (reconstruction);
/external/llvm/test/MC/ARM/
H A Deh-directive-setfp.s10 @ The reconstruction code is implemented by two different unwind opcode:

Completed in 181 milliseconds