Searched refs:temp_output (Results 1 - 4 of 4) sorted by relevance

/external/toolchain-utils/binary_search_tool/full_bisect_test/
H A Dinteractive_test.sh21 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
[all...]
/external/tensorflow/tensorflow/contrib/py2tf/pyct/
H A Dcompiler_test.py84 with open(module.__file__, 'r') as temp_output:
87 temp_output.read().strip())
/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dsparsify_gather.cc595 GraphDef temp_output; local
606 ckpt_reader, &temp_output));
608 TF_RETURN_IF_ERROR(SparsifyGatherInternal(temp_output, shapes_and_slices,
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Dacm_receiver.cc239 int16_t temp_output[AudioFrame::kMaxDataSizeSamples]; local
242 num_channels, AudioFrame::kMaxDataSizeSamples, temp_output);

Completed in 873 milliseconds