Home
last modified time | relevance | path

Searched refs:new_width (Results 1 – 25 of 41) sorted by relevance

12

/external/XNNPACK/src/subgraph/
Dstatic-resize-bilinear-2d.c19 size_t new_width, in xnn_define_static_resize_bilinear_2d() argument
30 if (new_width == 0 || new_height == 0) { in xnn_define_static_resize_bilinear_2d()
33 xnn_node_type_to_string(xnn_node_type_static_resize_bilinear_2d), new_width, new_height); in xnn_define_static_resize_bilinear_2d()
37 if (max(new_width, new_height) >= 16777216) { in xnn_define_static_resize_bilinear_2d()
40 xnn_node_type_to_string(xnn_node_type_static_resize_bilinear_2d), new_width, new_height); in xnn_define_static_resize_bilinear_2d()
82 node->params.static_resize.new_width = new_width; in xnn_define_static_resize_bilinear_2d()
/external/tensorflow/tensorflow/core/kernels/
Dops_util_test.cc46 int new_width; member
73 int64 new_height, new_width, pad_rows, pad_cols; in VerifyGet2dOutputSizeBoundaries() local
81 pad_struct.input.col_stride, pad_struct.input.padding, &new_width, in VerifyGet2dOutputSizeBoundaries()
88 int64 new_height, new_width, pad_rows, pad_cols; in VerifyGet2dOutputSizeValues() local
96 pad_struct.input.col_stride, pad_struct.input.padding, &new_width, in VerifyGet2dOutputSizeValues()
100 EXPECT_EQ(pad_struct.output.new_width, new_width); in VerifyGet2dOutputSizeValues()
107 int64 new_height, new_width, pad_top, pad_bottom, pad_left, pad_right; in VerifyGet2dOutputVerboseSizeValues() local
115 pad_struct.input.col_stride, pad_struct.input.padding, &new_width, in VerifyGet2dOutputVerboseSizeValues()
119 EXPECT_EQ(pad_struct.output.new_width, new_width); in VerifyGet2dOutputVerboseSizeValues()
/external/llvm-project/clang/utils/
Dconvert_arm_neon.py84 new_width = typespec_elt_size(elt)
85 if new_width and new_width != default_width:
/external/libchrome/ui/gfx/geometry/
Drect_f.cc167 float new_width = width(); in AdjustToFit() local
169 AdjustAlongAxis(rect.x(), rect.width(), &new_x, &new_width); in AdjustToFit()
171 SetRect(new_x, new_y, new_width, new_height); in AdjustToFit()
179 float new_width = std::min(width(), size.width()); in ClampToCenteredSize() local
181 float new_x = x() + (width() - new_width) / 2; in ClampToCenteredSize()
183 SetRect(new_x, new_y, new_width, new_height); in ClampToCenteredSize()
Drect.cc241 int new_width = width(); in AdjustToFit() local
243 AdjustAlongAxis(rect.x(), rect.width(), &new_x, &new_width); in AdjustToFit()
245 SetRect(new_x, new_y, new_width, new_height); in AdjustToFit()
253 int new_width = std::min(width(), size.width()); in ClampToCenteredSize() local
255 int new_x = x() + (width() - new_width) / 2; in ClampToCenteredSize()
257 SetRect(new_x, new_y, new_width, new_height); in ClampToCenteredSize()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ResizeNearestNeighbor.pbtxt12 = A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The
20 `[batch, new_height, new_width, channels]`.
Dapi_def_QuantizedResizeBilinear.pbtxt12 = A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The
20 `[batch, new_height, new_width, channels]`.
Dapi_def_ResizeBicubic.pbtxt12 = A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The
20 `[batch, new_height, new_width, channels]`.
Dapi_def_ResizeBilinear.pbtxt12 = A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The
20 `[batch, new_height, new_width, channels]`.
Dapi_def_ImageProjectiveTransformV2.pbtxt21 1-D Tensor [new_height, new_width].
28 `[batch, new_height, new_width, channels]`.
Dapi_def_ResizeArea.pbtxt12 = A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The
20 `[batch, new_height, new_width, channels]`.
Dapi_def_ImageProjectiveTransformV3.pbtxt21 1-D Tensor [new_height, new_width].
34 `[batch, new_height, new_width, channels]`.
Dapi_def_FusedResizeAndPadConv2D.pbtxt12 A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage_data.h140 const int new_width = in GetPyramidSqrt2Level() local
146 pyramid_sqrt2_[level] = new Image<uint8_t>(new_width, new_height); in GetPyramidSqrt2Level()
Dimage-inl.h116 const int new_width = right - left + 1; in Crop() local
119 Image<T>* const cropped_image = new Image(new_width, new_height); in Crop()
123 new_width * sizeof(T)); in Crop()
Dobject_tracker_jni.cc445 const int new_width = (width + factor - 1) / factor; in OBJECT_TRACKER_METHOD() local
449 new_width, new_height, reinterpret_cast<uint8_t*>(output_array), false); in OBJECT_TRACKER_METHOD()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dwinograd.cc190 int new_width = in GetGridSize() local
194 int tiles_x = DivideRoundUp(new_width, 4); in GetGridSize()
200 int new_width = in BindArguments() local
204 int tiles_x = DivideRoundUp(new_width, 4); in BindArguments()
/external/python/cpython3/Lib/idlelib/
Dsidebar.py297 new_width = cur_width + width_difference
298 self.sidebar_text['width'] = self._sidebar_width_type(new_width)
/external/libaom/libaom/av1/encoder/
Dintra_mode_search.c521 int new_width, int new_height) { in extend_palette_color_map() argument
523 assert(new_width >= orig_width); in extend_palette_color_map()
525 if (new_width == orig_width && new_height == orig_height) return; in extend_palette_color_map()
528 memmove(color_map + j * new_width, color_map + j * orig_width, orig_width); in extend_palette_color_map()
530 memset(color_map + j * new_width + orig_width, in extend_palette_color_map()
531 color_map[j * new_width + orig_width - 1], new_width - orig_width); in extend_palette_color_map()
535 memcpy(color_map + j * new_width, color_map + (orig_height - 1) * new_width, in extend_palette_color_map()
536 new_width); in extend_palette_color_map()
/external/XNNPACK/src/xnnpack/
Dsubgraph.h200 size_t new_width; member
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2980 int new_width = cpi->oxcf.Width; in find_next_key_frame() local
3063 new_height, new_width); in find_next_key_frame()
3114 new_width = ((hs - 1) + (cpi->oxcf.Width * hr)) / hs; in find_next_key_frame()
3121 effective_size_ratio = (double)(new_width * new_height) / in find_next_key_frame()
3138 new_height, new_width); in find_next_key_frame()
3144 if ((cpi->common.Width != new_width) || in find_next_key_frame()
3146 cpi->common.Width = new_width; in find_next_key_frame()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
Dconv_test.mm244 int new_width = src_shape.w + attr.padding.prepended.w + attr.padding.appended.w - 2;
249 conv_shape.w = DivideRoundUp(new_width, 4) * DivideRoundUp(new_height, 4);
/external/pdfium/core/fxcrt/
Dfx_coordinates.h67 CFX_STemplate(BaseType new_width, BaseType new_height) in CFX_STemplate() argument
68 : width(new_width), height(new_height) {} in CFX_STemplate()
/external/fonttools/Lib/fontTools/varLib/
DvarStore.py386 for new_width in range(self.width+1, self.width+self.room+1):
387 for new_encoding in done_by_width[new_width]:
/external/tensorflow/tensorflow/lite/schema/
Dschema_v0.fbs201 new_width:int;

12