Home
last modified time | relevance | path

Searched refs:in_x (Results 1 – 21 of 21) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dtranspose_conv.h69 for (int in_x = 0; in_x < input_width; ++in_x) { in TransposeConv() local
72 const int out_x_origin = (in_x * stride_width) - pad_width; in TransposeConv()
85 input_shape, batch, in_y, in_x, in_channel)]; in TransposeConv()
160 for (int in_x = 0; in_x < input_width; ++in_x) { in TransposeConv() local
163 const int out_x_origin = (in_x * stride_width) - pad_width; in TransposeConv()
176 input_shape, batch, in_y, in_x, in_channel)]; in TransposeConv()
A Dconv.h67 const int in_x = in_x_origin + dilation_width_factor * filter_x; in Conv() local
71 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in Conv()
80 in_x, in_channel)]; in Conv()
150 const int in_x = in_x_origin + dilation_width_factor * filter_x; in Conv() local
154 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in Conv()
163 in_x, in_channel)]; in Conv()
230 const int in_x = in_x_origin + dilation_width_factor * filter_x; in HybridConvPerChannel() local
235 if ((in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in HybridConvPerChannel()
238 input_shape, batch, in_y, in_x, in_channel)]; in HybridConvPerChannel()
A Dpooling.h62 const int in_x = in_x_origin + filter_x; in AveragePool() local
65 input_data[Offset(input_shape, batch, in_y, in_x, channel)]; in AveragePool()
118 const int in_x = in_x_origin + filter_x; in AveragePool() local
121 input_data[Offset(input_shape, batch, in_y, in_x, channel)]; in AveragePool()
171 const int in_x = in_x_origin + filter_x; in L2Pool() local
174 input_data[Offset(input_shape, batch, in_y, in_x, channel)]; in L2Pool()
224 const int in_x = in_x_origin + filter_x; in MaxPool() local
228 input_data[Offset(input_shape, batch, in_y, in_x, channel)]); in MaxPool()
278 const int in_x = in_x_origin + filter_x; in MaxPool() local
282 input_data[Offset(input_shape, batch, in_y, in_x, channel)]); in MaxPool()
A Ddepthwiseconv_uint8.h140 const int in_x = in Run() local
146 if ((in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in Run()
149 input_data[Offset(input_shape, b, in_y, in_x, ic)]; in Run()
227 const int in_x = in RunPerChannel() local
233 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in RunPerChannel()
237 input_shape, batch, in_y, in_x, in_channel)]; in RunPerChannel()
A Ddepthwiseconv_float.h67 const int in_x = in_x_origin + dilation_width_factor * filter_x; in DepthwiseConv() local
72 if ((in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in DepthwiseConv()
75 input_data[Offset(input_shape, b, in_y, in_x, ic)]; in DepthwiseConv()
A Dconv3d.h70 const int in_x = in Conv3D() local
75 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in Conv3D()
86 input_shape, batch, in_d, in_y, in_x, in_channel)]; in Conv3D()
A Dresize_nearest_neighbor.h86 int32_t in_x = GetNearestNeighbor(x, input_width, output_width, in ResizeNearestNeighbor() local
89 const T* x_input_ptr = y_input_ptr + in_x * col_offset; in ResizeNearestNeighbor()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/integer_ops/
A Ddepthwise_conv.h72 const int in_x = in_x_origin + dilation_width_factor * filter_x; in DepthwiseConvPerChannel() local
77 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in DepthwiseConvPerChannel()
81 input_shape, batch, in_y, in_x, in_channel)]; in DepthwiseConvPerChannel()
169 const int in_x = in_x_origin + dilation_width_factor * filter_x; in DepthwiseConvPerChannel() local
174 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in DepthwiseConvPerChannel()
178 input_shape, batch, in_y, in_x, in_channel)]; in DepthwiseConvPerChannel()
253 const int in_x = in_x_origin + dilation_width_factor * filter_x; in DepthwiseConvHybridPerChannel() local
258 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in DepthwiseConvHybridPerChannel()
262 input_shape, batch, in_y, in_x, in_channel)]; in DepthwiseConvHybridPerChannel()
A Dtranspose_conv.h68 for (int in_x = 0; in_x < input_width; ++in_x) { in TransposeConv() local
71 const int out_x_origin = (in_x * stride_width) - pad_width; in TransposeConv()
84 input_shape, batch, in_y, in_x, in_channel)]; in TransposeConv()
165 for (int in_x = 0; in_x < input_width; ++in_x) { in TransposeConv() local
168 const int out_x_origin = (in_x * stride_width) - pad_width; in TransposeConv()
181 input_shape, batch, in_y, in_x, in_channel)]; in TransposeConv()
A Dconv.h74 const int in_x = in_x_origin + dilation_width_factor * filter_x; in ConvPerChannel() local
78 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in ConvPerChannel()
87 in_x, in_channel)]; in ConvPerChannel()
177 const int in_x = in_x_origin + dilation_width_factor * filter_x; in ConvPerChannel() local
181 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in ConvPerChannel()
190 in_x, in_channel)]; in ConvPerChannel()
A Dpooling.h62 const int in_x = in_x_origin + filter_x; in AveragePool() local
65 input_data[Offset(input_shape, batch, in_y, in_x, channel)]; in AveragePool()
122 const int in_x = in_x_origin + filter_x; in MaxPool() local
126 input_data[Offset(input_shape, batch, in_y, in_x, channel)]); in MaxPool()
178 const int in_x = in_x_origin + filter_x; in AveragePool() local
181 input_data[Offset(input_shape, batch, in_y, in_x, channel)]; in AveragePool()
238 const int in_x = in_x_origin + filter_x; in MaxPool() local
242 input_data[Offset(input_shape, batch, in_y, in_x, channel)]); in MaxPool()
/AliOS-Things-master/components/freetype/include/internal/
A Dftcalc.h122 ft_corner_orientation( FT_Pos in_x,
133 ft_corner_is_flat( FT_Pos in_x,
/AliOS-Things-master/components/freetype/src/base/
A Dftcalc.c861 ft_corner_orientation( FT_Pos in_x, in ft_corner_orientation() argument
872 if ( in_x >= 0 ) in ft_corner_orientation()
877 else if ( in_x == 0 ) in ft_corner_orientation()
894 result = -in_x; in ft_corner_orientation()
896 result = in_x; in ft_corner_orientation()
902 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation()
916 ft_multo64( (FT_Int32)in_x, (FT_Int32)out_y, &z1 ); in ft_corner_orientation()
941 ft_corner_is_flat( FT_Pos in_x, in ft_corner_is_flat() argument
946 FT_Pos ax = in_x; in ft_corner_is_flat()
982 ax = out_x + in_x; in ft_corner_is_flat()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Dim2col_utils.h175 const int in_x = in_x_origin + dilation_width_factor * filter_x; in DilatedIm2col() local
179 if ((in_x >= 0) && (in_x < input_width)) { in DilatedIm2col()
182 input_data + Offset(input_shape, batch, in_y, in_x, 0); in DilatedIm2col()
469 const int in_x = in DilatedIm2col3D() local
475 if ((in_x >= 0) && (in_x < input_width)) { in DilatedIm2col3D()
478 in_d, in_y, in_x, 0); in DilatedIm2col3D()
A Doptimized_ops.h5181 for (int in_x = 0; in_x < input_width; ++in_x) { in TransposeIm2col() local
5183 const int out_x_origin = (in_x * stride_width) - pad_width; in TransposeIm2col()
5195 input_data + Offset(input_shape, batch, in_y, in_x, 0); in TransposeIm2col()
5633 int32 in_x = std::min((x * width_scale) >> 16, input_width - 1); in ResizeNearestNeighbor() local
5639 TFLITE_DCHECK_LT(x * input_width, output_width + in_x * output_width); in ResizeNearestNeighbor()
5640 TFLITE_DCHECK_GE(x * input_width, in_x * output_width); in ResizeNearestNeighbor()
5641 const uint8* x_input_ptr = y_input_ptr + in_x * col_offset; in ResizeNearestNeighbor()
A Ddepthwiseconv_uint8_3x3_filter.h5720 const int in_x = (out_x * stride_width) - pad_width;
5726 input_ptr += in_y * params.input_row_size + in_x * params.input_depth;
/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.c705 FT_Pos in_x = 0; in af_glyph_hints_reload() local
726 in_x = first->fx - prev->fx; in af_glyph_hints_reload()
729 last_good_in_x = in_x; in af_glyph_hints_reload()
732 if ( FT_ABS( in_x ) + FT_ABS( in_y ) < near_limit ) in af_glyph_hints_reload()
759 in_dir = af_direction_compute( in_x, in_y ); in af_glyph_hints_reload()
769 if ( FT_ABS( in_x ) + FT_ABS( in_y ) < near_limit ) in af_glyph_hints_reload()
773 last_good_in_x = in_x; in af_glyph_hints_reload()
806 point->flags & AF_FLAG_NEAR ? last_good_in_x : in_x, in af_glyph_hints_reload()
822 in_x = out_x; in af_glyph_hints_reload()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11xinput2.c92 xinput2_normalize_touch_coordinates(SDL_Window *window, double in_x, double in_y, float *out_x, flo… in xinput2_normalize_touch_coordinates() argument
98 *out_x = in_x / (window->w - 1); in xinput2_normalize_touch_coordinates()
107 *out_x = in_x; in xinput2_normalize_touch_coordinates()
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.c973 psh_corner_orientation( FT_Pos in_x, in psh_corner_orientation() argument
984 if ( in_x >= 0 ) in psh_corner_orientation()
989 else if ( in_x == 0 ) in psh_corner_orientation()
1006 result = -in_x; in psh_corner_orientation()
1008 result = in_x; in psh_corner_orientation()
1038 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
1057 in_x = end->org_u - start->org_u; in psh_glyph_compute_inflections()
1060 } while ( in_x == 0 && in_y == 0 ); in psh_glyph_compute_inflections()
1078 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
1083 in_x = out_x; in psh_glyph_compute_inflections()
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/integer_ops/
A Ddepthwise_conv_hybrid_3x3_filter.h3169 const int in_x = (out_x * stride_width) - pad_width;
3175 input_ptr += in_y * params.input_row_size + in_x * params.input_depth;
A Ddepthwise_conv_3x3_filter.h3012 const int in_x = (out_x * stride_width) - pad_width;
3018 input_ptr += in_y * params.input_row_size + in_x * params.input_depth;

Completed in 68 milliseconds