Home
last modified time | relevance | path

Searched refs:output_height (Results 1 – 25 of 64) sorted by relevance

123

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dresize_bilinear.h75 int32_t output_height = in ResizeBilinear() local
80 float height_scale = static_cast<float>(input_height) / output_height; in ResizeBilinear()
82 if (op_params.align_corners && output_height > 1) { in ResizeBilinear()
83 height_scale = static_cast<float>(input_height - 1) / (output_height - 1); in ResizeBilinear()
91 for (int y = 0; y < output_height; ++y) { in ResizeBilinear()
163 const int32_t output_height = in ResizeBilinearInteger() local
169 ((1 << 10) * input_height + output_height / 2) / output_height; in ResizeBilinearInteger()
172 if (op_params.align_corners && output_height > 1) { in ResizeBilinearInteger()
174 ((1 << 10) * (input_height - 1) + (output_height - 1) / 2) / in ResizeBilinearInteger()
175 (output_height - 1); in ResizeBilinearInteger()
[all …]
A Dpooling.h36 const int output_height = output_shape.Dims(1); in AveragePool() local
41 for (int out_y = 0; out_y < output_height; ++out_y) { in AveragePool()
92 const int output_height = output_shape.Dims(1); in AveragePool() local
97 for (int out_y = 0; out_y < output_height; ++out_y) { in AveragePool()
145 const int output_height = output_shape.Dims(1); in L2Pool() local
150 for (int out_y = 0; out_y < output_height; ++out_y) { in L2Pool()
199 const int output_height = output_shape.Dims(1); in MaxPool() local
204 for (int out_y = 0; out_y < output_height; ++out_y) { in MaxPool()
253 const int output_height = output_shape.Dims(1); in MaxPool() local
258 for (int out_y = 0; out_y < output_height; ++out_y) { in MaxPool()
A Ddepth_to_space.h43 const int output_height = output_shape.Dims(1); in DepthToSpace() local
49 TFLITE_DCHECK_EQ(input_height * block_size, output_height); in DepthToSpace()
54 for (int out_h = 0; out_h < output_height; ++out_h) { in DepthToSpace()
A Dtranspose_conv.h48 const int output_height = output_shape.Dims(1); in TransposeConv() local
83 (out_y < output_height)) { in TransposeConv()
102 for (int out_y = 0; out_y < output_height; ++out_y) { in TransposeConv()
138 const int output_height = output_shape.Dims(1); in TransposeConv() local
174 (out_y < output_height)) { in TransposeConv()
193 for (int out_y = 0; out_y < output_height; ++out_y) { in TransposeConv()
A Dresize_nearest_neighbor.h70 int32_t output_height = output_size_data[0]; in ResizeNearestNeighbor() local
80 for (int y = 0; y < output_height; ++y) { in ResizeNearestNeighbor()
81 int32_t in_y = GetNearestNeighbor(y, input_height, output_height, in ResizeNearestNeighbor()
A Dconv.h55 const int output_height = output_shape.Dims(1); in Conv() local
58 for (int out_y = 0; out_y < output_height; ++out_y) { in Conv()
138 const int output_height = output_shape.Dims(1); in Conv() local
141 for (int out_y = 0; out_y < output_height; ++out_y) { in Conv()
218 const int output_height = output_shape.Dims(1); in HybridConvPerChannel() local
221 for (int out_y = 0; out_y < output_height; ++out_y) { in HybridConvPerChannel()
A Dspace_to_depth.h43 const int output_height = output_shape.Dims(1); in SpaceToDepth() local
49 TFLITE_DCHECK_EQ(input_height, output_height * block_size); in SpaceToDepth()
A Dpad.h71 const int output_height = ext_output_shape.Dims(2); in PadImpl() local
93 for (int out_h = 0; out_h < output_height; ++out_h) { in PadImpl()
101 out_h >= output_height - right_h_padding || in PadImpl()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dwrrle.c99 if (cinfo->output_width > 32767 || cinfo->output_height > 32767) in start_output_rle()
101 cinfo->output_height); in start_output_rle()
158 if (cinfo->output_scanline < cinfo->output_height) { in rle_put_pixel_rows()
191 header.ymax = cinfo->output_height - 1; in finish_output_rle()
216 progress->pub.pass_limit = cinfo->output_height; in finish_output_rle()
223 for (row = cinfo->output_height-1; row >= 0; row--) { in finish_output_rle()
236 for (row = cinfo->output_height-1; row >= 0; row--) { in finish_output_rle()
300 cinfo->output_height, (JDIMENSION) 1); in jinit_write_rle()
A Djdinput.c61 cinfo->output_height = (JDIMENSION) in jpeg_core_output_dimensions()
69 cinfo->output_height = (JDIMENSION) in jpeg_core_output_dimensions()
77 cinfo->output_height = (JDIMENSION) in jpeg_core_output_dimensions()
85 cinfo->output_height = (JDIMENSION) in jpeg_core_output_dimensions()
93 cinfo->output_height = (JDIMENSION) in jpeg_core_output_dimensions()
101 cinfo->output_height = (JDIMENSION) in jpeg_core_output_dimensions()
109 cinfo->output_height = (JDIMENSION) in jpeg_core_output_dimensions()
117 cinfo->output_height = (JDIMENSION) in jpeg_core_output_dimensions()
125 cinfo->output_height = (JDIMENSION) in jpeg_core_output_dimensions()
133 cinfo->output_height = (JDIMENSION) in jpeg_core_output_dimensions()
[all …]
A Djdapistd.c108 while (cinfo->output_scanline < cinfo->output_height) { in output_pass_setup()
113 cinfo->progress->pass_limit = (long) cinfo->output_height; in output_pass_setup()
160 if (cinfo->output_scanline >= cinfo->output_height) { in jpeg_read_scanlines()
168 cinfo->progress->pass_limit = (long) cinfo->output_height; in jpeg_read_scanlines()
193 if (cinfo->output_scanline >= cinfo->output_height) { in jpeg_read_raw_data()
201 cinfo->progress->pass_limit = (long) cinfo->output_height; in jpeg_read_raw_data()
A Dtransupp.c135 MCU_rows = srcinfo->output_height / in do_crop_ext()
377 MCU_rows = srcinfo->output_height / in do_flip_v()
505 MCU_cols = srcinfo->output_height / in do_rot_90()
656 MCU_rows = srcinfo->output_height / in do_rot_180()
765 MCU_cols = srcinfo->output_height / in do_transverse()
1018 srcinfo->output_height, in jtransform_request_workspace()
1025 srcinfo->output_height, in jtransform_request_workspace()
1057 info->output_height = srcinfo->output_height; in jtransform_request_workspace()
1151 info->output_height = in jtransform_request_workspace()
1171 info->output_height > srcinfo->output_height) in jtransform_request_workspace()
[all …]
A Dwrbmp.c191 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height; in write_bmp_header()
207 PUT_4B(bmpinfoheader, 8, cinfo->output_height); /* biHeight */ in write_bmp_header()
256 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height; in write_os2_header()
272 PUT_2B(bmpcoreheader, 6, cinfo->output_height); /* bcHeight */ in write_os2_header()
361 for (row = cinfo->output_height; row > 0; row--) { in finish_output_bmp()
363 progress->pub.pass_counter = (long) (cinfo->output_height - row); in finish_output_bmp()
364 progress->pub.pass_limit = (long) cinfo->output_height; in finish_output_bmp()
427 row_width, cinfo->output_height, (JDIMENSION) 1); in jinit_write_bmp()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/integer_ops/
A Dpooling.h36 const int output_height = output_shape.Dims(1); in AveragePool() local
41 for (int out_y = 0; out_y < output_height; ++out_y) { in AveragePool()
97 const int output_height = output_shape.Dims(1); in MaxPool() local
102 for (int out_y = 0; out_y < output_height; ++out_y) { in MaxPool()
152 const int output_height = output_shape.Dims(1); in AveragePool() local
157 for (int out_y = 0; out_y < output_height; ++out_y) { in AveragePool()
213 const int output_height = output_shape.Dims(1); in MaxPool() local
218 for (int out_y = 0; out_y < output_height; ++out_y) { in MaxPool()
A Dtranspose_conv.h52 const int output_height = output_shape.Dims(1); in TransposeConv() local
82 (out_y < output_height)) { in TransposeConv()
101 for (int out_y = 0; out_y < output_height; ++out_y) { in TransposeConv()
151 const int output_height = output_shape.Dims(1); in TransposeConv() local
179 (out_y < output_height)) { in TransposeConv()
198 for (int out_y = 0; out_y < output_height; ++out_y) { in TransposeConv()
A Ddepthwise_conv.h56 const int output_height = output_shape.Dims(1); in DepthwiseConvPerChannel() local
62 for (int out_y = 0; out_y < output_height; ++out_y) { in DepthwiseConvPerChannel()
153 const int output_height = output_shape.Dims(1); in DepthwiseConvPerChannel() local
159 for (int out_y = 0; out_y < output_height; ++out_y) { in DepthwiseConvPerChannel()
236 const int output_height = output_shape.Dims(1); in DepthwiseConvHybridPerChannel() local
243 for (int out_y = 0; out_y < output_height; ++out_y) { in DepthwiseConvHybridPerChannel()
A Dconv.h62 const int output_height = output_shape.Dims(1); in ConvPerChannel() local
65 for (int out_y = 0; out_y < output_height; ++out_y) { in ConvPerChannel()
165 const int output_height = output_shape.Dims(1); in ConvPerChannel() local
168 for (int out_y = 0; out_y < output_height; ++out_y) { in ConvPerChannel()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/integer_ops/
A Dtranspose_conv.h40 const int output_height = output_shape.Dims(1); in TransposeConvV2() local
42 const int output_image_size = output_height * output_width; in TransposeConvV2()
91 col2im_data, output_depth, output_height, output_width, filter_height, in TransposeConvV2()
98 optimized_ops::BiasAdd(scratch_data_p, bias_data, batch_size, output_height, in TransposeConvV2()
A Ddepthwise_conv_hybrid_3x3_filter.h106 static_assert(offsetof(DepthwiseConvParams, output_height) ==
2880 shuffle_params.output_height,
2905 params.input_row_size, shuffle_params.output_height,
2920 shuffle_params.output_height, output_leftover_width,
2950 const int32 out_y_end_corner = params.output_height - 1;
3018 output_data + (params.output_height - 1) * params.output_row_size;
3070 params.output_height = output_shape.Dims(1);
3097 params.output_row_size * params.output_height;
3129 int row_end = params.output_height;
3140 TFLITE_DCHECK_LE(thread_end, params.output_height);
[all …]
A Ddepthwise_conv_3x3_filter.h104 static_assert(offsetof(DepthwiseConvParams, output_height) ==
2713 shuffle_params.output_height,
2738 params.input_row_size, shuffle_params.output_height,
2752 shuffle_params.output_height, output_leftover_width,
2783 const int32 out_y_end_corner = params.output_height - 1;
2852 output_data + (params.output_height - 1) * params.output_row_size;
2908 params.output_height = output_shape.Dims(1);
2936 params.output_row_size * params.output_height;
2971 int row_end = params.output_height;
2982 TFLITE_DCHECK_LE(thread_end, params.output_height);
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Dmultithreaded_conv.h92 PaddingType padding, T* output_data, int output_height, in operator()
99 const int conv_width = output_height * output_width; in operator()
122 EigenTensor output(output_data, input_batches, output_height, in operator()
167 const int output_height = output_shape.Dims(1); in Conv() local
173 padding, output_data, output_height, output_width); in Conv()
A Dim2col_utils.h144 const int output_height = output_shape.Dims(1); in DilatedIm2col() local
161 for (int out_y = 0; out_y < output_height; ++out_y) { in DilatedIm2col()
230 const int output_height = output_shape.Dims(1); in Im2col() local
235 for (int h = 0; h < output_height; ++h) { in Im2col()
267 const int output_height = output_shape.Dims(1); in Im2col() local
273 for (int h = 0; h < output_height; ++h) { in Im2col()
394 const int output_height = im2col_shape.Dims(2); in Im2col3D() local
402 for (int h = 0; h < output_height; ++h) { in Im2col3D()
434 const int output_height = im2col_shape.Dims(2); in DilatedIm2col3D() local
444 {1, batches, output_depth, output_height, output_width}); in DilatedIm2col3D()
[all …]
A Ddepthwiseconv_3x3_filter_common.h326 int32 output_height;
402 int32 output_height, T* output_ptr) {
404 for (int32 y = 0; y < output_height; y++) {
424 int32 output_height;
429 ShuffleParams(int32 output_width, int32 output_height, int32 stride_width,
432 output_height(output_height),
434 input_height(get_shuffle_input_size(stride_height, output_height)) {}
450 const int32 output_height = output_shape.Dims(1);
470 const int32 out_y = output_height - 1;
A Ddepthwiseconv_multithread.h144 const int output_height = output_shape.Dims(1); in DepthwiseConv() local
153 /*thread_end=*/output_height, /*thread_dim=*/1); in DepthwiseConv()
163 thread_dim_size = output_height; in DepthwiseConv()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Ddepth_to_space.cc61 int output_height = input_height * block_size; in CalculateOpData() local
65 TF_LITE_ENSURE_EQ(context, input_height, output_height / block_size); in CalculateOpData()
82 output->dims->data[kHeightRank] = output_height; in CalculateOpData()

Completed in 63 milliseconds

123