Home
last modified time | relevance | path

Searched defs:dilation_width_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()
266 int32_t stride_width, int32_t stride_height, int32_t dilation_width_factor, in conv()
/frameworks/ml/nn/common/
DOperationsUtils.cpp353 int32_t depth_multiplier, int32_t dilation_width_factor, in depthwiseConvPrepare()
DCpuExecutor.cpp755 int32_t dilation_width_factor = 1, dilation_height_factor = 1; in executeOperation() local