Home
last modified time | relevance | path

Searched defs:outW (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DSpaceToDepth.cpp67 for(int outW = 0; outW < width_out; ++outW) in space_to_depth() local
H A DSpaceToBatch.cpp73 for(int outW = 0; outW < width_out; ++outW) in space_to_batch() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DSpaceToDepth.cpp72 for (unsigned int outW = 0; outW < outputWidth; outW++) in SpaceToDepth() local
H A DBatchToSpaceNd.cpp82 … const unsigned int outW = inW * blockShapeWidth + spatialOffset % blockShapeWidth - cropsLeft; in BatchToSpaceNd() local
H A DSpaceToBatchNd.cpp70 for (unsigned int outW = 0; outW < outputWidth; outW++) in SpaceToBatchNd() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cudnn/
H A DPooling.cpp156 int64_t outW = pooling_output_shape(inW, kW, padW, strideW, dilationW, ceil_mode); in quantized_max_pool2d_cudnn() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DReshape.cpp147 for (int outW = leftWPadding; outW < outputWidth - rightWPadding; ++outW) { in padGeneric() local
/aosp_15_r20/cts/tests/tests/rscpp/src/android/cts/rscpp/
H A DRSResizeTest.java68 int outW = (int) (w*scaleX); in testResize() local
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DIntrinsicResize.java43 int outW = (int) (w*scaleX); in testResize() local
/aosp_15_r20/hardware/interfaces/camera/device/default/
H A DExternalCameraUtils.cpp463 uint32_t outW = outSize.width; in getCropRect() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A DPooling.cpp575 int64_t outW = in qnnpack_maxpool2d() local
/aosp_15_r20/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraUtils.cpp282 uint32_t outW = outSize.width; in getCropRect() local