Home
last modified time | relevance | path

Searched refs:temp_output (Results 1 – 10 of 10) sorted by relevance

/external/toolchain-utils/binary_search_tool/full_bisect_test/
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.txt
/external/tensorflow/tensorflow/c/experimental/gradients/
Dnn_grad_test.cc54 for (auto temp_output : temp_outputs) { in ReluGradModel() local
55 temp_output->Unref(); in ReluGradModel()
96 for (auto temp_output : temp_outputs) { in SparseSoftmaxCrossEntropyWithLogitsGradModel() local
97 temp_output->Unref(); in SparseSoftmaxCrossEntropyWithLogitsGradModel()
125 for (auto temp_output : temp_outputs) { in BiasAddGradModel() local
126 temp_output->Unref(); in BiasAddGradModel()
Dgrad_test_helper.cc127 for (auto temp_output : temp_outputs) { in BuildGradModel() local
128 temp_output->Unref(); in BuildGradModel()
/external/tensorflow/tensorflow/python/autograph/pyct/
Dloader_test.py92 with open(module.__file__, 'r') as temp_output:
95 temp_output.read().strip())
/external/autotest/server/cros/crosperf/
Ddevice_setup_utils.py375 _, temp_output, _ = run_command_on_dut(
379 if any(int(temp) > temp_in_ucels for temp in temp_output.split()):
/external/toolchain-utils/cros_utils/
Ddevice_setup_utils.py307 _, temp_output, _ = self.RunCommandOnDut(
309 if any(int(temp) > temp_in_ucels for temp in temp_output.split()):
/external/tensorflow/tensorflow/tools/graph_transforms/
Dsparsify_gather.cc594 GraphDef temp_output; in SparsifyGather() local
605 ckpt_reader, &temp_output)); in SparsifyGather()
607 TF_RETURN_IF_ERROR(SparsifyGatherInternal(temp_output, shapes_and_slices, in SparsifyGather()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc188 std::vector<float> temp_output(n_batch * n_cell); in LstmStepWithAuxInput() local
191 n_batch, temp_output.data()); in LstmStepWithAuxInput()
192 logger->LogTensorValue(intemediate_tensor_indexes[11], temp_output.data(), in LstmStepWithAuxInput()
/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.c64 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()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc1532 auto temp_output = CreateZero(temp_output_shape, &b_); in HandleConcatenate() local
1547 temp_output = b_.AddInstruction(HloInstruction::CreateDynamicUpdateSlice( in HandleConcatenate()
1548 temp_output_shape, temp_output, spmd_operand, start_indices)); in HandleConcatenate()
1563 &b_, temp_output, in HandleConcatenate()