Home
last modified time | relevance | path

Searched defs:stride_width (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
H A Dl2_pool_float_large.mod.py21 stride_width = Int32Scalar("stride_width", 1) variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
H A Dl2_pool_float_large_relaxed.mod.py21 stride_width = Int32Scalar("stride_width", 1) variable
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DGroupedConv2D.cpp49 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in groupedConvFloat32()
107 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in groupedConvQuant8()
205 int32_t stride_width, int32_t stride_height, int32_t numGroups, in groupedConvQuant8PerChannel()
289 int32_t stride_width, int32_t stride_height, int32_t numGroups, in groupedConvFloat16()
H A DConv2D.cpp66 int32_t stride_width, stride_height; member
178 bool needim2colData(const Shape& filterShape, int32_t stride_width, int32_t stride_height, in needim2colData()
197 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in convNhwc()
226 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in convNhwc()
280 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in convNhwc()
309 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in convNhwc()
336 int32_t stride_width, int32_t stride_height, int32_t dilation_width_factor, in conv()
H A DPooling.cpp48 int32_t stride_width, stride_height; member
H A DDepthwiseConv2D.cpp52 int32_t stride_width, stride_height; member
/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DSampleDriverFloatXNNPACK.cpp342 static V1_3::ErrorStatus CheckConvolutionParams(int32_t stride_width, int32_t stride_height, in CheckConvolutionParams()
362 int32_t stride_width, int32_t stride_height, int32_t dilation_width_factor, in CheckDepthwiseConvolutionParams()
388 static V1_3::ErrorStatus CheckPoolingParams(int32_t stride_width, int32_t stride_height, in CheckPoolingParams()
635 int32_t stride_width, stride_height, filter_width, filter_height, activation; in VisitAveragePool2DNode() local
722 int32_t stride_width, stride_height, activation; in VisitConv2DNode() local
822 int32_t stride_width, stride_height, depth_multiplier, activation; in VisitDepthwiseConv2DNode() local
1048 int32_t stride_width, stride_height, filter_width, filter_height, activation; in VisitMaxPool2DNode() local
/aosp12/packages/modules/NeuralNetworks/common/
H A DOperationsUtils.cpp709 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in groupedConvPrepare()
H A DCpuExecutor.cpp1471 int32_t stride_width, stride_height; in executeOperation() local