Searched refs:output_x (Results 1 – 5 of 5) sorted by relevance
56 const int64 output_x = coords[2]; in operator() local61 float projection = transform[6] * output_x + transform[7] * output_y + 1.f; in operator()68 (transform[0] * output_x + transform[1] * output_y + transform[2]) / in operator()71 (transform[3] * output_x + transform[4] * output_y + transform[5]) / in operator()
65 var output_x = source.x + source.getOutputX();71 var result = "M" + output_x + "," + output_y +72 "L" + output_x + "," + outputApproach +
83 auto output_x = outputs[0].flat<float>(); in TEST() local85 EXPECT_EQ(1 * 8 * 8 * 3, output_x.size()); in TEST()87 for (int i = 0; i < output_x.size(); i++) { in TEST()88 EXPECT_NEAR(6.3f, output_x(i), 1e-6f); // a+b+c in TEST()
339 output_x = math.sqrt(2.0 / small_output_dim) * rff_layer.apply(x)346 approx_kernel_value = kernelized_utils.inner_product(output_x, output_y)382 output_x = math.sqrt(2.0 / output_dim) * rff_layer.apply(x)385 approx_kernel_matrix = kernelized_utils.inner_product(output_x, output_y)
2349 png_uint_32 output_x = PNG_PASS_START_COL(pass);2351 while (output_x < output_image_width)2353 image[output_y][output_x] =2356 output_x += xStep;2370 png_uint_32 output_x = PNG_COL_FROM_PASS_COL(input_x, pass);2376 int col_in_pass = PNG_COL_IN_INTERLACE_PASS(output_x, pass);