Searched refs:temp_output (Results 1 – 5 of 5) sorted by relevance
/external/toolchain-utils/binary_search_tool/full_bisect_test/ |
D | interactive_test.sh | 21 full_bisect_test/bin-trees > full_bisect_test/temp_output.txt 23 diff full_bisect_test/temp_output.txt full_bisect_test/good-output.txt &> /dev/null 27 rm -f full_bisect_test/temp_output.txt 31 diff full_bisect_test/temp_output.txt full_bisect_test/bad-output-1.txt &> /dev/null 35 rm -f full_bisect_test/temp_output.txt 38 diff full_bisect_test/temp_output.txt full_bisect_test/bad-output-2.txt &> /dev/null 41 rm -f full_bisect_test/temp_output.txt 44 diff full_bisect_test/temp_output.txt full_bisect_test/bad-output-3.txt &> /dev/null 47 rm -f full_bisect_test/temp_output.txt 53 rm -f full_bisect_test/temp_output.txt
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | compiler_test.py | 102 with open(module.__file__, 'r') as temp_output: 105 temp_output.read().strip())
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | sparsify_gather.cc | 595 GraphDef temp_output; in SparsifyGather() local 606 ckpt_reader, &temp_output)); in SparsifyGather() 608 TF_RETURN_IF_ERROR(SparsifyGatherInternal(temp_output, shapes_and_slices, in SparsifyGather()
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | acm_receiver.cc | 239 int16_t temp_output[AudioFrame::kMaxDataSizeSamples]; in GetAudio() local 242 num_channels, AudioFrame::kMaxDataSizeSamples, temp_output); in GetAudio()
|
/external/libaom/libaom/av1/common/arm/ |
D | av1_inv_txfm_neon.c | 64 int16x8_t temp_output; in lowbd_add_flip_buffer_8xn_neon() local 66 temp_output = vreinterpretq_s16_u16(vmovl_u8(vld1_u8(output))); in lowbd_add_flip_buffer_8xn_neon() 67 temp_output = vaddq_s16(temp_output, in[j]); in lowbd_add_flip_buffer_8xn_neon() 68 vst1_u8(output, vqmovun_s16(temp_output)); in lowbd_add_flip_buffer_8xn_neon() 76 int16x8_t temp_output[2]; in lowbd_get_recon_16x16_neon() local 78 temp_output[0] = vreinterpretq_s16_u16(vmovl_u8(vget_low_u8(pred))); in lowbd_get_recon_16x16_neon() 79 temp_output[0] = vaddq_s16(temp_output[0], res0); in lowbd_get_recon_16x16_neon() 80 temp_output[1] = vreinterpretq_s16_u16(vmovl_u8(vget_high_u8(pred))); in lowbd_get_recon_16x16_neon() 81 temp_output[1] = vaddq_s16(temp_output[1], res1); in lowbd_get_recon_16x16_neon() 83 vcombine_u8(vqmovun_s16(temp_output[0]), vqmovun_s16(temp_output[1])); in lowbd_get_recon_16x16_neon()
|