Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DConv2D.cpp54 int32_t dilation_width_factor = 1, dilation_height_factor = 1; member
168 int32_t dilation_width_factor, int32_t dilation_height_factor, int32_t activation, in convNhwc()
193 int32_t dilation_width_factor, int32_t dilation_height_factor, int32_t activation, in convNhwc()
240 int32_t dilation_width_factor, int32_t dilation_height_factor, int32_t activation, in convNhwc()
267 int32_t dilation_height_factor, int32_t activation, bool useNchw, T_Input* outputData, in conv()
/frameworks/ml/nn/common/
DOperationsUtils.cpp354 int32_t dilation_height_factor, Shape* output) { in depthwiseConvPrepare()
DCpuExecutor.cpp755 int32_t dilation_width_factor = 1, dilation_height_factor = 1; in executeOperation() local