Searched refs:input_height (Results 1 – 4 of 4) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | Pooling.cpp | 80 int32_t input_height = getSizeOfDimension(inputShape, useNchw ? 2 : 1); in initialize() local 84 calculateExplicitPadding(input_height, stride_height, filter_height, padding_implicit, in initialize()
|
D | DepthwiseConv2D.cpp | 97 int32_t input_height = getSizeOfDimension(inputShape, useNchw ? 2 : 1); in initialize() local 102 calculateExplicitPadding(input_height, stride_height, dilation_height_factor, in initialize()
|
D | Conv2D.cpp | 110 int32_t input_height = getSizeOfDimension(inputShape, useNchw ? 2 : 1); in initialize() local 115 calculateExplicitPadding(input_height, stride_height, dilation_height_factor, in initialize()
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 1568 int32_t input_height = getSizeOfDimension(inputShape, 1); in executeOperation() local 1573 calculateExplicitPadding(input_height, stride_height, filter_height, in executeOperation()
|