Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/specs/V1_0/
Dl2_pool_float_large.mod.py21 stride_width = Int32Scalar("stride_width", 1) variable
/frameworks/ml/nn/runtime/test/specs/V1_1/
Dl2_pool_float_large_relaxed.mod.py21 stride_width = Int32Scalar("stride_width", 1) variable
/frameworks/ml/nn/common/operations/
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()
DConv2D.cpp66 int32_t stride_width, stride_height; member
177 bool needim2colData(const Shape& filterShape, int32_t stride_width, int32_t stride_height, in needim2colData()
196 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in convNhwc()
225 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in convNhwc()
279 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in convNhwc()
308 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in convNhwc()
335 int32_t stride_width, int32_t stride_height, int32_t dilation_width_factor, in conv()
DPooling.cpp46 int32_t stride_width, stride_height; member
DDepthwiseConv2D.cpp50 int32_t stride_width, stride_height; member
/frameworks/ml/nn/common/
DOperationsUtils.cpp711 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in groupedConvPrepare()
DCpuExecutor.cpp1527 int32_t stride_width, stride_height; in executeOperation() local