Searched defs:stride_height (Results 1 – 7 of 7) sorted by relevance
/frameworks/ml/nn/runtime/test/specs/V1_0/ |
D | l2_pool_float_large.mod.py | 22 stride_height = Int32Scalar("stride_height", 1) variable
|
/frameworks/ml/nn/runtime/test/specs/V1_1/ |
D | l2_pool_float_large_relaxed.mod.py | 22 stride_height = Int32Scalar("stride_height", 1) variable
|
/frameworks/ml/nn/common/operations/ |
D | GroupedConv2D.cpp | 49 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()
|
D | Conv2D.cpp | 66 int32_t stride_width, stride_height; member 180 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in convNhwc() 205 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in convNhwc() 254 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in convNhwc() 283 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in convNhwc() 310 int32_t stride_width, int32_t stride_height, int32_t dilation_width_factor, in conv()
|
D | Pooling.cpp | 46 int32_t stride_width, stride_height; member
|
/frameworks/ml/nn/common/ |
D | OperationsUtils.cpp | 715 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in groupedConvPrepare()
|
D | CpuExecutor.cpp | 1528 int32_t stride_width, stride_height; in executeOperation() local
|