Searched defs:stride_height (Results 1 – 9 of 9) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/models/ |
D | l2_pool_float_large_relaxed.model.cpp | 11 auto stride_height = model->addOperand(&type1); in CreateModel() local 52 auto stride_height = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
|
D | l2_pool_float_large.model.cpp | 11 auto stride_height = model->addOperand(&type1); in CreateModel() local 50 auto stride_height = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
|
/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 | 45 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in groupedConvFloat32() 102 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in groupedConvQuant8() 181 int32_t stride_width, int32_t stride_height, int32_t numGroups, in groupedConvQuant8PerChannel() 266 int32_t stride_width, int32_t stride_height, int32_t numGroups, in groupedConvFloat16()
|
D | Conv2D.cpp | 53 int32_t stride_width, stride_height; member 167 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in convNhwc() 192 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in convNhwc() 239 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in convNhwc() 266 int32_t stride_width, int32_t stride_height, int32_t dilation_width_factor, in conv()
|
D | Pooling.cpp | 38 int32_t stride_width, stride_height; member
|
/frameworks/ml/nn/common/ |
D | OperationsUtils.cpp | 352 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in depthwiseConvPrepare() 868 int32_t padding_bottom, int32_t stride_width, int32_t stride_height, in groupedConvPrepare()
|
D | CpuExecutor.cpp | 754 int32_t stride_width, stride_height; in executeOperation() local 1556 int32_t stride_width, stride_height; in executeOperation() local
|