Lines Matching refs:subsampling_width
66 node->params.depthwise_convolution_2d.subsampling_width, in create_convolution_operator()
94 node->params.depthwise_convolution_2d.subsampling_width, in create_convolution_operator()
120 node->params.depthwise_convolution_2d.subsampling_width, in create_convolution_operator()
152 node->params.depthwise_convolution_2d.subsampling_width, in create_convolution_operator()
186 node->params.depthwise_convolution_2d.subsampling_width, in create_convolution_operator()
222 node->params.depthwise_convolution_2d.subsampling_width, in create_convolution_operator()
446 uint32_t subsampling_width, in xnn_define_depthwise_convolution_2d() argument
471 if (subsampling_width == 0 || subsampling_height == 0) { in xnn_define_depthwise_convolution_2d()
474 …xnn_node_type_to_string(xnn_node_type_depthwise_convolution_2d), subsampling_width, subsampling_he… in xnn_define_depthwise_convolution_2d()
524 …if ((flags & XNN_FLAG_TENSORFLOW_SAME_PADDING) != 0 && (subsampling_height | subsampling_width) ==… in xnn_define_depthwise_convolution_2d()
745 node->params.depthwise_convolution_2d.subsampling_width = subsampling_width; in xnn_define_depthwise_convolution_2d()