Lines Matching refs:subsampling_height
65 node->params.depthwise_convolution_2d.subsampling_height, in create_convolution_operator()
93 node->params.depthwise_convolution_2d.subsampling_height, in create_convolution_operator()
119 node->params.depthwise_convolution_2d.subsampling_height, in create_convolution_operator()
151 node->params.depthwise_convolution_2d.subsampling_height, in create_convolution_operator()
185 node->params.depthwise_convolution_2d.subsampling_height, in create_convolution_operator()
221 node->params.depthwise_convolution_2d.subsampling_height, in create_convolution_operator()
445 uint32_t subsampling_height, in xnn_define_depthwise_convolution_2d() argument
471 if (subsampling_width == 0 || subsampling_height == 0) { in xnn_define_depthwise_convolution_2d()
474 …ode_type_to_string(xnn_node_type_depthwise_convolution_2d), subsampling_width, subsampling_height); 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()
744 node->params.depthwise_convolution_2d.subsampling_height = subsampling_height; in xnn_define_depthwise_convolution_2d()