Home
last modified time | relevance | path

Searched refs:first_output (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dspectrogram_test.cc220 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/
Dvl_mc.h70 unsigned first_output,
Dvl_idct.c394 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()
Dvl_idct.h84 unsigned first_output, struct ureg_dst tex);
Dvl_mpeg12_decoder.c1068 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/
Dkms_plane_scaling.c534 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()
Dkms_cursor_legacy.c214 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/
Dhorizontal_loop_fusion.cc130 const HloInstruction* first_output = outputs[0]; in IsFusionSupported() local
132 if (first_output->shape().element_type() != in IsFusionSupported()
/external/tensorflow/tensorflow/python/eager/
Dwrap_function_test.py303 first_output, second_output = increments(constant_op.constant(2))
306 self.assertIs(None, first_output)
/external/tensorflow/tensorflow/python/saved_model/
Dload_v1_in_v2_test.py163 first_output = array_ops.identity(start * v, name="first_output")
175 first_output)})})
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize_patterns.td572 (TFL_AddOp:$first_output $input, (ConstantOp $a), TFL_AF_None),
577 [(HasOneUse $first_output),