Searched refs:first_output (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | spectrogram_test.cc | 220 std::vector<std::vector<complex<double>>> first_output; in TEST() local 223 sgram.ComputeComplexSpectrogram(input, &first_output); in TEST() 228 ASSERT_EQ(first_output.size(), second_output.size()); in TEST() 229 int slice_size = first_output[0].size(); in TEST() 230 for (int i = 0; i < first_output.size(); ++i) { in TEST() 231 ASSERT_EQ(slice_size, first_output[i].size()); in TEST() 234 ASSERT_EQ(first_output[i][j], second_output[i][j]); in TEST()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mc.h | 70 unsigned first_output,
|
D | vl_idct.h | 84 unsigned first_output, struct ureg_dst tex);
|
D | vl_idct.c | 394 unsigned first_output, struct ureg_dst tex) in vl_idct_stage2_vert_shader() argument 406 --first_output; in vl_idct_stage2_vert_shader() 408 o_l_addr[0] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_L_ADDR0); in vl_idct_stage2_vert_shader() 409 o_l_addr[1] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_L_ADDR1); in vl_idct_stage2_vert_shader() 411 o_r_addr[0] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_R_ADDR0); in vl_idct_stage2_vert_shader() 412 o_r_addr[1] = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output + VS_O_R_ADDR1); in vl_idct_stage2_vert_shader()
|
D | vl_mpeg12_decoder.c | 1068 unsigned first_output, in mc_vert_shader_callback() argument 1079 vl_idct_stage2_vert_shader(idct, shader, first_output, tex); in mc_vert_shader_callback() 1081 o_vtex = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, first_output); in mc_vert_shader_callback()
|
/external/igt-gpu-tools/tests/ |
D | kms_plane_scaling.c | 534 igt_output_t *first_output = NULL; in find_connected_pipe() local 538 if (first == *pipe || *output == first_output) in find_connected_pipe() 543 first_output = *output; in find_connected_pipe() 551 if (first_output) in find_connected_pipe()
|
D | kms_cursor_legacy.c | 214 igt_output_t *first_output = NULL; in find_connected_pipe() local 226 if (first == pipe || output == first_output) in find_connected_pipe() 231 first_output = output; in find_connected_pipe() 240 if (first_output) in find_connected_pipe()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | horizontal_loop_fusion.cc | 130 const HloInstruction* first_output = outputs[0]; in IsFusionSupported() local 132 if (first_output->shape().element_type() != in IsFusionSupported()
|
/external/tensorflow/tensorflow/python/eager/ |
D | wrap_function_test.py | 303 first_output, second_output = increments(constant_op.constant(2)) 306 self.assertIs(None, first_output)
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | load_v1_in_v2_test.py | 163 first_output = array_ops.identity(start * v, name="first_output") 175 first_output)})})
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | optimize_patterns.td | 572 (TFL_AddOp:$first_output $input, (ConstantOp $a), TFL_AF_None), 577 [(HasOneUse $first_output),
|