Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DConv2D.cpp67 int32_t dilation_width_factor = 1, dilation_height_factor = 1; member
181 int32_t dilation_width_factor, int32_t dilation_height_factor, int32_t activation, in convNhwc()
206 int32_t dilation_width_factor, int32_t dilation_height_factor, int32_t activation, in convNhwc()
255 int32_t dilation_width_factor, int32_t dilation_height_factor, int32_t activation, in convNhwc()
284 int32_t dilation_width_factor, int32_t dilation_height_factor, int32_t activation, in convNhwc()
310 int32_t stride_width, int32_t stride_height, int32_t dilation_width_factor, in conv()