Home
last modified time | relevance | path

Searched refs:paddingWidth (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DDepthwiseConv2D.cpp131 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 DConv2D.cpp143 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 DWallpaperManagerService.java2272 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()