Home
last modified time | relevance | path

Searched refs:in_y (Results 1 – 25 of 26) sorted by relevance

12

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dtranspose_conv.h68 for (int in_y = 0; in_y < input_height; ++in_y) { in TransposeConv() local
73 const int out_y_origin = (in_y * stride_height) - pad_height; in TransposeConv()
85 input_shape, batch, in_y, in_x, in_channel)]; in TransposeConv()
159 for (int in_y = 0; in_y < input_height; ++in_y) { in TransposeConv() local
164 const int out_y_origin = (in_y * stride_height) - pad_height; in TransposeConv()
176 input_shape, batch, in_y, in_x, in_channel)]; in TransposeConv()
A Dconv.h65 const int in_y = in_y_origin + dilation_height_factor * filter_y; in Conv() local
71 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in Conv()
72 (in_y < input_height); in Conv()
79 float input_value = input_data[Offset(input_shape, batch, in_y, in Conv()
148 const int in_y = in_y_origin + dilation_height_factor * filter_y; in Conv() local
154 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in Conv()
155 (in_y < input_height); in Conv()
231 const int in_y = in HybridConvPerChannel() local
235 if ((in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in HybridConvPerChannel()
236 (in_y < input_height)) { in HybridConvPerChannel()
[all …]
A Dpooling.h63 const int in_y = in_y_origin + filter_y; in AveragePool() local
65 input_data[Offset(input_shape, batch, in_y, in_x, channel)]; in AveragePool()
119 const int in_y = in_y_origin + filter_y; in AveragePool() local
121 input_data[Offset(input_shape, batch, in_y, in_x, channel)]; in AveragePool()
172 const int in_y = in_y_origin + filter_y; in L2Pool() local
174 input_data[Offset(input_shape, batch, in_y, in_x, channel)]; in L2Pool()
225 const int in_y = in_y_origin + filter_y; in MaxPool() local
228 input_data[Offset(input_shape, batch, in_y, in_x, channel)]); in MaxPool()
279 const int in_y = in_y_origin + filter_y; in MaxPool() local
282 input_data[Offset(input_shape, batch, in_y, in_x, channel)]); in MaxPool()
A Ddepthwiseconv_uint8.h142 const int in_y = in Run() local
146 if ((in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in Run()
147 (in_y < input_height)) { in Run()
149 input_data[Offset(input_shape, b, in_y, in_x, ic)]; in Run()
229 const int in_y = in RunPerChannel() local
233 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in RunPerChannel()
234 (in_y < input_height); in RunPerChannel()
237 input_shape, batch, in_y, in_x, in_channel)]; in RunPerChannel()
A Ddepthwiseconv_float.h68 const int in_y = in DepthwiseConv() local
72 if ((in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in DepthwiseConv()
73 (in_y < input_height)) { in DepthwiseConv()
75 input_data[Offset(input_shape, b, in_y, in_x, ic)]; in DepthwiseConv()
A Dconv3d.h67 const int in_y = in Conv3D() local
75 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in Conv3D()
76 (in_y < input_height) && (in_d >= 0) && in Conv3D()
86 input_shape, batch, in_d, in_y, in_x, in_channel)]; in Conv3D()
A Dresize_nearest_neighbor.h81 int32_t in_y = GetNearestNeighbor(y, input_height, output_height, in ResizeNearestNeighbor() local
84 const T* y_input_ptr = input_ptr + in_y * row_offset; in ResizeNearestNeighbor()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/integer_ops/
A Ddepthwise_conv.h73 const int in_y = in DepthwiseConvPerChannel() local
77 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in DepthwiseConvPerChannel()
78 (in_y < input_height); in DepthwiseConvPerChannel()
81 input_shape, batch, in_y, in_x, in_channel)]; in DepthwiseConvPerChannel()
170 const int in_y = in DepthwiseConvPerChannel() local
174 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in DepthwiseConvPerChannel()
175 (in_y < input_height); in DepthwiseConvPerChannel()
178 input_shape, batch, in_y, in_x, in_channel)]; in DepthwiseConvPerChannel()
254 const int in_y = in DepthwiseConvHybridPerChannel() local
259 (in_y < input_height); in DepthwiseConvHybridPerChannel()
[all …]
A Dtranspose_conv.h67 for (int in_y = 0; in_y < input_height; ++in_y) { in TransposeConv() local
72 const int out_y_origin = (in_y * stride_height) - pad_height; in TransposeConv()
84 input_shape, batch, in_y, in_x, in_channel)]; in TransposeConv()
164 for (int in_y = 0; in_y < input_height; ++in_y) { in TransposeConv() local
169 const int out_y_origin = (in_y * stride_height) - pad_height; in TransposeConv()
181 input_shape, batch, in_y, in_x, in_channel)]; in TransposeConv()
A Dconv.h72 const int in_y = in_y_origin + dilation_height_factor * filter_y; in ConvPerChannel() local
78 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in ConvPerChannel()
79 (in_y < input_height); in ConvPerChannel()
86 int32_t input_val = input_data[Offset(input_shape, batch, in_y, in ConvPerChannel()
175 const int in_y = in_y_origin + dilation_height_factor * filter_y; in ConvPerChannel() local
181 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in ConvPerChannel()
182 (in_y < input_height); in ConvPerChannel()
189 int32_t input_val = input_data[Offset(input_shape, batch, in_y, in ConvPerChannel()
A Dpooling.h63 const int in_y = in_y_origin + filter_y; in AveragePool() local
65 input_data[Offset(input_shape, batch, in_y, in_x, channel)]; in AveragePool()
123 const int in_y = in_y_origin + filter_y; in MaxPool() local
126 input_data[Offset(input_shape, batch, in_y, in_x, channel)]); in MaxPool()
179 const int in_y = in_y_origin + filter_y; in AveragePool() local
181 input_data[Offset(input_shape, batch, in_y, in_x, channel)]; in AveragePool()
239 const int in_y = in_y_origin + filter_y; 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.h123 FT_Pos in_y,
134 FT_Pos in_y,
/AliOS-Things-master/components/freetype/src/base/
A Dftcalc.c862 FT_Pos in_y, in ft_corner_orientation() argument
870 if ( in_y == 0 ) in ft_corner_orientation()
879 if ( in_y >= 0 ) in ft_corner_orientation()
887 result = in_y; in ft_corner_orientation()
889 result = -in_y; in ft_corner_orientation()
902 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation()
917 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 ); in ft_corner_orientation()
942 FT_Pos in_y, in ft_corner_is_flat() argument
947 FT_Pos ay = in_y; in ft_corner_is_flat()
985 ay = out_y + in_y; in ft_corner_is_flat()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Dim2col_utils.h170 const int in_y = in_y_origin + dilation_height_factor * filter_y; in DilatedIm2col() local
171 if ((in_y >= 0) && (in_y < input_height)) { in DilatedIm2col()
182 input_data + Offset(input_shape, batch, in_y, in_x, 0); in DilatedIm2col()
465 const int in_y = in DilatedIm2col3D() local
467 if ((in_y >= 0) && (in_y < input_height)) { in DilatedIm2col3D()
478 in_d, in_y, in_x, 0); in DilatedIm2col3D()
A Ddepthwiseconv_float.h1057 const int in_y = in_y_origin + dilation_height_factor * filter_y;
1060 input_data + in_y * input_height_stride + b * input_batch_stride,
A Doptimized_ops.h5180 for (int in_y = 0; in_y < input_height; ++in_y) { in TransposeIm2col() local
5184 const int out_y_origin = (in_y * stride_height) - pad_height; in TransposeIm2col()
5195 input_data + Offset(input_shape, batch, in_y, in_x, 0); in TransposeIm2col()
5624 int32 in_y = std::min((y * height_scale) >> 16, input_height - 1); in ResizeNearestNeighbor() local
5629 TFLITE_DCHECK_LT(y * input_height, output_height + in_y * output_height); in ResizeNearestNeighbor()
5630 TFLITE_DCHECK_GE(y * input_height, in_y * output_height); in ResizeNearestNeighbor()
5631 const uint8* y_input_ptr = input_ptr + in_y * row_offset; in ResizeNearestNeighbor()
A Ddepthwiseconv_uint8.h1876 const int in_y = in_y_origin + dilation_height_factor * filter_y;
1879 input_data + in_y * input_height_stride + b * input_batch_stride,
/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.c706 FT_Pos in_y = 0; in af_glyph_hints_reload() local
727 in_y = first->fy - prev->fy; in af_glyph_hints_reload()
730 last_good_in_y = in_y; 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()
774 last_good_in_y = in_y; in af_glyph_hints_reload()
807 point->flags & AF_FLAG_NEAR ? last_good_in_y : in_y, in af_glyph_hints_reload()
823 in_y = out_y; 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
103 *out_y = in_y / (window->h - 1); in xinput2_normalize_touch_coordinates()
108 *out_y = in_y; in xinput2_normalize_touch_coordinates()
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.c974 FT_Pos in_y, in psh_corner_orientation() argument
982 if ( in_y == 0 ) in psh_corner_orientation()
991 if ( in_y >= 0 ) in psh_corner_orientation()
999 result = in_y; in psh_corner_orientation()
1001 result = -in_y; in psh_corner_orientation()
1038 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
1058 in_y = end->org_v - start->org_v; 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()
1084 in_y = out_y; 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.h195 const int in_y = in_y_origin + dilation_height_factor * filter_y; in DepthwiseConvHybridGeneral() local
198 input_data + in_y * input_height_stride + b * input_batch_stride, in DepthwiseConvHybridGeneral()
A Ddepthwise_conv_hybrid_3x3_filter.h3170 const int in_y = (out_y * stride_height) - pad_height;
3175 input_ptr += in_y * params.input_row_size + in_x * params.input_depth;
A Ddepthwise_conv_3x3_filter.h3013 const int in_y = (out_y * stride_height) - pad_height;
3018 input_ptr += in_y * params.input_row_size + in_x * params.input_depth;
A Ddepthwise_conv.h1766 const int in_y = in_y_origin + dilation_height_factor * filter_y;
1769 input_data + in_y * input_height_stride + b * input_batch_stride,
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dupsampling_msa.c119 const v16u8 in_y = LD_UB(y); \
122 ILVRL_UW4(in_y, p0, p1, p2, p3); \
139 const v16u8 in_y = LD_UB(y); \
142 ILVR_UW2(in_y, p0, p1); \

Completed in 63 milliseconds

12