Home
last modified time | relevance | path

Searched refs:dimensions (Results 1 – 20 of 20) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_shape.c138 for(y=dimensions.y;y<dimensions.y + dimensions.h;y++) { in RecursivelyCalculateShapeTree()
139 for(x=dimensions.x;x<dimensions.x + dimensions.w;x++) { in RecursivelyCalculateShapeTree()
180 next.x = dimensions.x; in RecursivelyCalculateShapeTree()
181 next.y = dimensions.y; in RecursivelyCalculateShapeTree()
190 next.x = dimensions.x; in RecursivelyCalculateShapeTree()
208 result->data.shape = dimensions; in RecursivelyCalculateShapeTree()
215 SDL_Rect dimensions; in SDL_CalculateShapeTree() local
218 dimensions.x = 0; in SDL_CalculateShapeTree()
219 dimensions.y = 0; in SDL_CalculateShapeTree()
220 dimensions.w = shape->w; in SDL_CalculateShapeTree()
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
A DInterpreter.cs45 public int[] dimensions { get; internal set; } property
52 "[" + string.Join(",", dimensions.Select(d => d.ToString()).ToArray()) + "]", in ToString()
148 int[] dimensions = new int[TfLiteTensorNumDims(tensor)]; in GetTensorInfo()
149 for (int i = 0; i < dimensions.Length; i++) { in GetTensorInfo()
150 dimensions[i] = TfLiteTensorDim(tensor, i); in GetTensorInfo()
155 dimensions = dimensions, in GetTensorInfo()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Dunpack.cc38 const int dimensions = input_dims->size; in UnpackImpl() local
44 TFLITE_DCHECK_LT(axis, dimensions); in UnpackImpl()
51 for (int i = axis + 1; i < dimensions; ++i) { in UnpackImpl()
A Dpack.cc35 const int dimensions = output->dims->size; in PackImpl() local
40 axis += dimensions; in PackImpl()
48 for (int i = axis + 1; i < dimensions; ++i) { in PackImpl()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitmetalview.m85 * the backing dimensions of the Metal view will match the pixel
86 * dimensions of the screen rather than the dimensions in points
A DSDL_uikitopengles.m171 * backing dimensions of the OpenGL view will match the pixel
172 * dimensions of the screen rather than the dimensions in points. */
A DSDL_uikitmodes.m502 * SDL_WINDOW_FULLSCREEN_DESKTOP keeps the window dimensions in the
A DSDL_uikitview.m152 * might happen after the current dimensions are queried, so we force a
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/kernels/
A Dctc_beam_search_decoder.cc111 const int dimensions = output_shape.size(); in Resize() local
112 TfLiteIntArray* output_shape_array = TfLiteIntArrayCreate(dimensions); in Resize()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dreference_ops.h322 const int dimensions = output_shape.DimensionsCount(); in Pack() local
331 for (int i = params.axis + 1; i < dimensions; i++) { in Pack()
350 const int dimensions = input_shape.DimensionsCount(); in Unpack() local
356 axis += dimensions; in Unpack()
359 TFLITE_DCHECK_LT(axis, dimensions); in Unpack()
364 for (int i = axis + 1; i < dimensions; ++i) { in Unpack()
384 const int dimensions = output_shape.DimensionsCount(); in PackWithScaling() local
397 for (int i = axis + 1; i < dimensions; i++) { in PackWithScaling()
A Dlegacy_reference_ops.h1159 int dimensions, int outputs_count, Scalar* const* output_datas, in Unpack() argument
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dusage.txt526 The transpose transformation has no restrictions regarding image dimensions.
527 The other transformations operate rather oddly if the image dimensions are not
565 region dimensions to keep the lower right crop corner unchanged. (Thus, the
567 The adjustment of the region dimensions may be optionally disabled by
645 image dimensions. If you omit the input file name from the command line,
A Dlibjpeg.txt326 The image dimensions are, hopefully, obvious. JPEG supports image dimensions
573 of the compressed data proper. On return, the image dimensions and other
586 image dimensions and other header info for a JPEG file. In that case,
1062 JDIMENSION jpeg_width Actual dimensions of output image.
1240 The output image dimensions are given by the following fields. These are
1249 JDIMENSION output_width Actual dimensions of output image.
2580 dimensions.
2613 dimensions of the data you are supplying, it's wise to set them
2629 The required dimensions of the supplied data can be computed for each
2646 and suppose that the nominal image dimensions (cinfo->image_width and
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Dconfiguration.proto133 // dynamic dimensions of the model.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME659 To detect a WebP file and gather the picture's dimensions, the function:
A DChangeLog987 b95ac0a2 Merge "VP8GetHeaders(): initialize VP8Io with sane value for crop/scale dimensions"
988 89231394 VP8GetHeaders(): initialize VP8Io with sane value for crop/scale dimensions
2358 0e6747f8 webpmux -info: display dimensions and has_alpha per frame
3952 2330522c handle corner case of zero-dimensions
/AliOS-Things-master/components/SDL2/src/render/metal/
A DSDL_render_metal.m841 return SDL_SetError("Invalid rectangle dimensions for LockTexture.");
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DCHANGES308 Fixed dimensions of "short_months" array in pngwrite.c
1179 Check for invalid image dimensions in png_get_IHDR.
1469 dimensions, and added png_set_user_limits() function to override them.
4902 Don't warn about invalid dimensions exceeding user limits (Cosmin).
A Dlibpng-manual.txt5193 Libpng-1.6.3 and later calculate their own safe CMF from the image dimensions,
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog1999 * tools/bmp2tiff.c: fix crash due to int overflow related to input BMP dimensions
2949 European page size dimensions. Added an option to allow the user

Completed in 84 milliseconds