/external/XNNPACK/src/subgraph/ |
D | static-resize-bilinear-2d.c | 19 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/ |
D | ops_util_test.cc | 46 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/ |
D | convert_arm_neon.py | 84 new_width = typespec_elt_size(elt) 85 if new_width and new_width != default_width:
|
/external/libchrome/ui/gfx/geometry/ |
D | rect_f.cc | 167 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()
|
D | rect.cc | 241 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/ |
D | api_def_ResizeNearestNeighbor.pbtxt | 12 = A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The 20 `[batch, new_height, new_width, channels]`.
|
D | api_def_QuantizedResizeBilinear.pbtxt | 12 = A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The 20 `[batch, new_height, new_width, channels]`.
|
D | api_def_ResizeBicubic.pbtxt | 12 = A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The 20 `[batch, new_height, new_width, channels]`.
|
D | api_def_ResizeBilinear.pbtxt | 12 = A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The 20 `[batch, new_height, new_width, channels]`.
|
D | api_def_ImageProjectiveTransformV2.pbtxt | 21 1-D Tensor [new_height, new_width]. 28 `[batch, new_height, new_width, channels]`.
|
D | api_def_ResizeArea.pbtxt | 12 = A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The 20 `[batch, new_height, new_width, channels]`.
|
D | api_def_ImageProjectiveTransformV3.pbtxt | 21 1-D Tensor [new_height, new_width]. 34 `[batch, new_height, new_width, channels]`.
|
D | api_def_FusedResizeAndPadConv2D.pbtxt | 12 A 1-D int32 Tensor of 2 elements: `new_height, new_width`. The
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | image_data.h | 140 const int new_width = in GetPyramidSqrt2Level() local 146 pyramid_sqrt2_[level] = new Image<uint8_t>(new_width, new_height); in GetPyramidSqrt2Level()
|
D | image-inl.h | 116 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()
|
D | object_tracker_jni.cc | 445 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/ |
D | winograd.cc | 190 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/ |
D | sidebar.py | 297 new_width = cur_width + width_difference 298 self.sidebar_text['width'] = self._sidebar_width_type(new_width)
|
/external/libaom/libaom/av1/encoder/ |
D | intra_mode_search.c | 521 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/ |
D | subgraph.h | 200 size_t new_width; member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 2980 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/ |
D | conv_test.mm | 244 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/ |
D | fx_coordinates.h | 67 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/ |
D | varStore.py | 386 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/ |
D | schema_v0.fbs | 201 new_width:int;
|