Home
last modified time | relevance | path

Searched defs:xOutput (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DTransposeConvolution2d.cpp74 unsigned int xOutput = xOutputOrigin + xWeights; in TransposeConvolution2dImpl() local
143 for (unsigned int xOutput = 0u; xOutput < outputWidth; ++xOutput) in TransposeConvolution2dImpl() local
H A DConv3dImpl.cpp67 for (unsigned int xOutput = 0; xOutput < outputWidth; xOutput++) in Convolve3d() local
H A DConvImpl.cpp126 for (unsigned int xOutput = 0; xOutput < outputWidth; xOutput++) in Convolve() local
H A DPooling2d.cpp199 for (int xOutput = 0; xOutput < widthOutput; xOutput++) in Pooling2d() local
H A DPooling3d.cpp255 for (int xOutput = 0; xOutput < widthOutput; xOutput++) in Pooling3d() local
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
H A DTroposphericModelEgnos.java286 double xOutput) { in interpolate()