Home
last modified time | relevance | path

Searched refs:depthwise_convolution_2d (Results 1 – 3 of 3) sorted by relevance

/external/XNNPACK/src/
Dsubgraph.c386 node->params.depthwise_convolution_2d.input_padding_top = input_padding_top; in xnn_define_depthwise_convolution_2d()
387 node->params.depthwise_convolution_2d.input_padding_right = input_padding_right; in xnn_define_depthwise_convolution_2d()
388 node->params.depthwise_convolution_2d.input_padding_bottom = input_padding_bottom; in xnn_define_depthwise_convolution_2d()
389 node->params.depthwise_convolution_2d.input_padding_left = input_padding_left; in xnn_define_depthwise_convolution_2d()
390 node->params.depthwise_convolution_2d.kernel_height = kernel_height; in xnn_define_depthwise_convolution_2d()
391 node->params.depthwise_convolution_2d.kernel_width = kernel_width; in xnn_define_depthwise_convolution_2d()
392 node->params.depthwise_convolution_2d.subsampling_height = subsampling_height; in xnn_define_depthwise_convolution_2d()
393 node->params.depthwise_convolution_2d.subsampling_width = subsampling_width; in xnn_define_depthwise_convolution_2d()
394 node->params.depthwise_convolution_2d.dilation_height = dilation_height; in xnn_define_depthwise_convolution_2d()
395 node->params.depthwise_convolution_2d.dilation_width = dilation_width; in xnn_define_depthwise_convolution_2d()
[all …]
Druntime.c132 node->params.depthwise_convolution_2d.input_padding_top, in xnn_create_runtime_v2()
133 node->params.depthwise_convolution_2d.input_padding_right, in xnn_create_runtime_v2()
134 node->params.depthwise_convolution_2d.input_padding_bottom, in xnn_create_runtime_v2()
135 node->params.depthwise_convolution_2d.input_padding_left, in xnn_create_runtime_v2()
136 node->params.depthwise_convolution_2d.kernel_height, in xnn_create_runtime_v2()
137 node->params.depthwise_convolution_2d.kernel_width, in xnn_create_runtime_v2()
138 node->params.depthwise_convolution_2d.subsampling_height, in xnn_create_runtime_v2()
139 node->params.depthwise_convolution_2d.subsampling_width, in xnn_create_runtime_v2()
140 node->params.depthwise_convolution_2d.dilation_height, in xnn_create_runtime_v2()
141 node->params.depthwise_convolution_2d.dilation_width, in xnn_create_runtime_v2()
[all …]
/external/XNNPACK/src/xnnpack/
Dsubgraph.h104 } depthwise_convolution_2d; member