Home
last modified time | relevance | path

Searched refs:out_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 Dpooling.h41 for (int out_y = 0; out_y < output_height; ++out_y) { in AveragePool() local
47 (out_y * stride_height) - params.padding_values.height; in AveragePool()
70 output_data[Offset(output_shape, batch, out_y, out_x, channel)] = in AveragePool()
97 for (int out_y = 0; out_y < output_height; ++out_y) { in AveragePool() local
103 (out_y * stride_height) - params.padding_values.height; in AveragePool()
150 for (int out_y = 0; out_y < output_height; ++out_y) { in L2Pool() local
156 (out_y * stride_height) - params.padding_values.height; in L2Pool()
204 for (int out_y = 0; out_y < output_height; ++out_y) { in MaxPool() local
210 (out_y * stride_height) - params.padding_values.height; in MaxPool()
258 for (int out_y = 0; out_y < output_height; ++out_y) { in MaxPool() local
[all …]
A Dtranspose_conv.h80 const int out_y = out_y_origin + filter_y; in TransposeConv() local
82 if ((out_x >= 0) && (out_x < output_width) && (out_y >= 0) && in TransposeConv()
83 (out_y < output_height)) { in TransposeConv()
89 output_data[Offset(output_shape, batch, out_y, out_x, in TransposeConv()
102 for (int out_y = 0; out_y < output_height; ++out_y) { in TransposeConv() local
105 output_data[Offset(output_shape, batch, out_y, out_x, in TransposeConv()
171 const int out_y = out_y_origin + filter_y; in TransposeConv() local
173 if ((out_x >= 0) && (out_x < output_width) && (out_y >= 0) && in TransposeConv()
174 (out_y < output_height)) { in TransposeConv()
180 scratch_buffer[Offset(output_shape, batch, out_y, out_x, in TransposeConv()
[all …]
A Dconv.h58 for (int out_y = 0; out_y < output_height; ++out_y) { in Conv() local
59 const int in_y_origin = (out_y * stride_height) - pad_height; in Conv()
91 output_data[Offset(output_shape, batch, out_y, out_x, out_channel)] = in Conv()
141 for (int out_y = 0; out_y < output_height; ++out_y) { in Conv() local
142 const int in_y_origin = (out_y * stride_height) - pad_height; in Conv()
179 output_data[Offset(output_shape, batch, out_y, out_x, out_channel)] = in Conv()
221 for (int out_y = 0; out_y < output_height; ++out_y) { in HybridConvPerChannel() local
225 const int in_y_origin = (out_y * stride_height) - pad_height; in HybridConvPerChannel()
252 output_data[Offset(output_shape, batch, out_y, out_x, out_channel)] = in HybridConvPerChannel()
A Ddepthwiseconv_uint8.h130 for (int out_y = 0; out_y < output_height; ++out_y) { in Run() local
136 const int in_y_origin = (out_y * stride_height) - pad_height; in Run()
165 output_data[Offset(output_shape, b, out_y, out_x, oc)] = in Run()
217 for (int out_y = 0; out_y < output_height; ++out_y) { in RunPerChannel() local
223 const int in_y_origin = (out_y * stride_height) - pad_height; in RunPerChannel()
268 output_data[Offset(output_shape, batch, out_y, out_x, in RunPerChannel()
A Ddepthwiseconv_float.h57 for (int out_y = 0; out_y < output_height; ++out_y) { in DepthwiseConv() local
63 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConv()
86 output_data[Offset(output_shape, b, out_y, out_x, oc)] = in DepthwiseConv()
A Dconv3d.h57 for (int out_y = 0; out_y < output_height; ++out_y) { in Conv3D() local
58 const int in_y_origin = (out_y * params.stride_height) - pad_height; in Conv3D()
99 output_data[Offset(output_shape, batch, out_d, out_y, out_x, in Conv3D()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/integer_ops/
A Dtranspose_conv.h79 const int out_y = out_y_origin + filter_y; in TransposeConv() local
81 if ((out_x >= 0) && (out_x < output_width) && (out_y >= 0) && in TransposeConv()
82 (out_y < output_height)) { in TransposeConv()
88 scratch_buffer[Offset(output_shape, batch, out_y, out_x, in TransposeConv()
101 for (int out_y = 0; out_y < output_height; ++out_y) { in TransposeConv() local
114 output_data[Offset(output_shape, batch, out_y, out_x, out_channel)] = in TransposeConv()
176 const int out_y = out_y_origin + filter_y; in TransposeConv() local
178 if ((out_x >= 0) && (out_x < output_width) && (out_y >= 0) && in TransposeConv()
179 (out_y < output_height)) { in TransposeConv()
185 scratch_buffer[Offset(output_shape, batch, out_y, out_x, in TransposeConv()
[all …]
A Dpooling.h41 for (int out_y = 0; out_y < output_height; ++out_y) { in AveragePool() local
47 (out_y * stride_height) - params.padding_values.height; in AveragePool()
74 output_data[Offset(output_shape, batch, out_y, out_x, channel)] = in AveragePool()
102 for (int out_y = 0; out_y < output_height; ++out_y) { in MaxPool() local
108 (out_y * stride_height) - params.padding_values.height; in MaxPool()
131 output_data[Offset(output_shape, batch, out_y, out_x, channel)] = in MaxPool()
157 for (int out_y = 0; out_y < output_height; ++out_y) { in AveragePool() local
163 (out_y * stride_height) - params.padding_values.height; in AveragePool()
190 output_data[Offset(output_shape, batch, out_y, out_x, channel)] = in AveragePool()
218 for (int out_y = 0; out_y < output_height; ++out_y) { in MaxPool() local
[all …]
A Ddepthwise_conv.h62 for (int out_y = 0; out_y < output_height; ++out_y) { in DepthwiseConvPerChannel() local
68 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConvPerChannel()
113 output_data[Offset(output_shape, batch, out_y, out_x, in DepthwiseConvPerChannel()
159 for (int out_y = 0; out_y < output_height; ++out_y) { in DepthwiseConvPerChannel() local
165 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConvPerChannel()
198 output_data[Offset(output_shape, batch, out_y, out_x, in DepthwiseConvPerChannel()
243 for (int out_y = 0; out_y < output_height; ++out_y) { in DepthwiseConvHybridPerChannel() local
249 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConvHybridPerChannel()
275 output_data[Offset(output_shape, batch, out_y, out_x, in DepthwiseConvHybridPerChannel()
A Dconv.h65 for (int out_y = 0; out_y < output_height; ++out_y) { in ConvPerChannel() local
66 const int in_y_origin = (out_y * stride_height) - pad_height; in ConvPerChannel()
119 output_data[Offset(output_shape, batch, out_y, out_x, out_channel)] = in ConvPerChannel()
168 for (int out_y = 0; out_y < output_height; ++out_y) { in ConvPerChannel() local
169 const int in_y_origin = (out_y * stride_height) - pad_height; in ConvPerChannel()
210 output_data[Offset(output_shape, batch, out_y, out_x, out_channel)] = in ConvPerChannel()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/integer_ops/
A Dpooling.h71 for (int out_y = 0; out_y < output_height; ++out_y) { in MaxPool() local
76 (out_y * stride_height) - params.padding_values.height; in MaxPool()
118 int8* output_ptr = output_data + Offset(output_shape, batch, out_y, in MaxPool()
181 for (int out_y = 0; out_y < output_height; ++out_y) { in AveragePool() local
186 (out_y * stride_height) - params.padding_values.height; in AveragePool()
240 int8* output_ptr = output_data + Offset(output_shape, batch, out_y, in AveragePool()
A Ddepthwise_conv_hybrid_3x3_filter.h2987 for (int32 out_y = out_y_start_corner + 1; out_y < out_y_end_corner;
2988 out_y++) {
3004 for (int32 out_y = out_y_start_corner + 1; out_y < out_y_end_corner;
3005 out_y++) {
3152 int32 out_y = row_start;
3163 out_y = std::max(1, out_y);
3170 const int in_y = (out_y * stride_height) - pad_height;
3191 for (; out_y <= end_y - 8; out_y += 8) {
3203 for (; out_y <= end_y - 4; out_y += 4) {
3214 for (; out_y <= end_y - 2; out_y += 2) {
[all …]
A Ddepthwise_conv_3x3_filter.h2819 for (int32 out_y = out_y_start_corner + 1; out_y < out_y_end_corner;
2820 out_y++) {
2837 for (int32 out_y = out_y_start_corner + 1; out_y < out_y_end_corner;
2838 out_y++) {
2994 int32 out_y = row_start;
3006 out_y = std::max(1, out_y);
3013 const int in_y = (out_y * stride_height) - pad_height;
3034 for (; out_y <= end_y - 8; out_y += 8) {
3045 for (; out_y <= end_y - 4; out_y += 4) {
3055 for (; out_y <= end_y - 2; out_y += 2) {
[all …]
A Ddepthwise_conv_hybrid.h173 for (int out_y = row_start; out_y < row_end; ++out_y) { in DepthwiseConvHybridGeneral() local
174 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConvHybridGeneral()
A Ddepthwise_conv.h1742 for (int out_y = row_start; out_y < row_end; ++out_y) {
1743 const int in_y_origin = (out_y * stride_height) - pad_height;
/AliOS-Things-master/components/freetype/include/internal/
A Dftcalc.h125 FT_Pos out_y );
136 FT_Pos out_y );
/AliOS-Things-master/components/freetype/src/base/
A Dftcalc.c864 FT_Pos out_y ) in ft_corner_orientation() argument
873 result = out_y; in ft_corner_orientation()
875 result = -out_y; in ft_corner_orientation()
884 else if ( out_y == 0 ) in ft_corner_orientation()
893 if ( out_y >= 0 ) 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()
944 FT_Pos out_y ) in ft_corner_is_flat() argument
977 ay = out_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.h161 for (int out_y = 0; out_y < output_height; ++out_y) { in DilatedIm2col() local
165 int row_offset = Offset(row_shape, 0, batch, out_y, out_x); in DilatedIm2col()
167 const int in_y_origin = (out_y * stride_height) - pad_height; in DilatedIm2col()
455 for (int out_y = 0; out_y < output_height; ++out_y) { in DilatedIm2col3D() local
456 const int in_y_origin = (out_y * params.stride_height) - pad_height; in DilatedIm2col3D()
460 Offset(row_shape, 0, batch, out_d, out_y, out_x); in DilatedIm2col3D()
A Ddepthwiseconv_uint8_3x3_filter.h5537 for (int32 out_y = out_y_start_corner + 1; out_y < out_y_end_corner;
5538 out_y++) {
5552 for (int32 out_y = out_y_start_corner + 1; out_y < out_y_end_corner;
5553 out_y++) {
5703 int32 out_y = row_start;
5714 out_y = std::max(1, out_y);
5721 const int in_y = (out_y * stride_height) - pad_height;
5742 for (; out_y <= end_y - 8; out_y += 8) {
5753 for (; out_y <= end_y - 4; out_y += 4) {
5763 for (; out_y <= end_y - 2; out_y += 2) {
[all …]
A Ddepthwiseconv_float.h1033 for (int out_y = row_start; out_y < row_end; ++out_y) {
1034 const int in_y_origin = (out_y * stride_height) - pad_height;
A Ddepthwiseconv_3x3_filter_common.h470 const int32 out_y = output_height - 1;
473 const int32 in_y_origin = (out_y * stride_height) - pad_height;
A Ddepthwiseconv_uint8.h1852 for (int out_y = row_start; out_y < row_end; ++out_y) {
1853 const int in_y_origin = (out_y * stride_height) - pad_height;
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11xinput2.c92 …rmalize_touch_coordinates(SDL_Window *window, double in_x, double in_y, float *out_x, float *out_y) in xinput2_normalize_touch_coordinates() argument
101 *out_y = 0.5f; in xinput2_normalize_touch_coordinates()
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.c976 FT_Pos out_y ) in psh_corner_orientation() argument
985 result = out_y; in psh_corner_orientation()
987 result = -out_y; in psh_corner_orientation()
996 else if ( out_y == 0 ) in psh_corner_orientation()
1005 if ( out_y >= 0 ) in psh_corner_orientation()
1038 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
1074 out_y = start->org_v - before->org_v; in psh_glyph_compute_inflections()
1076 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
1084 in_y = out_y; in psh_glyph_compute_inflections()
1101 out_y = after->org_v - end->org_v; in psh_glyph_compute_inflections()
[all …]
/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.c719 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
779 out_y = next->fy - point->fy; in af_glyph_hints_reload()
781 in_dir = af_direction_compute( out_x, out_y ); in af_glyph_hints_reload()
809 out_y ) ) in af_glyph_hints_reload()
823 in_y = out_y; in af_glyph_hints_reload()

Completed in 72 milliseconds

12