Searched refs:paddingWidth (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | DepthwiseConv2D.cpp | 131 uint32_t paddingWidth = (uint32_t)paddingLeft; 148 .padding_values = {static_cast<int16>(paddingWidth), static_cast<int16>(paddingHeight), in depthwiseConvNhwc() 219 .padding_values = {static_cast<int16>(paddingWidth), static_cast<int16>(paddingHeight), in depthwiseConvNhwc() 287 uint32_t paddingWidth = (uint32_t)paddingLeft; in depthwiseConvQuant8PerChannelNhwc() local
|
H A D | Conv2D.cpp | 143 uint32_t paddingWidth = (uint32_t)padding_left; \ 217 dilation_width_factor, dilation_height_factor, paddingWidth, paddingHeight, in convNhwc() 267 dilation_width_factor, dilation_height_factor, paddingWidth, in convNhwc()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/ |
H A D | WallpaperManagerService.java | 2272 final int paddingWidth = padding.left + padding.right; in setDisplayPadding() local 2274 if (paddingWidth > maxSize) { in setDisplayPadding() 2275 throw new IllegalArgumentException("padding width " + paddingWidth in setDisplayPadding()
|