Lines Matching refs:deconvolution_2d
297 node->params.deconvolution_2d.padding_top, in xnn_create_runtime_v2()
298 node->params.deconvolution_2d.padding_right, in xnn_create_runtime_v2()
299 node->params.deconvolution_2d.padding_bottom, in xnn_create_runtime_v2()
300 node->params.deconvolution_2d.padding_left, in xnn_create_runtime_v2()
301 node->params.deconvolution_2d.kernel_height, in xnn_create_runtime_v2()
302 node->params.deconvolution_2d.kernel_width, in xnn_create_runtime_v2()
303 node->params.deconvolution_2d.upsampling_height, in xnn_create_runtime_v2()
304 node->params.deconvolution_2d.upsampling_width, in xnn_create_runtime_v2()
305 node->params.deconvolution_2d.dilation_height, in xnn_create_runtime_v2()
306 node->params.deconvolution_2d.dilation_width, in xnn_create_runtime_v2()
307 node->params.deconvolution_2d.groups, in xnn_create_runtime_v2()
308 node->params.deconvolution_2d.group_input_channels, in xnn_create_runtime_v2()
309 node->params.deconvolution_2d.group_output_channels, in xnn_create_runtime_v2()
310 …node->params.deconvolution_2d.group_input_channels * node->params.deconvolution_2d.groups /* input… in xnn_create_runtime_v2()
311 …node->params.deconvolution_2d.group_output_channels * node->params.deconvolution_2d.groups /* outp… in xnn_create_runtime_v2()
324 runtime->opdata[i].adjustment_height = node->params.deconvolution_2d.adjustment_height; in xnn_create_runtime_v2()
325 runtime->opdata[i].adjustment_width = node->params.deconvolution_2d.adjustment_width; in xnn_create_runtime_v2()