Searched defs:dilation_height_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() 267 int32_t dilation_height_factor, int32_t activation, bool useNchw, T_Input* outputData, in conv()
|
/frameworks/ml/nn/common/ |
D | OperationsUtils.cpp | 354 int32_t dilation_height_factor, Shape* output) { in depthwiseConvPrepare()
|
D | CpuExecutor.cpp | 755 int32_t dilation_width_factor = 1, dilation_height_factor = 1; in executeOperation() local
|