Home
last modified time | relevance | path

Searched refs:out_x (Results 1 – 25 of 32) sorted by relevance

12

/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dpooling.h41 for (int out_x = 0; out_x < output_width; ++out_x) { in AveragePool() local
44 (out_x * stride_width) - params.padding_values.width; in AveragePool()
73 output_data[Offset(output_shape, batch, out_y, out_x, channel)] = in AveragePool()
102 for (int out_x = 0; out_x < output_width; ++out_x) { in MaxPool() local
105 (out_x * stride_width) - params.padding_values.width; in MaxPool()
130 output_data[Offset(output_shape, batch, out_y, out_x, channel)] = in MaxPool()
Dconv.h66 for (int out_x = 0; out_x < output_width; ++out_x) { in ConvPerChannel() local
68 const int in_x_origin = (out_x * stride_width) - pad_width; in ConvPerChannel()
117 output_data[Offset(output_shape, batch, out_y, out_x, out_channel)] = in ConvPerChannel()
Ddepthwise_conv.h64 for (int out_x = 0; out_x < output_width; ++out_x) { in DepthwiseConvPerChannel() local
68 const int in_x_origin = (out_x * stride_width) - pad_width; in DepthwiseConvPerChannel()
114 output_data[Offset(output_shape, batch, out_y, out_x, in DepthwiseConvPerChannel()
/external/tensorflow/tensorflow/core/kernels/
Dresize_nearest_neighbor_op_gpu.cu.cc45 int out_x = n % out_width; in ResizeNearestNeighborNHWC() local
58 floorf((static_cast<float>(out_x) + 0.5f) * width_scale)), in ResizeNearestNeighborNHWC()
76 int out_x = n % out_width; in LegacyResizeNearestNeighborNHWC() local
87 min((align_corners) ? static_cast<int>(roundf(out_x * width_scale)) in LegacyResizeNearestNeighborNHWC()
88 : static_cast<int>(floorf(out_x * width_scale)), in LegacyResizeNearestNeighborNHWC()
116 const int out_x = in ResizeNearestNeighborBackwardNHWC() local
121 const int idx = (out_y * out_width + out_x) * channels + c; in ResizeNearestNeighborBackwardNHWC()
146 const int out_x = in LegacyResizeNearestNeighborBackwardNHWC() local
150 const int idx = (out_y * out_width + out_x) * channels + c; in LegacyResizeNearestNeighborBackwardNHWC()
Dconv_ops_using_gemm.cc130 for (int out_x = 0; out_x < output_width; ++out_x) { in operator ()() local
152 const int in_x_origin = (out_x * stride_cols) - filter_left_offset; in operator ()()
185 (out_x * filter_count) + out_channel] = total; in operator ()()
336 const int64 out_x = patch_index % output_width; in operator ()() local
340 const int in_x_origin = (out_x * stride_cols) - filter_left_offset; in operator ()()
Dquantized_conv_ops.cc107 for (int out_x = 0; out_x < output_width; ++out_x) { in operator ()() local
129 const int in_x_origin = (out_x * stride) - filter_left_offset; in operator ()()
178 (out_x * filter_count) + out_channel] = clamped_output; in operator ()()
304 const int64 out_x = patch_index % output_width; in operator ()() local
308 const int in_x_origin = (out_x * stride) - filter_left_offset; in operator ()()
Dconv_ops_fused_image_transform.cc541 for (int out_x = 0; out_x < output_width; ++out_x) { in operator ()() local
542 const int in_x_origin = (out_x * stride_cols) - filter_left_offset; in operator ()()
544 (out_y * output_width) + out_x; in operator ()()
575 (out_y == (output_height - 1)) && (out_x == (output_width - 1))); in operator ()()
Dresize_nearest_neighbor_op.cc298 const Eigen::Index out_x = std::min( in operator ()() local
305 output(b, out_y, out_x, c) += input(b, y, x, c); in operator ()()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Ddepthwiseconv_float.h58 for (int out_x = 0; out_x < output_width; ++out_x) { in DepthwiseConv() local
62 const int in_x_origin = (out_x * stride_width) - pad_width; in DepthwiseConv()
86 output_data[Offset(output_shape, b, out_y, out_x, oc)] = in DepthwiseConv()
Ddepthwiseconv_uint8.h132 for (int out_x = 0; out_x < output_width; ++out_x) { in Run() local
136 const int in_x_origin = (out_x * stride_width) - pad_width; in Run()
166 output_data[Offset(output_shape, b, out_y, out_x, oc)] = in Run()
Dreference_ops.h167 for (int out_x = 0; out_x < output_width; ++out_x) { in Conv() local
169 const int in_x_origin = (out_x * stride_width) - pad_width; in Conv()
196 output_data[Offset(output_shape, batch, out_y, out_x, out_channel)] = in Conv()
247 for (int out_x = 0; out_x < output_width; ++out_x) { in Conv() local
249 const int in_x_origin = (out_x * stride_width) - pad_width; in Conv()
281 output_data[Offset(output_shape, batch, out_y, out_x, out_channel)] = in Conv()
2289 for (int out_x = 0; out_x < output_width; ++out_x) { in AveragePool() local
2292 (out_x * stride_width) - params.padding_values.width; in AveragePool()
2317 output_data[Offset(output_shape, batch, out_y, out_x, channel)] = in AveragePool()
2344 for (int out_x = 0; out_x < output_width; ++out_x) { in AveragePool() local
[all …]
/external/libxcam/modules/soft/
Dsoft_geo_tasks_priv.cpp64 uint32_t out_x = x * 8, out_y = y * 2; in work_range() local
67 Float2 out_pos (out_x, out_y); in work_range()
81 out_luma->write_array_no_check<8> (out_x, out_y, zero_luma_byte); in work_range()
83 out_luma->write_array_no_check<8> (out_x, out_y, luma_uc); in work_range()
106 out_luma->write_array_no_check<8> (out_x, out_y + 1, zero_luma_byte); in work_range()
108 out_luma->write_array_no_check<8> (out_x, out_y + 1, luma_uc); in work_range()
Dsoft_blender_tasks_priv.cpp300 uint32_t out_x, uint32_t out_y) in interplate_luma_8x2() argument
302 uint32_t gauss_x = out_x / 2, first_gauss_y = out_y / 2; in interplate_luma_8x2()
309 orig_luma->read_array_no_check<float, 8> (out_x, out_y, orig_v); in interplate_luma_8x2()
311 out_luma->write_array_no_check<8> (out_x, out_y, lap_ret); in interplate_luma_8x2()
315 orig_luma->read_array_no_check<float, 8> (out_x, out_y + 1, orig_v); in interplate_luma_8x2()
317 out_luma->write_array_no_check<8> (out_x, out_y + 1, lap_ret); in interplate_luma_8x2()
370 uint32_t out_x = x * 8, out_y = y * 4; in work_range() local
371 interplate_luma_8x2 (orig_luma, gauss_luma, out_luma, out_x, out_y); in work_range()
372 interplate_luma_8x2 (orig_luma, gauss_luma, out_luma, out_x, out_y + 2); in work_range()
/external/libxcam/cl_kernel/
Dkernel_bayer_pipe.cl132 __write_only image2d_t out, uint out_height, int out_x, int out_y)
146 write_imagef (out, (int2)(out_x, out_y), out_data);
150 write_imagef (out, (int2)(out_x, out_y + 1), out_data);
162 write_imagef (out, (int2)(out_x, out_y + out_height * 2), out_data);
166 write_imagef (out, (int2)(out_x, out_y + 1 + out_height * 2), out_data);
184 write_imagef (out, (int2)(out_x, out_y + out_height), out_data);
190 write_imagef (out, (int2)(out_x, out_y + 1 + out_height), out_data);
197 …__write_only image2d_t out, uint out_height, int out_x, int out_y, __local float *table, CLEeConfi…
278 write_imagef (out, (int2)(out_x, out_y), out_data_r[0]);
279 write_imagef (out, (int2)(out_x, out_y + 1), out_data_r[1]);
[all …]
/external/freetype/src/autofit/
Dafhints.c856 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
882 out_x = point->fx - prev->fx; in af_glyph_hints_reload()
885 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) in af_glyph_hints_reload()
943 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
955 out_x = point->fx - prev->fx; in af_glyph_hints_reload()
966 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 ) in af_glyph_hints_reload()
992 out_x = 0; in af_glyph_hints_reload()
1004 out_x += next->fx - point->fx; in af_glyph_hints_reload()
1007 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) in af_glyph_hints_reload()
1016 out_dir = af_direction_compute( out_x, out_y ); in af_glyph_hints_reload()
[all …]
/external/freetype/src/base/
Dftcalc.c979 FT_Pos out_x, in ft_corner_orientation() argument
984 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation()
997 ADD_LONG( FT_ABS( in_y ), FT_ABS( out_x ) ) <= 131071L ) in ft_corner_orientation()
1000 FT_Long z2 = MUL_LONG( in_y, out_x ); in ft_corner_orientation()
1017 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 ); in ft_corner_orientation()
1043 FT_Pos out_x, in ft_corner_is_flat() argument
1046 FT_Pos ax = in_x + out_x; in ft_corner_is_flat()
1072 d_out = FT_HYPOT( out_x, out_y ); in ft_corner_is_flat()
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/portable_optimized/
Ddepthwise_conv.cc166 for (int out_x = 0; out_x < output_width; ++out_x) { in DepthwiseConvOptimizedForFilterWidthEight() local
170 const int in_x_origin = (out_x * stride_width) - pad_width; in DepthwiseConvOptimizedForFilterWidthEight()
264 output_data[Offset(output_shape, b, out_y, out_x, oc)] = in DepthwiseConvOptimizedForFilterWidthEight()
/external/u-boot/arch/arm/include/asm/arch-tegra20/
Ddisplay.h22 unsigned out_x; /* Left edge of output window (col) */ member
/external/freetype/include/freetype/internal/
Dftcalc.h341 FT_Pos out_x,
353 FT_Pos out_x,
/external/freetype/src/pshinter/
Dpshalgo.c935 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
970 out_x = start->org_u - before->org_u; in psh_glyph_compute_inflections()
973 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
980 in_x = out_x; in psh_glyph_compute_inflections()
997 out_x = after->org_u - end->org_u; in psh_glyph_compute_inflections()
1000 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
1021 in_x = out_x; in psh_glyph_compute_inflections()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_renderer.c56 map_point(float *mat, float x, float y, float *out_x, float *out_y) in map_point() argument
59 *out_x = x; in map_point()
64 *out_x = mat[0] * x + mat[3] * y + mat[6]; in map_point()
69 *out_x *= w; in map_point()
/external/boringssl/src/crypto/fipsmodule/ec/
Dec.c996 int ec_point_get_affine_coordinate_bytes(const EC_GROUP *group, uint8_t *out_x, in ec_point_get_affine_coordinate_bytes() argument
1009 group, p, out_x == NULL ? NULL : &x, out_y == NULL ? NULL : &y)) { in ec_point_get_affine_coordinate_bytes()
1013 if (out_x != NULL) { in ec_point_get_affine_coordinate_bytes()
1015 out_x[i] = x.bytes[len - i - 1]; in ec_point_get_affine_coordinate_bytes()
/external/u-boot/drivers/video/
Dtegra.c58 val = win->out_x << H_POSITION_SHIFT; in update_window()
226 win->out_x = 0; in setup_window()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_uint8_3x3_filter.h3295 int32 out_x = start_x;
3303 for (; out_x <= (end_x - shuffle_params.output_width);
3304 out_x += shuffle_params.output_width) {
3361 const int32 output_leftover_width = end_x - out_x;
3408 for (int32 out_x = out_x_start_corner + 1; out_x < out_x_end_corner;
3409 out_x++) {
3460 for (int32 out_x = out_x_start_corner + 1; out_x < out_x_end_corner;
3461 out_x++) {
3502 const int32 out_x = output_width - 1;
3505 const int32 in_x_origin = (out_x * stride_width) - pad_width;
[all …]
/external/tensorflow/tensorflow/core/kernels/neon/
Ddepthwiseconv_float.h524 for (int out_x = out_x_loop_start; out_x < out_x_loop_end; out_x++) {

12