Searched defs:dilation_width_factor (Results  1 – 3 of 3) sorted by relevance
| /packages/modules/NeuralNetworks/common/cpu_operations/ | 
| D | Conv2D.cpp | 65     int32_t dilation_width_factor = 1, dilation_height_factor = 1;  member176                     int32_t dilation_width_factor, int32_t dilation_height_factor) {  in needim2colData()
 195               int32_t dilation_width_factor, int32_t dilation_height_factor, int32_t activation,  in convNhwc()
 224               int32_t dilation_width_factor, int32_t dilation_height_factor, int32_t activation,  in convNhwc()
 278               int32_t dilation_width_factor, int32_t dilation_height_factor, int32_t activation,  in convNhwc()
 307               int32_t dilation_width_factor, int32_t dilation_height_factor, int32_t activation,  in convNhwc()
 333           int32_t stride_width, int32_t stride_height, int32_t dilation_width_factor,  in conv()
 
 | 
| D | DepthwiseConv2D.cpp | 49     int32_t dilation_width_factor = 1, dilation_height_factor = 1;  member
 | 
| /packages/modules/NeuralNetworks/driver/sample_hidl/ | 
| D | SampleDriverFloatXNNPACK.cpp | 343                                                     int32_t dilation_width_factor,  in CheckConvolutionParams()362             int32_t stride_width, int32_t stride_height, int32_t dilation_width_factor,  in CheckDepthwiseConvolutionParams()
 723         int32_t dilation_width_factor = 1;  in VisitConv2DNode()  local
 823         int32_t dilation_width_factor = 1;  in VisitDepthwiseConv2DNode()  local
 
 |