Lines Matching refs:subsampling_height
60 node->params.depthwise_convolution_2d.subsampling_height, in create_convolution_operator()
87 node->params.depthwise_convolution_2d.subsampling_height, in create_convolution_operator()
112 node->params.depthwise_convolution_2d.subsampling_height, in create_convolution_operator()
145 node->params.depthwise_convolution_2d.subsampling_height, in create_convolution_operator()
180 node->params.depthwise_convolution_2d.subsampling_height, in create_convolution_operator()
217 node->params.depthwise_convolution_2d.subsampling_height, in create_convolution_operator()
440 uint32_t subsampling_height, in xnn_define_depthwise_convolution_2d() argument
467 if (subsampling_width == 0 || subsampling_height == 0) { in xnn_define_depthwise_convolution_2d()
470 …ode_type_to_string(xnn_node_type_depthwise_convolution_2d), subsampling_width, subsampling_height); in xnn_define_depthwise_convolution_2d()
536 …if ((flags & XNN_FLAG_TENSORFLOW_SAME_PADDING) != 0 && (subsampling_height | subsampling_width) ==… in xnn_define_depthwise_convolution_2d()
764 node->params.depthwise_convolution_2d.subsampling_height = subsampling_height; in xnn_define_depthwise_convolution_2d()