Home
last modified time | relevance | path

Searched defs:input_height (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/common/operations/
DPooling.cpp72 int32_t input_height = getSizeOfDimension(inputShape, useNchw ? 2 : 1); in initialize() local
DConv2D.cpp97 int32_t input_height = getSizeOfDimension(inputShape, useNchw ? 2 : 1); in initialize() local
/frameworks/ml/nn/common/
DCpuExecutor.cpp812 int32_t input_height = getSizeOfDimension(inputShape, 1); in executeOperation() local
1597 int32_t input_height = getSizeOfDimension(inputShape, 1); in executeOperation() local