Searched defs:dilation_width_factor (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | Conv2D.cpp | 54 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/ |
D | OperationsUtils.cpp | 353 int32_t depth_multiplier, int32_t dilation_width_factor, in depthwiseConvPrepare()
|
D | CpuExecutor.cpp | 755 int32_t dilation_width_factor = 1, dilation_height_factor = 1; in executeOperation() local
|